aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@vega.ocn.ne.jp>2012-05-22 13:52:08 +0000
committerTatsuya Kinoshita <tats@vega.ocn.ne.jp>2012-05-22 13:52:08 +0000
commit960b59373a527c6fd783e898b009a1fe09455227 (patch)
treee8dc07caa5c516f66a3756668455cb704c78d8bd
parentSync with upstream on 2012-05-22 (diff)
downloadw3m-960b59373a527c6fd783e898b009a1fe09455227.tar.gz
w3m-960b59373a527c6fd783e898b009a1fe09455227.zip
Update debian/changelog
-rw-r--r--debian/changelog15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index de096c3..b38a5b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+w3m (0.5.3-8) UNRELEASED; urgency=low
+
+ * debian/patches/010_upstream.patch: Sync with upstream on 2012-05-22
+ - Support <meta charset>
+ * debian/patches/050_entity-h-clean.patch: Removed (meged upstream)
+ * debian/patches/110_form-input-text.patch:
+ - Assume "text" if an input type is unknown (closes: #615843)
+ * debian/patches/100_use-cppflags.patch: Use $(CPPFLAGS) with $(CPP)
+ * debian/rules:
+ - Fix CPPFLAGS hardening flags missing (closes: #665491)
+ - Accept linux-gnueabi for w3m-img (closes: #673123)
+ * debian/mime: Use charset for mailcap (closes: #282784)
+
+ -- Tatsuya Kinoshita <tats@debian.org> Tue, 22 May 2012 22:48:17 +0900
+
w3m (0.5.3-7) unstable; urgency=low
* Add the configure option --with-imagelib=imlib2 (closes: #672121)