summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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).