summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanilo Šegan <danilo@segan.org>2012-02-05 10:14:53 +0100
committerDanilo Šegan <danilo@segan.org>2012-02-05 10:14:53 +0100
commitfbc7a71da7a8c5d2eb178feafffcb42dacefbf1d (patch)
tree6d6007ca963c3ecd496bc9f452673904ebcff089
parent917193f2a1f8328806db518b34d26d3c74ce634b (diff)
downloadintltool-fbc7a71da7a8c5d2eb178feafffcb42dacefbf1d.tar.gz
Add the NEWS file.
-rw-r--r--Makefile.am1
-rw-r--r--NEWS15
2 files changed, 16 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d91a54b..f1c3d58 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,6 +27,7 @@ CLEANFILES = \
EXTRA_DIST = \
$(distributed_scripts:=.in) \
intltool-prepare.in \
+ NEWS \
ChangeLog
edit = sed -e 's|[@]PACKAGE@|$(PACKAGE)|g' \
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..bb45bdb
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,15 @@
+intltool 0.50.1
+===============
+
+intltool 0.50.1 is a minor release with the following improvements:
+
+ * Support AM_SILENT_RULES (#402516).
+ Patch contributed by Hib Eris (https://launchpad.net/~hiberis).
+
+ * Improve support for extracting messages from GSettings files (#922685).
+ Patch contributed by Ryan Lortie (https://launchpad.net/~desrt).
+
+ * Support attribute tag extraction for Glade/GtkBuilder files (#923841).
+ Patch contributed by Ryan Lortie (https://launchpad.net/~desrt).
+
+ * Start including a ChangeLog in tarballs and provide a NEWS file (#924386).