summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2009-02-10 02:52:50 +0200
committerGuillem Jover <guillem@debian.org>2009-02-11 03:39:45 +0200
commitad0596aaa56277e08efe764373001f4525dd5726 (patch)
treef3c023190cfd5c5cedcf553cb1ba27457a3f6467 /ChangeLog
parent33338007f14bce53b4d053fd97929173281aeffe (diff)
downloaddpkg-ad0596aaa56277e08efe764373001f4525dd5726.tar.gz
dpkg: Pass fully constructed versions to assert_version_support
Remove the missplaced version constructor from inside assert_version_support, and instead just pass an already initialized structure. This also allows making the version structures non-static.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ff44970e..7a304e321 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2009-02-10 Guillem Jover <guillem@debian.org>
+ * src/enquiry.c (assert_version_support): Remove reqversion argument.
+ Do not initialize verrev_buf from reqversion, when the epoch is ~0UL.
+ (assertpredep): Pass a fully constructed versionrevision to
+ assert_version_support, rename versionrevision variable to version
+ and remove static keyword.
+ (assertepoch): Likewise.
+ (assertlongfilenames): Likewise.
+ (assertmulticonrep): Likewise.
+
+2009-02-10 Guillem Jover <guillem@debian.org>
+
* src/enquiry.c (assertversion): Rename to ...
(assert_version_support): ... this.