summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-02-15 11:21:31 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2011-02-15 11:21:31 +0100
commit87f8f68c50f63b39b7a91e3aec0b5ef59069186d (patch)
treeda23238b6ce9e63438b2e9290b4a383eb79d842a /debian
parent8d009e3e8ac6c6431a8bc79a07d9ad7c0295d160 (diff)
parent1dfaf0bf650a78ddaf991bf3ad597fa4d101041f (diff)
merged from debian
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1b4cf844b..586d633dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+apt (0.8.11.3) unstable; urgency=low
+
+ * apt-pkg/contrib/fileutl.cc:
+ - really detect bigendian machines by including config.h,
+ so we can really (Closes: #612986)
+ * apt-pkg/contrib/mmap.cc:
+ - Base has as 'valid' failure states 0 and -1 so add a simple
+ validData method to check for failure states
+
+ -- David Kalnischkies <kalnischkies@gmail.com> Mon, 14 Feb 2011 16:58:03 +0100
+
apt (0.8.11.2) unstable; urgency=low
[ Michael Vogt ]