From fbc7a71da7a8c5d2eb178feafffcb42dacefbf1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danilo=20=C5=A0egan?= Date: Sun, 5 Feb 2012 10:14:53 +0100 Subject: Add the NEWS file. --- Makefile.am | 1 + NEWS | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 NEWS 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). -- cgit v1.2.1