classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Re: RFC: new release of gjdoc


From: Mark Wielaard
Subject: [cp-patches] Re: RFC: new release of gjdoc
Date: Sun, 18 Dec 2005 18:10:44 +0100

Hi Michael,

On Sun, 2005-12-18 at 17:13 +0100, Michael Koch wrote:
> It has been a long time since the last gjdoc release. Many bugs were
> fixed since then. Among other things some bugs got fixed that make it
> possible to generate the whole javadocs for eclipse.
> 
> To make it possible to build eclipse in debian (and Fedora and other
> distributions too) with this new shiny gjdoc we should do a release and
> update gjdoc in the distributions.
> 
> Therefore I prepared the attached patch. Please apply and release.

Thanks, good idea. The blocking gcj 4.0.x bug has also been fixed so we
can generate binaries out of the box again. I also updated the NEWS and
AUTHORS file as follows:

2005-12-18  Michael Koch  <address@hidden>

       * configure.ac (AC_INIT): Set version to 0.7.7.

2005-12-18  Mark Wielaard  <address@hidden>

       * NEWS: Add bug fixed this release.
       * AUTHORS: Add new people contributing.

make distcheck works fine and GNU Classpath CVS documentation has been
regenerated with this version and has been uploaded to
http://developer.classpath.org/doc/
Unless someone finds a major flaw in it I will tag and upload a release
Monday morning.

Cheers,

Mark
Index: AUTHORS
===================================================================
RCS file: /cvsroot/classpath/gjdoc/AUTHORS,v
retrieving revision 1.3
diff -u -r1.3 AUTHORS
--- AUTHORS     12 Oct 2005 00:25:46 -0000      1.3
+++ AUTHORS     18 Dec 2005 16:42:22 -0000
@@ -36,6 +36,7 @@
 Roman Kennke (address@hidden)
 Takashi Okamoto (address@hidden)
 Wolfgang Baer (address@hidden)
+Stephan Michels (address@hidden)
 
 If your name doesn't appear on either list, but should, if it appears
 on the wrong list, or if your name or mail address is misspelled,
Index: NEWS
===================================================================
RCS file: /cvsroot/classpath/gjdoc/NEWS,v
retrieving revision 1.10
diff -u -r1.10 NEWS
--- NEWS        12 Oct 2005 00:25:46 -0000      1.10
+++ NEWS        18 Dec 2005 16:42:23 -0000
@@ -1,3 +1,19 @@
+New in release 0.7.7
+
+* Bug fix release
+  - gjdoc/24457: NPE for @see tag
+  - gjdoc/24474: StackOverflowError in reflexive expressions
+  - gjdoc/24501: gjdoc doesn't compile
+  - gjdoc/24508: Files weren't generated for packages with names like *.java
+  - gjdoc/24509: gjdoc is not able to use the javadocs from java.sun.com
+  - gjdoc/24510: gjdoc have problems the -linkoffline
+  - gjdoc/24507: The overview-summary.html are not generated
+  - gjdoc/24553: Problem with @link tags in parameter descriptions
+  - gjdoc/24722: Problems with single line comments between method arguments
+
+  Thanks to Stephan Michels, David Gilbert, Julian Scheid and Michael Koch
+  for reporting bugs, suggesting and testing fixes and preparing the release.
+
 New in release 0.7.6
 
 * Better output for classes in the unnamed package.
Index: configure.ac
===================================================================
RCS file: /cvsroot/classpath/gjdoc/configure.ac,v
retrieving revision 1.25
diff -u -r1.25 configure.ac
--- configure.ac        20 Oct 2005 18:22:47 -0000      1.25
+++ configure.ac        18 Dec 2005 16:42:23 -0000
@@ -20,7 +20,7 @@
 dnl Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
 dnl 02111-1307 USA.
 
-AC_INIT(gjdoc, 0.7.6-cvs, address@hidden)
+AC_INIT(gjdoc, 0.7.7, address@hidden)
 
 AC_PREREQ(2.59)
 

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]