Browse Source

Release 1.14.2.

Guillem Jover 17 years ago
parent
commit
41103bff5c
3 changed files with 7 additions and 3 deletions
  1. 4 0
      ChangeLog
  2. 1 1
      configure.ac
  3. 2 2
      debian/changelog

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+2007-05-09  Guillem Jover  <guillem@debian.org>
+
+	* configure.ac: Release 1.14.2.
+
 2007-05-09  Guillem Jover  <guillem@debian.org>
 
 	* man/Makefile.am (install-data-local): Install the translated man

+ 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.2~], [debian-dpkg@lists.debian.org])
+AC_INIT([dpkg], [1.14.2], [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.2) UNRELEASED; urgency=low
+dpkg (1.14.2) unstable; urgency=low
 
   [ Guillem Jover ]
   * Remove bashisms in dpkg-buildpackage. Closes: #422239
@@ -10,7 +10,7 @@ dpkg (1.14.2) UNRELEASED; urgency=low
   * Include translations again, which disappeared due to a dirty source tree
     and a bogus Makefile.am for the man pages. Closes: #423029, #423085
 
- -- Guillem Jover <guillem@debian.org>  Tue, 08 May 2007 18:48:22 +0300
+ -- Guillem Jover <guillem@debian.org>  Wed, 09 May 2007 22:22:45 +0300
 
 dpkg (1.14.1) unstable; urgency=low