From 95a40f238f96fdea7773b6e9ea13b2e32b774ecf Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Mon, 7 Jan 2008 21:55:26 +0200 Subject: [PATCH] NEWS: mention bug 989 This was already fixed in commit 5210d97c3756b04f1cf5c27fde8ed342ac756a0d but not added to Bugzilla before today. --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index a263ff33..087d99f8 100644 --- a/NEWS +++ b/NEWS @@ -44,6 +44,7 @@ To be released as 0.11.4. * build: use $(CPPFLAGS) rather than $(AM_CFLAGS) * build: disable GCC 4.2 warning about builtin_modules * build: move debian/ to contrib/debian/ +* minor build bug 989: AsciiDoc 8.2.2 compatibility * minor build bug 960: fix errors in loadmsgcat.c if mmap() exists but munmap() doesn't * bug 978: Python's webbrowser.open_new_tab(URL) works since now