summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-09-16 12:02:02 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-09-16 12:02:02 +0200
commit42142a6cf63458599c6a11c398a25b301df2df55 (patch)
tree963fa5ea4c8ca33d7fd4eb1ca7568a51e94a5af4 /debian
parent2ca99a0dceb4101f1ecaff0348b1684cb975099c (diff)
* cmdline/apt-get.cc:
- merged patch from otavio to make the order of package selections less important
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 4c5841057..1ec80ca01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-apt (0.6.45.1) unstable; urgency=low
+apt (0.6.46) unstable; urgency=low
* debian/control:
- switched to libdb4.4 for building (closes: #381019)
@@ -7,6 +7,8 @@ apt (0.6.45.1) unstable; urgency=low
versions of the package (closes: #257054)
- properly handle recommends/suggests or-groups when printing the list of
suggested/recommends packages (closes: #311619)
+ - fix the way multiple packages are installed so that the order of
+ packages on the commandline doesn't matter anymore
* methods/http.cc:
- check more careful for incorrect proxy settings (closes: #378868)
* methods/gzip.cc: