Bladeren bron

Release 1.14.16.6

Raphael Hertzog 18 jaren geleden
bovenliggende
commit
d5b6fc360c
3 gewijzigde bestanden met toevoegingen van 8 en 2 verwijderingen
  1. 4 0
      ChangeLog
  2. 1 1
      configure.ac
  3. 3 1
      debian/changelog

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+2008-01-24  Raphael Hertzog  <hertzog@debian.org>
+
+	* configure.ac: Release 1.14.16.6.
+
 2008-01-26  Raphael Hertzog  <hertzog@debian.org>
 
 	* scripts/dpkg-gensymbols: Don't scan directories which are

+ 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.5], [debian-dpkg@lists.debian.org])
+AC_INIT([dpkg], [1.14.16.6], [debian-dpkg@lists.debian.org])
 AC_CONFIG_SRCDIR([lib/dpkg.h])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([config])

+ 3 - 1
debian/changelog

@@ -1,7 +1,9 @@
-dpkg (1.14.16.6) UNRELEASED; urgency=low
+dpkg (1.14.16.6) unstable; urgency=medium
 
   * Let dpkg-gensymbols skip directories which are just symlinks when scanning
     the package build dir.
+  * Bump urgency to medium to compensate lost days in testing migration due to
+    the two last uploads.
 
  -- Raphael Hertzog <hertzog@debian.org>  Sat, 26 Jan 2008 19:20:40 +0100