Browse Source

Release 1.14.1.

Guillem Jover 19 years ago
parent
commit
b5489aee89
4 changed files with 8 additions and 4 deletions
  1. 4 0
      ChangeLog
  2. 1 1
      TODO
  3. 1 1
      configure.ac
  4. 2 2
      debian/changelog

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+2007-05-08  Guillem Jover  <guillem@debian.org>
+
+	* configure.ac: Release 1.14.1.
+
 2007-05-08  Guillem Jover  <guillem@debian.org>
 
 	* configure.ac: Bump version to 1.14.1~.

+ 1 - 1
TODO

@@ -9,7 +9,7 @@ lenny
  * Triage as much bugs as possible to get the bug count below 300 ;) and
    merge as much patches as possible.
 
-1.14.1
+1.14.2
 ------
 
  * Make dpkg bootstrappable (modularize dpkg-architecture).

+ 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.1~], [debian-dpkg@lists.debian.org])
+AC_INIT([dpkg], [1.14.1], [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,11 +1,11 @@
-dpkg (1.14.1~) UNRELEASED; urgency=low
+dpkg (1.14.1) unstable; urgency=low
 
   [ Guillem Jover ]
   * Fix partial upgrades by tightening dpkg-dev versioned Depends to
     dpkg 1.14.0, and dpkg Conflicts against << dpkg-dev 1.14.0, where
     the triplettable support first appeared. Closes: #422848
 
- -- Guillem Jover <guillem@debian.org>  Tue, 08 May 2007 11:51:03 +0300
+ -- Guillem Jover <guillem@debian.org>  Tue, 08 May 2007 18:23:49 +0300
 
 dpkg (1.14.0) unstable; urgency=low