Re: [PATCH] Update for 0.99 release

2014-09-05 Thread Guillermo Rodriguez Garcia
Mark,

This patch is against the CVS repo at
http://web.cvs.savannah.gnu.org/viewvc/classpath/?root=classpath

The headers say "git" only because I imported the CVS head into a
local git repository to make (my) life easier.

Thank you,

Guillermo


2014-09-05 14:40 GMT+02:00 Guillermo Rodriguez :
> From: grodriguez 
>
> Add new page for 0.99 release notes.
> Add 0.99 release to home, news, and downloads pages.
> ---
>  announce/20120307.html   |  341 
> ++
>  downloads/downloads.html |   15 ++-
>  home.html|3 +
>  news.html|3 +
>  4 files changed, 359 insertions(+), 3 deletions(-)
>  create mode 100644 announce/20120307.html
>
> diff --git a/announce/20120307.html b/announce/20120307.html
> new file mode 100644
> index 000..6b11c6d
> --- /dev/null
> +++ b/announce/20120307.html
> @@ -0,0 +1,341 @@
> +
> +
> +   http://www.gnu.org/software/classpath/";>
> +   GNU Classpath 0.99 Announcement (2013-03-07) - GNU Project - 
> Free Software Foundation (FSF)
> +  mailto:webmast...@www.gnu.org";>
> +   HREF="http://www.gnu.org/software/classpath/savannah.css";>
> +
> +
> +
> +
> +
> +http://www.gnu.org/graphics"; 
> WIDTH="130" HEIGHT="86">
> +  
> +  
> +  
> +  
> +  
> +  
> +  
> +  
> +  http://www.gnu.org/graphics/drop-1.jpg";>
> +http://www.gnu.org/graphics/drop-1.jpg"; alt=" [image of the 
> evil water droplet] "
> +width="130" height="86" border="0"> (jpeg 3k)
> +  
> +
> +
> +
> +
> +GNU Classpath
> +
> +
> +
> +
> +
> +Classpath
> +
> +Home
> +
> +
> +
> +License
> +
> +
> +http://savannah.gnu.org/project/memberlist.php?group_id=85";>Team
> +
> +
> +Download
> +
> +
> +FAQ
> +
> +
> +News
> +
> +
> +Events
> +
> +
> +http://planet.classpath.org/";>Planet Classpath
> +
> +
> +http://developer.classpath.org/mediation/";>Classpath Wiki
> +
> +Success Stories
> +
> +JVMs
> +
> +
> +Research
> +
> +Savannah
> +
> +http://savannah.gnu.org/projects/classpath/";>Project Home
> +
> +
> +Bug Reports
> +
> +
> +
> +http://savannah.gnu.org/mail/?group=classpath";>Mailing Lists
> +
> +
> +http://savannah.gnu.org/news/?group=classpath";>News
> +
> +
> +http://savannah.gnu.org/cvs/?group=classpath";>CVS
> +
> +Development
> +
> + href="http://developer.classpath.org/mediation/ClasspathOpenTasks";>Tasks
> +
> +
> +Docs
> +
> +
> +Testing
> +
> +
> +Benchmarks
> +
> +Classpath Projects
> +
> +Inetlib
> +
> +
> +Classpath Tools
> +
> +External Tools
> +
> +External Packages
> +
> +
> +http://www.gnu.org/software/classpathx/";>ClasspathX
> +
> +
> +http://fmj.sourceforge.net/";>Free Media Project
> +
> +
> +http://sources.redhat.com/mauve/";>Mauve
> +
> +
> +http://www.nongnu.org/jessie/";>Jessie
> +
> +
> +Jalopy
> +
> +
> +
> +
> +GNU Classpath 0.99
> +
> +We are proud to announce the release of GNU Classpath 0.99.
> +
> +GNU Classpath, essential libraries for java, is a project to create free 
> core class libraries for use with runtimes, compilers and tools for the java 
> programming language.
> +
> +
> +The GNU Classpath developer snapshot releases are not directly aimed at the 
> end user but are meant to be integrated into larger development platforms. 
> For example JamVM, CACAO and Kaffe can make use of an installed copy of GNU 
> Classpath 0.99, while GCC (gcj) will use the developer snapshots as a base 
> for future versions. For more projects based on GNU Classpath,  href="http://www.gnu.org/software/classpath/stories.html";>http://www.gnu.org/software/classpath/stories.html
> +
> +
> +This release brings with it a number of interesting new features:
> +
> +
> +Addition of java.util.regex.Pattern.quote.
> +
> +Addition of java.io.IOError.
> +
> +Addition of java.io.Console.
> +
> +
> +There have also been many bugfixes over the past year. Those relevant to 
> 0.99 can be found at  href="http://gcc.gnu.org/bugzilla/buglist.cgi?product=classpath&target_milestone=0.99";>http://gcc.gnu.org/bugzilla/buglist.cgi?product=classpath&target_milestone=0.99
> +
> +With the 0.95 release, we switched fully towards the 1.5 generics work 
> that we previously released separately as classpath-generics. All this work 
> is now fully integrated in the main release and various runtimes (gcj, cacao, 
> jamvm, ikvm, etc) have been extended to take advantage of the new generics, 
> annotations and enumeration support in the core library. As a consequence, 
> only 1.5 capable compilers (currently the Eclipse Compiler for Java (ecj) and 
> Sun's javac) may be used to build Classpath.
> +
> +The GNU Classpath developers site  href="http://developer.classpath.org";>http://developer.classpath.org 
> provides detailed information on how to start with helping the GNU Classpath 
> project and gives an overview of the core class library packages currently 
> provided.
> +
> +For each snapshot release generated documentation is provided through the 
> gjdoc tool, which is part of GNU Classpath 0.99. Full documentation on the 
> cur

[PATCH] Update for 0.99 release

2014-09-05 Thread Guillermo Rodriguez
From: grodriguez 

Add new page for 0.99 release notes.
Add 0.99 release to home, news, and downloads pages.
---
 announce/20120307.html   |  341 ++
 downloads/downloads.html |   15 ++-
 home.html|3 +
 news.html|3 +
 4 files changed, 359 insertions(+), 3 deletions(-)
 create mode 100644 announce/20120307.html

diff --git a/announce/20120307.html b/announce/20120307.html
new file mode 100644
index 000..6b11c6d
--- /dev/null
+++ b/announce/20120307.html
@@ -0,0 +1,341 @@
+
+
+   http://www.gnu.org/software/classpath/";>
+   GNU Classpath 0.99 Announcement (2013-03-07) - GNU Project - 
Free Software Foundation (FSF)
+  mailto:webmast...@www.gnu.org";>
+  http://www.gnu.org/software/classpath/savannah.css";>
+
+
+
+
+
+http://www.gnu.org/graphics"; 
WIDTH="130" HEIGHT="86">
+  
+  
+  
+  
+  
+  
+  
+  
+  http://www.gnu.org/graphics/drop-1.jpg";>
+http://www.gnu.org/graphics/drop-1.jpg"; alt=" [image of the evil 
water droplet] "
+width="130" height="86" border="0"> (jpeg 3k)
+  
+
+
+
+
+GNU Classpath
+
+
+
+
+
+Classpath
+
+Home
+
+
+
+License
+
+
+http://savannah.gnu.org/project/memberlist.php?group_id=85";>Team
+
+
+Download
+
+
+FAQ
+
+
+News
+
+
+Events
+
+
+http://planet.classpath.org/";>Planet Classpath
+
+
+http://developer.classpath.org/mediation/";>Classpath Wiki
+
+Success Stories
+
+JVMs
+
+
+Research
+
+Savannah
+
+http://savannah.gnu.org/projects/classpath/";>Project Home
+
+
+Bug Reports
+
+
+
+http://savannah.gnu.org/mail/?group=classpath";>Mailing Lists
+
+
+http://savannah.gnu.org/news/?group=classpath";>News
+
+
+http://savannah.gnu.org/cvs/?group=classpath";>CVS
+
+Development
+
+http://developer.classpath.org/mediation/ClasspathOpenTasks";>Tasks
+
+
+Docs
+
+
+Testing
+
+
+Benchmarks
+
+Classpath Projects
+
+Inetlib
+
+
+Classpath Tools
+
+External Tools
+
+External Packages
+
+
+http://www.gnu.org/software/classpathx/";>ClasspathX
+
+
+http://fmj.sourceforge.net/";>Free Media Project
+
+
+http://sources.redhat.com/mauve/";>Mauve
+
+
+http://www.nongnu.org/jessie/";>Jessie
+
+
+Jalopy
+
+
+
+
+GNU Classpath 0.99
+
+We are proud to announce the release of GNU Classpath 0.99.
+
+GNU Classpath, essential libraries for java, is a project to create free core 
class libraries for use with runtimes, compilers and tools for the java 
programming language.
+
+
+The GNU Classpath developer snapshot releases are not directly aimed at the 
end user but are meant to be integrated into larger development platforms. For 
example JamVM, CACAO and Kaffe can make use of an installed copy of GNU 
Classpath 0.99, while GCC (gcj) will use the developer snapshots as a base for 
future versions. For more projects based on GNU Classpath, http://www.gnu.org/software/classpath/stories.html";>http://www.gnu.org/software/classpath/stories.html
+
+
+This release brings with it a number of interesting new features:
+
+
+Addition of java.util.regex.Pattern.quote.
+
+Addition of java.io.IOError.
+
+Addition of java.io.Console.
+
+
+There have also been many bugfixes over the past year. Those relevant to 
0.99 can be found at http://gcc.gnu.org/bugzilla/buglist.cgi?product=classpath&target_milestone=0.99";>http://gcc.gnu.org/bugzilla/buglist.cgi?product=classpath&target_milestone=0.99
+
+With the 0.95 release, we switched fully towards the 1.5 generics work that 
we previously released separately as classpath-generics. All this work is now 
fully integrated in the main release and various runtimes (gcj, cacao, jamvm, 
ikvm, etc) have been extended to take advantage of the new generics, 
annotations and enumeration support in the core library. As a consequence, only 
1.5 capable compilers (currently the Eclipse Compiler for Java (ecj) and Sun's 
javac) may be used to build Classpath.
+
+The GNU Classpath developers site http://developer.classpath.org";>http://developer.classpath.org 
provides detailed information on how to start with helping the GNU Classpath 
project and gives an overview of the core class library packages currently 
provided.
+
+For each snapshot release generated documentation is provided through the 
gjdoc tool, which is part of GNU Classpath 0.99. Full documentation on the 
currently implementated packages and classes can be found at: http://developer.classpath.org/doc/";>http://developer.classpath.org/doc/
 We are looking into how to extend the documentation experience in the future. 
Please contact the mailinglist if you would like to help with this effort.
+
+
+For more information about the project see also:
+
+GNU Classpath home page:
+http://www.gnu.org/software/classpath/";>http://www.gnu.org/software/classpath/
+Developer information (wiki):
+http://developer.classpath.org/";>http://developer.classpath.org/
+Full class documentation:
+http://developer.classpath.org/doc/";>http://developer.classpath.org/doc/
+GNU Classpath hackers:
+http://planet.classpath.org/";>http://planet.cla