This fixes up gjdoc for a 0.7.8 release, adding
updated NEWS and version numbering, as well as correcting
the mail address.

Changelog:

2007-04-21  Andrew John Hughes  <[EMAIL PROTECTED]>

        * NEWS,
        * configure.ac:
        Updated for 0.7.8
        

-- 
Andrew :-)

Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html
public class gcj extends Freedom implements Java { ... }
Index: NEWS
===================================================================
RCS file: /sources/classpath/gjdoc/NEWS,v
retrieving revision 1.11
diff -u -3 -p -u -r1.11 NEWS
--- NEWS	18 Dec 2005 17:11:29 -0000	1.11
+++ NEWS	21 Apr 2007 10:24:36 -0000
@@ -1,3 +1,12 @@
+New in release 0.7.8
+
+* Naughty 1.5 release
+
+* GJDoc can now successfully run against the new 1.5-based version
+  of GNU Classpath, including generics, annotations and enumerations.
+* Includes gjdoc/25876: Basic annotation support for gjdoc contributed
+  by Stephan Michels
+
 New in release 0.7.7
 
 * Bug fix release
Index: configure.ac
===================================================================
RCS file: /sources/classpath/gjdoc/configure.ac,v
retrieving revision 1.26
diff -u -3 -p -u -r1.26 configure.ac
--- configure.ac	18 Dec 2005 17:11:29 -0000	1.26
+++ configure.ac	21 Apr 2007 10:24:36 -0000
@@ -20,7 +20,7 @@ dnl along with GNU Classpath; see the fi
 dnl Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
 dnl 02111-1307 USA.
 
-AC_INIT(gjdoc, 0.7.7, [EMAIL PROTECTED])
+AC_INIT(gjdoc, 0.7.8, [EMAIL PROTECTED])
 
 AC_PREREQ(2.59)
 

Attachment: signature.asc
Description: Digital signature

Reply via email to