|
|
@@ -1,3 +1,57 @@
|
|
|
+apt (1.3~rc3) unstable; urgency=medium
|
|
|
+
|
|
|
+ [ Julian Andres Klode ]
|
|
|
+ * Ignore SIGINT and SIGQUIT for Pre-Install hooks
|
|
|
+ This basically fixes Bug #832593, as long as your /bin/sh
|
|
|
+ is not dash, as dash is evil.
|
|
|
+ * prepare-release: Use equivs and gdebi-core for travis deps
|
|
|
+ * install-progress: Call the real ::fork() in our fork() method
|
|
|
+ * Packaging cleanup:
|
|
|
+ - debian: Install etc/apt if present (e.g., on Ubuntu)
|
|
|
+ - tests/control: Handle the gpg1/gpg2 mess a bit better
|
|
|
+ - debian: Make better use of the tree installed by CMake
|
|
|
+ - debian: Switch to debhelper 10
|
|
|
+ - debian: Add more lintian overrides
|
|
|
+ - debian: Drop outdated stuff
|
|
|
+ - debian: Run wrap-and-sort
|
|
|
+ - Add new symbols to symbols file
|
|
|
+ * Build system fixes, including:
|
|
|
+ - CMake: Translations: Don't rebuild .mo for line number changes
|
|
|
+ - CMake: Translations: Pass --previous to msgmerge.
|
|
|
+ Thanks to Guillem Jover for the suggestion.
|
|
|
+ - CMake: Do not add po/ if USE_NLS is OFF
|
|
|
+ - CMake: Install config and logging directories
|
|
|
+ - CMake: Translations: Build byproduct before output
|
|
|
+ - CMake: Add Large File Support (Closes: #834767)
|
|
|
+ * Several portability fixes (full test suite passes on FreeBSD), including:
|
|
|
+ - CMake: Discover docbook stylesheet in other locations
|
|
|
+ - Add missing includes and external definitions
|
|
|
+ - Use C locale instead of C.UTF-8 for protocol strings
|
|
|
+ - Make directory paths configurable
|
|
|
+ - Lower-case uname -r output in kernel autoremove helper
|
|
|
+ - Make root group configurable via ROOT_GROUP
|
|
|
+ * Accept --autoremove as alias for --auto-remove
|
|
|
+ * apt-inst: debfile: Pass comp. Name to ExtractTar, not Binary
|
|
|
+ * changelog: Respect Dir setting for local changelog getting
|
|
|
+ * init: Add Dir::Bin::planners default entry
|
|
|
+ * Switch documentation from httpredir.d.o to deb.d.o
|
|
|
+
|
|
|
+ [ Zhou Mo ]
|
|
|
+ * zh_CN.po: update simplified Chinese translation
|
|
|
+
|
|
|
+ [ David Kalnischkies ]
|
|
|
+ * do dpkg --configure before --remove/--purge --pending (Closes: 835094)
|
|
|
+ * prevent C++ locale number formatting in text APIs (try 3) (LP: 1611010)
|
|
|
+ * do fail on weakhash/loop earlier in acquire (Closes: 835195)
|
|
|
+ * do not restore selections for already purged packages
|
|
|
+ * apt-key: warn instead of fail on unreadable keyrings
|
|
|
+ * show apt-key warnings in apt update (Closes: 834973)
|
|
|
+ * treat .ddeb files like .deb, especially for dpkg (LP: #1616909)
|
|
|
+ * randomize acquire order for same type index files
|
|
|
+ * don't loop on pinning pkgs from absolute debs by regex (Closes: 835818)
|
|
|
+
|
|
|
+ -- Julian Andres Klode <jak@debian.org> Tue, 30 Aug 2016 22:20:28 +0200
|
|
|
+
|
|
|
apt (1.3~rc2) unstable; urgency=medium
|
|
|
|
|
|
[ Julian Andres Klode ]
|