diff options
author | Andrew John Hughes <gnu_andrew@member.fsf.org> | 2007-10-16 20:28:27 +0000 |
---|---|---|
committer | Andrew John Hughes <gnu_andrew@member.fsf.org> | 2007-10-16 20:28:27 +0000 |
commit | 4484e11b50f5e32c6a4d532b5c6255f6d6c4716c (patch) | |
tree | c349294758c07c6ddd70c1dfe8473090e5d8445a /doc | |
parent | 822c728f23c547903bbe5588a330b19cdba1e024 (diff) | |
download | classpath-4484e11b50f5e32c6a4d532b5c6255f6d6c4716c.tar.gz |
2007-10-16 Andrew John Hughes <gnu_andrew@member.fsf.org>
* NEWS: Kickoff updates for 0.97.
* configure.ac: Set version to 0.97-pre.
* doc/www.gnu.org/newsitems.txt: Add 0.96.1.
* doc/www.gnu.org/downloads/downloads.wml: Likewise.
* doc/www.gnu.org/announce/20071015.wml: Add missing URLs.
* doc/www.gnu.org/announce/20071016.wml: New file.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/www.gnu.org/announce/20071015.wml | 15 | ||||
-rw-r--r-- | doc/www.gnu.org/announce/20071016.wml | 13 | ||||
-rw-r--r-- | doc/www.gnu.org/downloads/downloads.wml | 14 | ||||
-rw-r--r-- | doc/www.gnu.org/newsitems.txt | 5 |
4 files changed, 36 insertions, 11 deletions
diff --git a/doc/www.gnu.org/announce/20071015.wml b/doc/www.gnu.org/announce/20071015.wml index 4ddfdddcf..9b96bf2cb 100644 --- a/doc/www.gnu.org/announce/20071015.wml +++ b/doc/www.gnu.org/announce/20071015.wml @@ -29,7 +29,7 @@ have focused on bringing together Classpath and OpenJDK code under the umbrella IcedTea (<createlink url="http://icedtea.classpath.org">) and on using the new OpenJDK code within existing Free runtime environments such as cacao (<createlink url="http://www.cacaojvm.org/">) and IKVM -(<createlink url="http://www.ikvm.net/"). We hope to +(<createlink url="http://www.ikvm.net/">). We hope to extend support and work together with the OpenJDK community over time. <p> This release switches fully towards the 1.5 generics work that we @@ -46,11 +46,12 @@ has been made in this release. <p> That said, the main feature of this release is our new experimental GStreamer peer arising from the work of Mario Torre on his Google Summer of Code -project (http://code.google.com/soc/2007). This provides support for the -javax.sound API using the GStreamer library (gstreamer.freedesktop.org), -allowing any sound file supported by GStreamer to be played from Java. Full -details are provided in the included README.gstreamer file. The peer is not -yet ready for production use, but please try it and give us your feedback. +project (<createlink url="http://code.google.com/soc/2007">). This provides +support for the javax.sound API using the GStreamer library +(<createlink url="http://gstreamer.freedesktop.org">), allowing any sound file +supported by GStreamer to be played from Java. Full details are provided in +the included README.gstreamer file. The peer is not yet ready for production +use, but please try it and give us your feedback. <p> We've also improved our support for interacting with the outside world. Our JNI header has been updated to 1.6, we now better support choosing a compiler @@ -62,7 +63,7 @@ AWT and Swing have seen a host of bug fixes and updates, including much improved Escher peers. Our thanks to Roman Kennke and others working on Classpath's GUI support. Screenshots of applications (eclipse, jedit, jfreechart, "jgecko", statcvs and more) working out of the box with GNU -Classpath can be found at http://developer.classpath.org/screenshots/ +Classpath can be found at <createlink url="http://developer.classpath.org/screenshots/">. <p> With our last release, 0.95, we switched fully towards the 1.5 generics work that we previously released separately as classpath-generics. All this work diff --git a/doc/www.gnu.org/announce/20071016.wml b/doc/www.gnu.org/announce/20071016.wml new file mode 100644 index 000000000..a8f94c8e8 --- /dev/null +++ b/doc/www.gnu.org/announce/20071016.wml @@ -0,0 +1,13 @@ +#!wml --include=.. + +#include "include/layout.wml" + +<subject "GNU Classpath 0.96.1 Announcement (2007-10-16)"> + +<box> +<boxtitle>GNU Classpath 0.96.1 "Staying Alive"</boxtitle> +<boxitem> +We are proud to announce the release of GNU Classpath 0.96.1 "Staying Alive", +a minor bug fix release to solve some build issues. +</boxitem> +</box> diff --git a/doc/www.gnu.org/downloads/downloads.wml b/doc/www.gnu.org/downloads/downloads.wml index 8263eb8f1..617f565a0 100644 --- a/doc/www.gnu.org/downloads/downloads.wml +++ b/doc/www.gnu.org/downloads/downloads.wml @@ -77,10 +77,10 @@ sub mylink { <download-block> <download - date="15 Oct 2007" - version="0.96" - url="ftp://ftp.gnu.org/gnu/classpath/classpath-0.96.tar.gz" - notes="http://www.gnu.org/software/classpath/announce/20071015.html" + date="16 Oct 2007" + version="0.96.1" + url="ftp://ftp.gnu.org/gnu/classpath/classpath-0.96.1.tar.gz" + notes="http://www.gnu.org/software/classpath/announce/20071016.html" > <!-- download @@ -100,6 +100,12 @@ sub mylink { <download-block> <download + date="15 Oct 2007" + version="0.96" + url="ftp://ftp.gnu.org/gnu/classpath/classpath-0.96.tar.gz" + notes="http://www.gnu.org/software/classpath/announce/20071015.html" +> +<download date="23 Apr 2007" version="0.95" url="ftp://ftp.gnu.org/gnu/classpath/classpath-0.95.tar.gz" diff --git a/doc/www.gnu.org/newsitems.txt b/doc/www.gnu.org/newsitems.txt index 7b33bd159..eac643e10 100644 --- a/doc/www.gnu.org/newsitems.txt +++ b/doc/www.gnu.org/newsitems.txt @@ -1,3 +1,8 @@ +<newsitem date="16 Oct 2007"> +<createlink name="GNU Classpath 0.96.1" + url="announce/20071016.html"> +</newsitem> + <newsitem date="15 Oct 2007"> <createlink name="GNU Classpath 0.96" url="announce/20071015.html"> |