diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-04-20 16:02:44 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-04-20 16:02:44 +0200 |
commit | d8cba717e011eeae1be346325fd476f4caa753f3 (patch) | |
tree | 7c05684916eb6404872e5cd5b2ca6376d4cc0af7 /debian | |
parent | e9d27d26fe305ad3a892e401c4b1134ecc2fc4af (diff) | |
parent | ab60fb67a9917bfb8cb96576d6452f1ec9d34e0d (diff) |
merge with debian-sid branch and 0.8.14.1 release
* apt-pkg/depcache.cc:
- Really release action groups only once (Closes: #622744)
* apt-pkg/acquire-item.cc:
- Only try to rename existing Release files (Closes: #622912)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 9eae2d94e..762688386 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,8 @@ -apt (0.8.14.1) unstable; urgency=low +apt (0.8.14.2) UNRELEASED; urgency=low + + [ Julian Andres Klode ] + * apt-pkg/depcache.cc: + - Really release action groups only once (Closes: #622744) [ David Kalnischkies ] * fix a bunch of cppcheck warnings/errors based on a patch by @@ -22,6 +26,13 @@ apt (0.8.14.1) unstable; urgency=low -- David Kalnischkies <kalnischkies@gmail.com> Tue, 19 Apr 2011 20:57:52 +0200 +apt (0.8.14.1) unstable; urgency=low + + * apt-pkg/acquire-item.cc: + - Only try to rename existing Release files (Closes: #622912) + + -- Julian Andres Klode <jak@debian.org> Sat, 16 Apr 2011 14:36:10 +0200 + apt (0.8.14) unstable; urgency=low [ Julian Andres Klode ] |