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

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+2008-01-22  Guillem Jover  <guillem@debian.org>
+
+	* configure.ac: Release 1.14.16.2.
+
 2008-01-22  Guillem Jover  <guillem@debian.org>
 
 	* utils/start-stop-daemon.c (main): Move setuid code after initgroups

+ 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.16.1], [debian-dpkg@lists.debian.org])
+AC_INIT([dpkg], [1.14.16.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.16.2) UNRELEASED; urgency=low
+dpkg (1.14.16.2) unstable; urgency=low
 
   * Change uid after changing gid and initializing supplementary groups in
     start-stop-daemon. Closes: #462018
@@ -6,7 +6,7 @@ dpkg (1.14.16.2) UNRELEASED; urgency=low
     to Conflicts, so that users from etch can upgrade to sid (or lenny
     once dpkg has migrated).
 
- -- Guillem Jover <guillem@debian.org>  Tue, 22 Jan 2008 12:52:11 +0200
+ -- Guillem Jover <guillem@debian.org>  Tue, 22 Jan 2008 13:05:22 +0200
 
 dpkg (1.14.16.1) unstable; urgency=low