/hg/release/icedtea7-2.3: 3 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Wed Feb 13 14:30:53 PST 2013


changeset d3ae8d2e34a2 in /hg/release/icedtea7-2.3
details: http://icedtea.classpath.org/hg/release/icedtea7-2.3?cmd=changeset;node=d3ae8d2e34a2
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Tue Feb 12 13:23:22 2013 +0000

	Prepare for 2.3.6 release.

	2013-02-12  Andrew John Hughes  <gnu.andrew at member.fsf.org>

		* configure.ac: Bump to 2.3.6 proper.
		* NEWS: Set release date for 2.3.6.


changeset 107138d757a7 in /hg/release/icedtea7-2.3
details: http://icedtea.classpath.org/hg/release/icedtea7-2.3?cmd=changeset;node=107138d757a7
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Tue Feb 12 16:55:47 2013 +0000

	Correct version in NEWS.

	2013-02-12  Andrew John Hughes  <gnu.andrew at member.fsf.org>

		* NEWS: Replace 2.3.5 with 2.3.6
		as 2.3.5 was forest only.


changeset 08e51c4a42cf in /hg/release/icedtea7-2.3
details: http://icedtea.classpath.org/hg/release/icedtea7-2.3?cmd=changeset;node=08e51c4a42cf
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Tue Feb 12 16:55:53 2013 +0000

	Added tag icedtea-2.3.6 for changeset 107138d757a7


diffstat:

 .hgtags      |   1 +
 ChangeLog    |  10 ++++++++++
 NEWS         |   2 +-
 configure.ac |   2 +-
 4 files changed, 13 insertions(+), 2 deletions(-)

diffs (46 lines):

diff -r 5cbc5cca7c4c -r 08e51c4a42cf .hgtags
--- a/.hgtags	Tue Feb 12 13:20:35 2013 +0000
+++ b/.hgtags	Tue Feb 12 16:55:53 2013 +0000
@@ -42,3 +42,4 @@
 0000000000000000000000000000000000000000 icedtea-2.3.4
 0000000000000000000000000000000000000000 icedtea-2.3.4
 6c1ea875ae648f7b4fac17070a7b108645211808 icedtea-2.3.4
+107138d757a75a0b01ff762257e1f754f832e245 icedtea-2.3.6
diff -r 5cbc5cca7c4c -r 08e51c4a42cf ChangeLog
--- a/ChangeLog	Tue Feb 12 13:20:35 2013 +0000
+++ b/ChangeLog	Tue Feb 12 16:55:53 2013 +0000
@@ -1,3 +1,13 @@
+2013-02-12  Andrew John Hughes  <gnu.andrew at member.fsf.org>
+
+	* NEWS: Replace 2.3.5 with 2.3.6
+	as 2.3.5 was forest only.
+
+2013-02-12  Andrew John Hughes  <gnu.andrew at member.fsf.org>
+
+	* configure.ac: Bump to 2.3.6 proper.
+	* NEWS: Set release date for 2.3.6.
+
 2013-02-12  Andrew John Hughes  <gnu.andrew at member.fsf.org>
 
 	* hotspot.map: Sync zero with 2.1 HEAD to bring
diff -r 5cbc5cca7c4c -r 08e51c4a42cf NEWS
--- a/NEWS	Tue Feb 12 13:20:35 2013 +0000
+++ b/NEWS	Tue Feb 12 16:55:53 2013 +0000
@@ -10,7 +10,7 @@
 
 CVE-XXXX-YYYY: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
 
-New in release 2.3.5 (2013-XX-XX):
+New in release 2.3.6 (2013-02-12):
 
 * Security fixes
   - S6563318, CVE-2013-0424: RMI data sanitization
diff -r 5cbc5cca7c4c -r 08e51c4a42cf configure.ac
--- a/configure.ac	Tue Feb 12 13:20:35 2013 +0000
+++ b/configure.ac	Tue Feb 12 16:55:53 2013 +0000
@@ -1,4 +1,4 @@
-AC_INIT([icedtea], [2.3.6pre], [distro-pkg-dev at openjdk.java.net])
+AC_INIT([icedtea], [2.3.6], [distro-pkg-dev at openjdk.java.net])
 AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
 AC_CONFIG_FILES([Makefile])
 



More information about the distro-pkg-dev mailing list