]> git.saurik.com Git - apt.git/commitdiff
* doc/apt-verbatim.ent:
authorDavid Kalnischkies <kalnischkies@gmail.com>
Sat, 4 Aug 2012 10:52:49 +0000 (12:52 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Sat, 4 Aug 2012 10:52:49 +0000 (12:52 +0200)
  - denote 'wheezy' as stable codename and 'jessie' as testing codename
    in the documentation in preparation for release

debian/changelog
doc/apt-verbatim.ent

index 18b7c6a232cd9b5e77397001fd5b0377a68ea4ae..ef68aea7b3629f23a486148ef20175badcb166ae 100644 (file)
@@ -20,6 +20,9 @@ apt (0.9.7.4) UNRELEASED; urgency=low
     - error out on (unsatisfiable) build-deps on purly virtual packages
       instead of ignoring these dependencies; thanks to Johannes Schauer
       for the detailed report! (Closes: #683786)
+  * doc/apt-verbatim.ent:
+    - denote 'wheezy' as stable codename and 'jessie' as testing codename
+      in the documentation in preparation for release
 
  -- David Kalnischkies <kalnischkies@gmail.com>  Wed, 18 Jul 2012 11:45:57 +0200
 
index 0cc24a254d68dffb35ae3d4fbeb5cf9aedbd600e..312a5cdff0e68f3937e20d06be252f48472df71b 100644 (file)
 <!ENTITY apt-product-version "0.9.7.2">
 
 <!-- Codenames for debian releases -->
-<!ENTITY oldstable-codename "lenny">
-<!ENTITY stable-codename "squeeze">
-<!ENTITY testing-codename "wheezy">
-<!ENTITY stable-version "6.0">
+<!ENTITY oldstable-codename "squeeze">
+<!ENTITY stable-codename "wheezy">
+<!ENTITY testing-codename "jessie">
+<!ENTITY stable-version "7.0">
 <!ENTITY ubuntu-codename "precise">
 
 <!-- good and bad just refers to matching and not matching a pattern…