summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2011-02-13 13:06:03 +0100
committerDavid Kalnischkies <kalnischkies@gmail.com>2011-02-13 13:06:03 +0100
commitf330c0f347619f72766069acdc24616ec5fe7147 (patch)
tree6a3eacc7dd97bc5fe3ae7aa1d8fec5e653536936 /debian
parent005428387832e79e314bb8f2605f7e6c69708d14 (diff)
* apt-pkg/contrib/fileutl.cc:
- reorder the loaded filesize bytes for big endian (Closes: #612986) Thanks to Jörg Sommer for the detailed analyse!
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
1 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 86d31d856..5efc99233 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-apt (0.8.12) unstable; urgency=low
+apt (0.8.11.2) unstable; urgency=low
[ David Kalnischkies ]
* cmdline/apt-get.cc:
@@ -12,8 +12,11 @@ apt (0.8.12) unstable; urgency=low
- update size of dynamic MMap as we write in from the outside
* apt-pkg/contrib/mmap.cc:
- do not try to free the mapping if its is unset
+ * apt-pkg/contrib/fileutl.cc:
+ - reorder the loaded filesize bytes for big endian (Closes: #612986)
+ Thanks to Jörg Sommer for the detailed analyse!
- -- David Kalnischkies <kalnischkies@gmail.com> Sun, 13 Feb 2011 11:36:11 +0100
+ -- David Kalnischkies <kalnischkies@gmail.com> Sun, 13 Feb 2011 12:15:59 +0100
apt (0.8.11.1) unstable; urgency=low