summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2010-03-12 10:59:37 +0100
committerDavid Kalnischkies <kalnischkies@gmail.com>2010-03-12 10:59:37 +0100
commit6cd9fbd763298816e5d010703ceb9ffad0c235c9 (patch)
treecdc9b6c0bd129112514bb97b1429abb34a7e84b4 /debian
parent569cc9349d26cc6a886111023df21ba569b1ffbe (diff)
* cmdline/apt-get.cc:
- add a --only-upgrade flag to install command (Closes: #572259) That is NOT what is requested in e.g. #74067 - this is a very simple flag which behaves orthogonal to --no-upgrade not a full-blown upgrade option for a single package instead of the whole package set.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d1983ee9e..f27c096b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ apt (0.7.26) UNRELEASED; urgency=low
Thanks to Osamu Aoki for pointing it out! (Closes: #567669)
* apt-pkg/deb/dpkgpm.cc:
- fix error message construction in OpenLog()
+ * cmdline/apt-get.cc:
+ - add a --only-upgrade flag to install command (Closes: #572259)
-- David Kalnischkies <kalnischkies@gmail.com> Fri, 19 Feb 2010 21:21:43 +0100