]> git.saurik.com Git - apt.git/blobdiff - debian/changelog
Fixed place of 'merged install-recommends and install-task branches' in debian/changelog.
[apt.git] / debian / changelog
index 5644114b913f35b76d9bb4ac70d6f963a4f5da99..fd18627893fcad964f4893481444ffc1965a8c5d 100644 (file)
@@ -1,3 +1,24 @@
+apt (0.7.20) unstable; urgency=low
+
+  [ Eugene V. Lyubimkin ]
+  * debian/changelog:
+    - Fixed place of 'merged install-recommends and install-task branches'
+      from 0.6.46.1 to 0.7.0. (Closes: #439866)
+
+ -- Eugene V. Lyubimkin <jackyf.devel@gmail.com>  Sat, 06 Dec 2008 20:57:00 +0200
+
+apt (0.7.20~exp2) unstable; urgency=low
+
+  [ Eugene V. Lyubimkin ]
+  * doc/examples/sources.list:
+    - Removed obsolete commented non-us deb-src entry, replaced it with
+      'deb-src security.debian.org' one. (Closes: #411298)
+  * apt-pkg/contrib/mmap.cc:
+    - Added instruction how to work around MMap error in MMap error message.
+      (Closes: #385674, 436028)
+
+ -- Eugene V. Lyubimkin <jackyf.devel@gmail.com>  Wed, 26 Nov 2008 22:06:21 +0200
+
 apt (0.7.19) unstable; urgency=low
 
   [ Eugene V. Lyubimkin ]
@@ -5,6 +26,7 @@ apt (0.7.19) unstable; urgency=low
     - Mentioned allowed characters in file names in /etc/apt/sources.list.d.
       Thanks to Matthias Urlichs. (Closes: #426913)
   * doc/apt-get.8.xml:
+    - Explicitly say that 'dist-upgrade' command may remove packages.
     - Included '-v'/'--version' as a command to synopsis.
   * cmdline/apt-cache.cc:
     - Advanced built-in help. Patch by Andre Felipe Machado. (Closes: #286061)
@@ -13,6 +35,7 @@ apt (0.7.19) unstable; urgency=low
       is a request to install only one package and it is not installable.
       (Closes: #419521)
 
+
   [ Michael Vogt ]
     - fix SIGHUP handling (closes: #463030)
 
@@ -38,12 +61,10 @@ apt (0.7.19) unstable; urgency=low
     - Brazilian Portuguese updated. Closes: #505949
     - Basque updated. Closes: #506085
     - Russian updated. Closes: #506452 
+    - Marathi updated. 
+    - Ukrainian updated. Closes: #506545 
 
-  [ Eugene V. Lyubimkin ]
-  * doc/apt-get.8.xml:
-    - Explicitly say that 'dist-upgrade' command may remove packages.
-
- -- Eugene V. Lyubimkin <jackyf.devel@gmail.com>  Sat, 08 Nov 2008 12:40:19 +0200
+ -- Michael Vogt <mvo@debian.org>  Mon, 24 Nov 2008 10:33:54 +0100
 
 apt (0.7.18) unstable; urgency=low
 
@@ -851,6 +872,16 @@ apt (0.7.0) experimental; urgency=low
   * support for unattended-upgrades (via unattended-upgrades
     package)
   * added apt-transport-https method
+  * merged "install-recommends" branch (ABI break): 
+    - new "--install-recommends"
+    - install new recommends on "upgrade" if --install-recommends is 
+      given
+    - new "--fix-policy" option to install all packages with unmet
+      important dependencies (usefull with --install-recommends to
+      see what not-installed recommends are on the system)
+    - fix of recommended packages display (only show CandidateVersion
+      fix or-group handling)
+  * merged "install-task" branch (use with "apt-get install taskname^")
 
  -- Michael Vogt <mvo@debian.org>  Fri, 12 Jan 2007 20:48:07 +0100
 
@@ -941,16 +972,6 @@ apt (0.6.46.2) unstable; urgency=low
 
 apt (0.6.46.1) unstable; urgency=low
 
-  * merged "install-recommends" branch (ABI break): 
-    - new "--install-recommends"
-    - install new recommends on "upgrade" if --install-recommends is 
-      given
-    - new "--fix-policy" option to install all packages with unmet
-      important dependencies (usefull with --install-recommends to
-      see what not-installed recommends are on the system)
-    - fix of recommended packages display (only show CandidateVersion
-      fix or-group handling)
-  * merged "install-task" branch (use with "apt-get install taskname^")
   * methods/gzip.cc:
     - deal with empty files 
   * Applied patch from Daniel Schepler to make apt bin-NMU able.