Guillem Jover лет назад: 18
Родитель
Сommit
e83e04606e
4 измененных файлов с 7 добавлено и 9 удалено
  1. 4 0
      ChangeLog
  2. 0 6
      TODO
  3. 1 1
      configure.ac
  4. 2 2
      debian/changelog

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+2007-11-19  Guillem Jover  <guillem@debian.org>
+
+	* configure.ac: Release 1.14.8.
+
 2007-11-19  Guillem Jover  <guillem@debian.org>
 
 	* scripts/dpkg-source.pl: Use %dep_field_type for the union option

+ 0 - 6
TODO

@@ -19,8 +19,6 @@ lenny
 
  * Add Wig&Pen source package support.
 
- * Support lzma and bzip2 source package compression.
-
  * Get rid of install-info.
 
  * Add multiarch support.
@@ -29,8 +27,6 @@ lenny
 
  * Merge dpkg-sig?
 
- * Support versioned symbols in dpkg-shlibdeps.
-
  * Start exposing libdpkg.
 
  * Convert controllib.pl to a new style perl module(s).
@@ -50,8 +46,6 @@ lenny
 
  * Some kind of test-suite (Esteban).
 
- * Parse the dependencies and coalesce them: controllib.pl (parsedep).
-
  * Make dpkg-checkbuilddeps easier to use by other programs such as pbuilder
    or sbuild, so that they can start using the new architecture wildcards
    automatically.

+ 1 - 1
configure.ac

@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([dpkg], [1.14.8~], [debian-dpkg@lists.debian.org])
+AC_INIT([dpkg], [1.14.8], [debian-dpkg@lists.debian.org])
 AC_CONFIG_SRCDIR([lib/dpkg.h])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([config])

+ 2 - 2
debian/changelog

@@ -1,4 +1,4 @@
-dpkg (1.14.8) UNRELEASED; urgency=low
+dpkg (1.14.8) unstable; urgency=low
 
   [ Raphael Hertzog ]
   * Heavy rework of dpkg-shlibdeps:
@@ -79,7 +79,7 @@ dpkg (1.14.8) UNRELEASED; urgency=low
   * Polish (Robert Luberda).
   * Swedish (Peter Karlsson).
 
- -- Raphael Hertzog <hertzog@debian.org>  Mon, 08 Oct 2007 20:49:51 +0200
+ -- Guillem Jover <guillem@debian.org>  Mon, 19 Nov 2007 10:36:30 +0200
 
 dpkg (1.14.7) unstable; urgency=low