Changes between Version 44 and Version 45 of Obsolete/MovedToTree/PackageManagement/TODO
- Timestamp:
- Feb 18, 2015, 9:45:52 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Obsolete/MovedToTree/PackageManagement/TODO
v44 v45 21 21 * Safe mode/recovery options: 22 22 - Disable home and common. 23 - Boot into old system state.24 23 25 24 === Package/package repository format === … … 27 26 * Add support for repository keys (public/private) and package signing/check sums, so that it is possible to verify that data retrieved from a repository have not been tampered with. 28 27 * Add package sizes to repository. Since there are plans to support xz (or other high-ratio formats) compressed uncompressed packages for download that are recompressed for installation, we probably need to discriminate between download and installation sizes. 28 * Add support for a faster compression format (e.g. [https://code.google.com/p/lz4/ lz4]). As it turns out, the currently used zlib compression is rather slow (slower than reading uncompressed data from a slow HD). 29 29 * Add MIME info for types supported by packaged applications (and sniffer rules?) to the package attributes. 30 30