changeset 1896:15fbe52e01df

Bump to 1.7.3. Mention changes in NEWS. 2010-03-31 Andrew John Hughes <ahughes@redhat.com> * configure.ac: Bump version to 1.7.3. * NEWS: Add 1.7.3 changes.
author Andrew John Hughes <ahughes@redhat.com>
date Wed, 31 Mar 2010 21:44:56 +0100
parents 94084cbf82d3
children cf5e5cb5f1cd
files ChangeLog NEWS configure.ac
diffstat 3 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Mar 31 10:37:24 2010 +0200
+++ b/ChangeLog	Wed Mar 31 21:44:56 2010 +0100
@@ -1,3 +1,8 @@
+2010-03-31  Andrew John Hughes  <ahughes@redhat.com>
+
+	* configure.ac: Bump version to 1.7.3.
+	* NEWS: Add 1.7.3 changes.
+
 2010-03-31  Matthias Klose  <doko@ubuntu.com>
 
 	* plugin/icedteanp/IcedTeaNPPlugin.cc (plugin_start_appletviewer):
--- a/NEWS	Wed Mar 31 10:37:24 2010 +0200
+++ b/NEWS	Wed Mar 31 21:44:56 2010 +0100
@@ -1,3 +1,6 @@
+New in release 1.7.3 (2010-03-31):
+- Fix for plugin buffer overflow: https://bugzilla.mozilla.org/show_bug.cgi?id=555342
+
 New in release 1.7.2 (2010-03-31):
 
 - Latest security updates and hardening patches:
--- a/configure.ac	Wed Mar 31 10:37:24 2010 +0200
+++ b/configure.ac	Wed Mar 31 21:44:56 2010 +0100
@@ -1,4 +1,4 @@
-AC_INIT([icedtea6], [1.7.2], [distro-pkg-dev@openjdk.java.net])
+AC_INIT([icedtea6], [1.7.3], [distro-pkg-dev@openjdk.java.net])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
 AC_CONFIG_FILES([Makefile])