summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2009-02-03 00:45:06 +0200
committerGuillem Jover <guillem@debian.org>2009-02-03 00:45:06 +0200
commit4614319c24834c5238413d91e407360b75584d1b (patch)
tree4de877a0d1fb23591241ea24e86a63fc6a6fe1f7 /ChangeLog
parent471812b0582629d2478ebabdc4e0656a047c8a0d (diff)
parent37c5968236909563809c469c7f2aa34b2026ab34 (diff)
downloaddpkg-4614319c24834c5238413d91e407360b75584d1b.tar.gz
Merge branch 'lenny' (through tag '1.14.25')
Conflicts: ChangeLog configure.ac debian/changelog po/es.po po/ja.po po/ko.po po/pt.po po/ro.po
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog59
1 files changed, 59 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7542685ad..78658dbe5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -711,6 +711,65 @@
* dselect/pkglist.cc (packagelist::addheading): Likewise.
* dselect/pkgsublist.cc (packagelist::add): Likewise.
+2009-02-03 Guillem Jover <guillem@debian.org>
+
+ * configure.ac: Release 1.14.25.
+
+2009-02-02 Guillem Jover <guillem@debian.org>
+
+ * src/archives.c (tarobject): Do not call ensure_pathname_nonexisting
+ for .dpkg-tmp and .dpkg-new if we are going to return due to already
+ existing directory or a file to be skept.
+
+2008-02-02 Raphael Hertzog <hertzog@debian.org>
+
+ * dpkg-deb/build.c: Ensure that data.tar and control.tar
+ archives created inside a .deb use the GNU format that is compatible
+ with dpkg itself. And remove TAR_OPTIONS from environment to
+ avoid unexpected user customizations of the resulting archives.
+
+2008-12-29 Guillem Jover <guillem@debian.org>
+
+ * configure.ac: Bump version to 1.14.25~.
+
+2008-12-29 Guillem Jover <guillem@debian.org>
+
+ * configure.ac: Release 1.14.24.
+
+2008-12-20 Guillem Jover <guillem@debian.org>
+
+ * src/archives.c (tarobject): Move a 'continue' inside a conditional
+ checking if the conffile to take over was obsolete on the other
+ package by adding missing bracese.
+
+2008-12-01 Raphael Hertzog <hertzog@debian.org>
+
+ * scripts/Dpkg/Source/Archive.pm (extract): Do not create the temp
+ directory in the current directory but in the parent directory of
+ the target directory. Otherwise the code would fail when called
+ from a non-writable dir and rename could fail due to filesystem
+ boundaries beetwen the current dir and the target one.
+
+2008-12-01 Modestas Vainius <modestas@vainius.eu>
+
+ * scripts/dpkg-shlibdeps.pl: Don't merge all dependency templates
+ into the generated dependency when Build-Depends-Package is
+ used in the symbols file. Instead simply modify the minimal
+ version on any pre-existing dependency.
+
+2008-11-19 Raphael Hertzog <hertzog@debian.org>
+
+ * scripts/Dpkg/Shlibs/Objdump.pm (parse_dynamic_symbol): Fix the
+ regular expression to not require two space between alignment and
+ symbol name.
+ * scripts/t/200_Dpkg_Shlibs.t,
+ scripts/t/200_Dpkg_Shlibs/objdump.ls: Add a non-regression test
+ corresponding to the above case.
+
+2008-11-18 Guillem Jover <guillem@debian.org>
+
+ * configure.ac: Bump version to 1.14.24~.
+
2008-11-18 Guillem Jover <guillem@debian.org>
* configure.ac: Release 1.14.23.