Hello Marl, hello list,

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.


Cheers,
Michael
-- 
Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html

Join the community at http://planet.classpath.org/
Index: ChangeLog
===================================================================
RCS file: /cvsroot/classpath/gjdoc/ChangeLog,v
retrieving revision 1.241
diff -u -r1.241 ChangeLog
--- ChangeLog   30 Nov 2005 21:23:46 -0000      1.241
+++ ChangeLog   18 Dec 2005 15:04:20 -0000
@@ -1,3 +1,7 @@
+2005-11-30  Michael Koch  <[EMAIL PROTECTED]>
+
+       * configure.ac (AC_INIT): Set version to 0.7.7.
+
 2005-11-30  Stephan Michels  <[EMAIL PROTECTED]>
 
        PR gjdoc/24722:
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 15:04:20 -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, [EMAIL PROTECTED])
+AC_INIT(gjdoc, 0.7.7, [EMAIL PROTECTED])
 
 AC_PREREQ(2.59)
 
_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to