summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index ce73e04..fb47ced 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,12 @@ dctrl-tools (2.23) UNRELEASED; urgency=low
* Add a test case (tests/0021.{in,out,sh}) to verify that tbl-dctrl
handles UTF-8 correctly.
- As it requires the C.UTF-8 locale, build-depend on libc-bin >= 2.13
+ * Since mblen is unnecessarily marked warn_unused_result with
+ _FORTIFY_SOURCE, (see bug #674917), causing spurious warnings upon
+ mblen initialization calls, switch to using mbrlen in tbl-dctrl.c (a
+ good idea in any case).
- -- Antti-Juhani Kaijanaho <ajk@debian.org> Thu, 07 Jun 2012 12:07:58 +0300
+ -- Antti-Juhani Kaijanaho <ajk@debian.org> Thu, 07 Jun 2012 12:08:47 +0300
dctrl-tools (2.22.2) unstable; urgency=low