1# Bundle Manager Subsystem Changelog
2## cl.bundlemanager.1 Maximum Length Allowed for bundleName in the Application Installation Package Changed to 128 Characters
3
4During application installation, the bundle manager subsystem verifies the length of **bundleName** in the installation package. The maximum length allowed is changed from 127 characters to 128 characters.
5
6**Change Impact**
7
8Before the change, the maximum length allowed for **bundleName** in the installation package is 127 characters. If the length of **bundleName** is greater than or equal to 128 characters, the system reports an error and the application cannot be installed.
9
10After the change, the maximum length allowed for **bundleName** in the installation package is 128 characters. If the length of **bundleName** is 128 characters, the application can be installed. If the length is greater than 128 characters, the system reports an error and the application cannot be installed.
11
12**Key API/Component Changes**
13
14N/A
15
16**Adaptation Guide**
17
18No adaptation is required.