summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2009-01-22 20:38:09 +0200
committerGuillem Jover <guillem@debian.org>2009-01-23 04:25:32 +0200
commitb85e48d40910afd1f38d46e43ef40176fcbab28f (patch)
tree2da43711ce5e6eb4edb6389f79e550a3abf881a7 /ChangeLog
parent1e7843c247a4c44affcda34b5cc630f5b2cff7c4 (diff)
downloaddpkg-b85e48d40910afd1f38d46e43ef40176fcbab28f.tar.gz
libdpkg: Add a new varbufsubstc function
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d2d0aea1..341a01aca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2009-01-22 Guillem Jover <guillem@debian.org>
+ * lib/dpkg-db.h (varbufsubstc): New function prototype.
+ * lib/varbuf.c (varbufsubstc): New function definition.
+ * lib/test/t-varbuf.c (test_varbuf_substc): New function.
+ (test): Call test_varbuf_substc.
+
+2009-01-22 Guillem Jover <guillem@debian.org>
+
* configure.ac (AC_CONFIG_FILES): Add 'lib/test/Makefile'.
* lib/Makefile.am (SUBDIRS): New variable.
* lib/dpkg-test.h: New file.