]> git.saurik.com Git - apt.git/blobdiff - debian/changelog
Release 1.3~pre3
[apt.git] / debian / changelog
index 5aa64c41de55bb441737451dbe2985813cb6054c..cdb3c3345d123500ba8e39ce29ab1182d091128d 100644 (file)
@@ -1,3 +1,103 @@
+apt (1.3~pre3) unstable; urgency=medium
+
+  [ Julian Andres Klode ]
+  * ExecGPGV: Fork in all cases
+  * ExecGPGV: Pass current config state to apt-key via temp file (LP: #1607283)
+
+  [ David Kalnischkies ]
+  * tests: activate dpkg multi-arch even if test is single arch
+  * ensure Cnf::FindFile doesn't return files below /dev/null
+  * don't hardcode /var/lib/dpkg/status as dir::state::status
+  * allow arch=all to override No-Support-for-Architecture-all
+  * support "install ./foo.changes"
+  * clean up default-stanzas from extended_states on write
+  * report warnings&errors consistently in edit-sources
+  * create non-existent files in edit-sources with 644 instead of 640
+  * report progress for removing while purging pkgs
+  * use a configurable location for apport report storage
+  * report progress for triggered actions
+  * call flush on the wrapped writebuffered FileFd
+  * verify hash of input file in rred
+  * use proper warning for automatic pipeline disable
+  * http: skip requesting if pipeline is full
+  * rred: truncate result file before writing to it (Closes: #831762)
+  * eipp: avoid producing file warnings in simulation (Closes: 832614)
+  * if the FileFd failed already following calls should fail, too
+  * edsp: try to read responses even if writing failed
+  * prevent C++ locale number formatting in text APIs (try 2) (Closes: 832044)
+  * apt-key: kill gpg-agent explicitly in cleanup
+
+  [ Mert Dirik ]
+  * Turkish program translation update (Closes: 832039)
+
+ -- Julian Andres Klode <jak@debian.org>  Thu, 04 Aug 2016 10:23:49 +0200
+
+apt (1.3~pre2) unstable; urgency=medium
+
+  [ Andrew Patterson ]
+  * Add kernels with "+" in the package name to APT::NeverAutoRemove
+    (Closes: #830159)
+
+  [ David Kalnischkies ]
+  * add Testsuite-Triggers to tagfile-order
+  * tests: fix external solver/planner directory setup
+
+ -- Julian Andres Klode <jak@debian.org>  Fri, 08 Jul 2016 14:28:57 +0200
+
+apt (1.3~pre1) unstable; urgency=medium
+
+  Upload to unstable from the pub because Niels wanted it
+
+  [ David Kalnischkies ]
+  * show right binary name in simulation notice (Closes: 825216)
+  * imbue datetime parsing with C.UTF-8 locale (Closes: 828011)
+  * imbue .diff/Index parsing with C.UTF-8 as well
+  * close server if parsing of header field failed
+  * add myself to Uploaders
+  * eipp: implement version 0.1 of the protocol
+  * eipp: provide the internal planer as an external one
+  * eipp: make no difference between remove & purge
+  * eipp: properly handle arch-specific provides
+  * eipp: implement Immediate-Configuration flag
+  * eipp: add Allow-Temporary-Remove-of-Essentials
+  * eipp: rename stanza 'Install' to 'Unpack'
+  * eipp: enable xz-compressed scenario logging
+  * if conf unset, don't read / as conf/pref/sources dir
+  * don't do atomic overrides with failed files (Closes: 828908)
+  * if reading of autobit state failed, let write fail
+  * write auto-bits before calling dpkg & again after if needed
+  * protect only the latest same-source providers from autoremove
+  * reinstalling local deb file is no downgrade
+  * do not treat same-version local debs as downgrade
+  * alias apt-key list to finger (Closes: 829232)
+  * warn if apt-key is used in scripts/its output parsed
+  * deprecate 'apt-key update' and no-op it in Debian
+  * use +0000 instead of UTC by default as timezone in output
+  * avoid 416 response teardown binding to null pointer
+  * report write errors in EDSP/EIPP properly back to caller
+  * EIPP/EDSP log can't be written is a warning, not an error
+  * don't change owner/perms/times through file:// symlinks
+  * report all instead of first error up the acquire chain
+  * keep trying with next if connection to a SRV host failed
+
+  [ Zhou Mo ]
+  * zh_CN.po: update simplified chinese translation
+
+  [ Julian Andres Klode ]
+  * methods/ftp: Cope with weird PASV responses.
+    Thanks to Lukasz Stelmach for the initial patch (Closes: #420940)
+  * Fix buffer overflow in debListParser::VersionHash() (Closes: #828812)
+  * cache: Bump minor version to 6
+  * indextargets: Check that cache could be built before using it
+    (Closes: #829651)
+
+  [ Nicolas Le Cam ]
+  * Use the ConditionACPower feature of systemd in the apt-daily service
+    (Closes: #827930)
+  * Add a apt suggests powermgmt-base
+
+ -- Julian Andres Klode <jak@debian.org>  Thu, 07 Jul 2016 20:25:18 +0200
+
 apt (1.3~exp3) experimental; urgency=medium
 
   [ Petter Reinholdtsen ]