]> err.no Git - dpkg/commitdiff
Release 1.14.0.
authorGuillem Jover <guillem@debian.org>
Tue, 8 May 2007 08:30:45 +0000 (08:30 +0000)
committerGuillem Jover <guillem@debian.org>
Tue, 8 May 2007 08:30:45 +0000 (08:30 +0000)
ChangeLog
TODO
configure.ac
debian/changelog
dselect/po/ChangeLog
man/ChangeLog
po/ChangeLog

index ed06a426ef05fd70f79c9b8d9552c68c7a78f837..5386963c78ab3aa14f13138d2b6bc6a308317bde 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-08  Guillem Jover  <guillem@debian.org>
+
+       * configure.ac: Release 1.14.0.
+
 2007-05-08  Guillem Jover  <guillem@debian.org>
 
        * scripts/controllib.pl (read_cputable): Localize $_.
diff --git a/TODO b/TODO
index d38f870d029e03a7bd93b423255696029acac779..e0f19ddf0b5da1e3de20beefd3b622af04734edd 100644 (file)
--- a/TODO
+++ b/TODO
@@ -9,9 +9,11 @@ lenny
  * Triage as much bugs as possible to get the bug count below 300 ;) and
    merge as much patches as possible.
 
-1.14.0
+1.14.1
 ------
 
+ * Make dpkg bootstrappable (modularize dpkg-architecture).
+
  * Support udeb natively:
    - Add field Package-Type and friends.
    - Generate proper Packages files. (#383916)
index 8c7873568a19fb9053a00eeeb7e01a5fd4c1f8ec..e0eea8c2c368e9128419094b7f9b0a62299268f9 100644 (file)
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([dpkg], [1.14.0~], [debian-dpkg@lists.debian.org])
+AC_INIT([dpkg], [1.14.0], [debian-dpkg@lists.debian.org])
 AC_CONFIG_SRCDIR([lib/dpkg.h])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([config])
index b296c34a7a375b64087bac6e5371aa6cdc36d61a..f7aded425c447b858cf32779dec20aed5348f204 100644 (file)
@@ -1,4 +1,4 @@
-dpkg (1.14.0) UNRELEASED; urgency=low
+dpkg (1.14.0) unstable; urgency=low
 
   [ Guillem Jover ]
   * Make the copyright information in dpkg-deb.1 and dpkg-split.1 match the
@@ -45,12 +45,11 @@ dpkg (1.14.0) UNRELEASED; urgency=low
   * Cleaning and format unification of manual pages.
   * Make the override-file argument to dpkg-scanpackages optional.
   * Refactor compression filtering code.
-  * Split override file information from dpkg-scanpackages(1) into
-    deb-override(5) manual page.
-  * Split dpkg-source(1) into independent man pages, namely
-    dpkg-buildpackage(1), dpkg-distaddfile(1), dpkg-genchanges(1),
-    dpkg-gencontrol(1), dpkg-parsechangelog(1), dpkg-shlibdeps(1),
-    deb-shlibs(5) and deb-substvars(5).
+  * Split override file information from dpkg-scanpackages.1 into
+    deb-override.5 manual page.
+  * Split dpkg-source.1 into independent man pages, namely deb-substvars.5,
+    deb-shlibs.5, dpkg-buildpackage.1, dpkg-distaddfile.1, dpkg-genchanges.1,
+    dpkg-gencontrol.1, dpkg-parsechangelog.1 and dpkg-shlibdeps.1.
   * Support building binary packages with the member data.tar.lzma compressed
     with lzma.
   * Require gettext 0.16.1.
@@ -61,33 +60,33 @@ dpkg (1.14.0) UNRELEASED; urgency=low
   * Fix typo in German dpkg man page. Closes: #416167
     Thanks to Martin Weis.
   * Properly sort Uploaders field in generated .dsc files.
-  * Reorder a bit fields in output files.
+  * Reorder a bit the fields in output files.
   * Speed up dpkg-shlibdeps by avoiding doing a dpkg-query for duped
     libraries. Thanks to Aaron M. Ucko. Closes: #421290
   * Generalize source architecture handling by abstracting it through the new
-    Debian triplet.
+    Debian triplet and the new triplettable.
   * Add armel support to ostable and triplettable. Closes: #414087
 
   [ Updated dpkg translations ]
-  * Romanian (Eddy Petri?or).
-  * Traditional Chinese (Anthony Wong). Closes: #415230
-  * Simplified Chinese (Anthony Wong). Closes: #415320
-  * Polish (Robert Luberda).
   * Dutch (Bart Cornelis).
-  * Marathi added (Priti Patil). Closes: #416810
-  * Kurdish added (Erdal Ronahi). Closes: #418154
-  * French (Frédéric Bothamy).
   * Estonian added (Ivar Smolin). Closes: #422404
+  * French (Frédéric Bothamy).
+  * Kurdish added (Erdal Ronahi). Closes: #418154
+  * Marathi added (Priti Patil). Closes: #416810
+  * Polish (Robert Luberda).
+  * Romanian (Eddy Petri?or).
+  * Simplified Chinese (Anthony Wong). Closes: #415320
+  * Traditional Chinese (Anthony Wong). Closes: #415230
 
   [ Updated man pages translations ]
-  * Polish (Robert Luberda).
   * German (German l10n team). Closes: #418528
+  * Polish (Robert Luberda).
 
   [ Updated dselect translations ]
   * Dutch (Bart Cornelis).
   * Polish (Robert Luberda).
 
- -- Christian Perrier <bubulle@debian.org>  Sat, 07 Apr 2007 17:29:27 +0200
+ -- Guillem Jover <guillem@debian.org>  Tue, 08 May 2007 11:11:50 +0300
 
 dpkg (1.13.25) unstable; urgency=low
 
index f245bf2f1f8df792cfaa9e92892f2934edb082c0..b652c3552dd3dd2b9ba5347f02bb5f7ab8548ba9 100644 (file)
@@ -7,8 +7,9 @@
 
        * pl.po: Updated to 285t.
 
-2007-03-28 Bart Cornelis <cobaco@skolelinux.no>
-       * nl.po: Updated translation
+2007-03-28  Bart Cornelis  <cobaco@skolelinux.no>
+
+       * nl.po: Updated translation.
 
 2007-03-21  Guillem Jover  <guillem@debian.org>
 
index ca378eb16a04e9e7e5d06da4d0347e972b2b9ed3..f3a24e5f44cee9301e81d77b9bc3c0eb55f1ab6b 100644 (file)
@@ -29,7 +29,7 @@
        * po/sv.add: ... here.
        * po/po4a.cfg: Change addenda paths to '$(srcdir)/po/$lang.add'.
 
-2007-05-04  Robert Luberda <robert@debian.org>
+2007-05-04  Robert Luberda  <robert@debian.org>
 
        * po/pl.po: Update to 997t12f269u.
 
index bcffe7659cf927131e5339d415f12b927b1677c5..eb4a9350aeb66007f5b25b016192037a68906ce1 100644 (file)
@@ -7,29 +7,29 @@
 
        * LINGUAS: Estonian is 'et' not 'es'.
 
-2007-05-04  Ivar Smolin
+2007-05-04  Ivar Smolin  <okul@linux.ee>
 
-       * et.po: Added with 304t8f608u
+       * et.po: Added with 304t8f608u.
 
-2007-05-04  Robert Luberda
+2007-05-04  Robert Luberda  <robert@debian.org>
 
-       * pl.po: Updated to 920t
+       * pl.po: Updated to 920t.
 
 2007-05-04  Frédéric Bothamy  <frederic.bothamy@free.fr>
 
-       * fr.po: Updated to 920t
+       * fr.po: Updated to 920t.
 
 2007-04-07  Erdal Ronahi  <erdal.ronahi@gmail.com>
-       
-       * ku.po: Added translation. Closes: #418154
+
+       * ku.po: Added translation.
 
 2007-04-01  Priti Patil  <prithisd@gmail.com>
-       
-       * mr.po: Added translation. Closes: #416810
+
+       * mr.po: Added translation.
 
 2007-03-28  Bart Cornelis  <cobaco@skolelinux.no>
-       
-       * nl.po: Updated translation
+
+       * nl.po: Updated translation.
 
 2007-03-21  Guillem Jover  <guillem@debian.org>
 
        * *.po: Merged with dpkg.pot. Formerly completed translations
        become 907t11f2u.
 
-2007-03-18  Robert Luberda
+2007-03-18  Robert Luberda  <robert@debian.org>
 
-       * pl.po: Updated to 920t
+       * pl.po: Updated to 920t.
 
 2007-03-18  Anthony Wong  <me@ypwong.org>
 
-       * zh_CN.po: Updated to 918t2f
+       * zh_CN.po: Updated to 918t2f.
 
 2007-03-17  Anthony Wong  <me@ypwong.org>
 
-       * zh_TW.po: Update for one string. Closes: #415230
+       * zh_TW.po: Update for one string.
 
 2007-01-11  Eddy Petri?or  <eddy.petrisor@gmail.com>
 
@@ -64,7 +64,7 @@
 
 2006-12-25  A S Alam  <apbrar@gmail.com>
 
-       * pa.po: New Punjabi translation (201t up to now)
+       * pa.po: New Punjabi translation (201t up to now).
 
 2006-12-22  Eddy Petri?or  <eddy.petrisor@gmail.com>
 
@@ -73,7 +73,7 @@
 
 2006-11-06  Clytie Siddall  <clytie@riverland.net.au>
 
-       * vi.po: Various fixes
+       * vi.po: Various fixes.
 
 2006-11-17  Guillem Jover  <guillem@debian.org>