OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / lib / classpath / NEWS
1 Bug fixes in release 0.97.2 (Jun 06, 2007)
2
3 * Include headers in the release tarball.
4 * Allow the building of tools to be optional.
5 * Only check for a Java compiler when required.
6 * Allow VMOperatingSystemMXBeanImpl to compile on Solaris.
7 * Documentation typo fixes
8 * Fix memory leak in native/jni/classpath/jcl.c
9 * Web page updates (PR classpath/22883)
10 * Fixes to pass the JSR166 TCK
11 * Use awk to construct the classlist on building
12 * Fix deadlock in Logger (PR classpath/35974)
13 * Fix regression in java.lang.String (PR classpath/35482)
14 * Allow Classpath tools to handle @file options.
15 * Allow parseInt to handle a + prefix correctly.
16 * Remove use of 1.5 language constructs in the VM layer.
17
18 Bug fixes in release 0.97.1 (Mar 11, 2007)
19
20 * Include documentation for JSR166 (java.util.concurrent)
21 * Fix STaX API compatability.
22 * Include the tools properties file in the release tarball.
23
24 New in release 0.97 (Feb 22, 2007)
25
26 Build changes:
27
28 * A copy of javah (to produce C header files from Java source code)
29 is now required to generate the files in include.
30 * The javac check has been changed so that it attempts to find ecj,
31 javac and gcj (in that order).  You may override this by using
32 JAVAC=<preferred javac>
33
34 Runtime interface changes:
35
36 * Removed VMFloat.floatToIntBits amd VMDouble.doubleToLongBits.
37 * Added new getParameterAnnotations() methods in Constructor and Method.
38
39 New in release 0.96.1 (Oct 16, 2007)
40
41 * Small compile, configure and build fixes.
42
43 New in release 0.96 (Oct 15, 2007)
44
45 * New experimental GStreamer javax.sound peer (see README.gstreamer)
46 * The JNI interface has been updated to 1.6
47 * Better support for the OpenJDK javac compiler
48 * Support for using javah via tools.zip and com.sun.tools.javah.Main
49 * Much improved Escher AWT peers
50 * Many bug fixes including improvements to AWT and Swing support
51
52 Runtime interface changes:
53
54 * Add VMFloat.toString(float) and VMFloat.parseFloat(String). Default
55   implementations are the same as previous behavior.
56 * Add new default implementations of VMMemoryMXBean.getHeapUsage()
57   and VMMemoryMXBean.getNonHeapUsage() via iteration over the memory
58   pools of the appropriate type.
59
60 New in release 0.95 (Apr 23, 2007)
61
62 * Full merge of 1.5 generics work.
63 * Added 1.6 java.util.ServiceLoader support.
64 * The ASM library is now included.  A separate copy is no longer
65   needed.  gjavah works out of the box now.
66 * The setReadTimeout and getReadTimeout methods have been added to
67   java.net.URLConnection.  They are now fully implemented for http URLs.
68 * The java.lang.management implementation now includes the new features
69   added in 1.6
70 * java.util.TimeZone now reads time zone information from the system
71   zoneinfo files (see also runtime interface changes below).
72 * The collection classes have been updated to support all the 1.6
73   additions.
74 * java.util.spi 1.6 package has been added and is used in java.text.
75 * Bootstrappable with OpenJDK javac compiler
76   (use configure --with-javac).
77 * Large speedups (and locking behaviour updated) in Graphics2D cairo
78   and freetype support.
79 * Better detection of browser plugin mechanism for mozilla, iceweasel,
80   firefox on various platforms.
81 * Inclusion of generic javadoc classes in tools.zip to support more
82   javadoc processing tools.
83 * Added documentation for command lines options for the included GNU
84   Classpath Tools gjar, gjavah, gnative2ascii, gorbd, grmid,
85   grmiregistry, gserialver and gtnameserv.
86
87 Runtime interface changes:
88
89 * gnu.java.lang.management.VMThreadMXBeanImpl has gained three new
90   optional native methods to allow the 1.6 version of the threading
91   bean to be supported.  One (getMonitorInfo) fills in information
92   about object monitor locks held by a thread and is only required
93   if the monitoring of object monitor locks is supported by the VM.
94   The other two (findDeadlockedThreads and getLockInfo) are related
95   to ownable synchronizers (part of the java.util.concurrent suite)
96   and only required if monitoring of locks relating to these is
97   supported by the VM.
98 * java.util.VMTimeZone and java.util.TimeZone have been refactored
99   to simplify the reference implementation.  VMTimeZone.readtzFile()
100   and VMTimeZone.skipFully() have been removed, and a new method
101   VMTimeZone.readSysconfigClockFile() has been introduced.
102 * VMs need to set the system property "gnu.java.util.zoneinfo.dir"
103   to point to the directory where zoneinfo files live.  In libgcj
104   this is set to the value of the TZDATA environment variable, or
105   "/usr/share/zoneinfo" if this is not set.
106 * VMFile has been extended to support new 1.6 methods (canExecute,
107   setReadable, setWritable, setExecutable).
108
109 New in release 0.93 (Dec 8, 2006)
110
111 * CORBA objects that exist on the same virtual machine and only are connected
112   to another ORB are now accessed directly and no longer via network. It is
113   the same feature that RMI implementation provides. These faster calls should
114   be completely transparent, as the parameters are cloned, where required. 
115   Currently the direct calls are only possible for the non-deprecated objects
116   that are connected to the ORB via POA.
117 * The 'javah' tool has been added.  It requires the ASM library
118   (see asm.objectweb.org); it can be enabled with the --with-asm
119   option to configure
120 * Added the rmi and corbaname URL context factories for JNDI.
121 * Fixes in the JNDI InitialContext now allows to plug-in user implementation.
122 * Removed currentClassLoader method from
123   vm/reference/java/io/ObjectInputStream.java.
124 * Added firstNonNullClassLoader method to
125   vm/reference/gnu/classpath/VMStackWalker.java. VMs are encouraged to
126   provide a more efficient implementation.
127 * Added aton method to vm/reference/java/net/VMInetAddress.java.
128 * NetworkInterface has been implemented for systems that provide the
129   `getifaddrs' function.
130 * java.nio.channels.Selector implementations have been added that use
131   the kqueue notification mechanism on Mac OS X and *BSD, and that use
132   the epoll notification mechanism on Linux 2.6.
133 * java.nio has been refactored to support more non-blocking operations
134   natively. Blocking IO classes have been refactored to call
135   non-blocking classes. Non-blocking accepts, connects, and
136   scatter-gather IO should now be better supported.
137 * HTML support for Swing has been greatly enhanced.
138
139 Runtime interface changes:
140
141 * java.net.VMNetworkInterface and java.net.NetworkInterface have been
142   updated to keep native-modified state in the former, and to simplify
143   the native code in our reference implementation.
144 * gnu.java.nio.VMChannel has been expanded to better support native
145   non-blocking IO. Most native state data (such as file descriptor
146   integers) has been abstracted away into private state in the runtime
147   interface.
148 * gnu.java.nio.VMPipe has been similarly changed.
149 * gnu.java.net.VMPlainSocketImpl has been changed to remove some
150   functionality now provided by VMChannel; datagram socket-specific
151   methods have also been moved here, deprecating VMPlainDatagramSocketImpl.
152 * gnu.java.net.VMPlainDatagramSocketImpl removed.
153
154 New in release 0.92 (Aug 9, 2006)
155
156 * GConf is used as a backend for java.util.prefs. GNU Classpath 
157   thanks to Mario Torre for this contribution!
158 * libjawtgnu.so has been renamed libjawt.so for binary compatibility.
159   libjawt.so should be installed in a VM-specific directory rather
160   than directly in /usr/lib.  Proprietary VMs put their libjawt.so
161   implementations in VM-specific directories but search /usr/lib first.
162   If GNU Classpath's libjawt.so is installed in /usr/lib it will create
163   problems for people who use a proprietary VM to run AWT Native
164   Interface applications.
165 * The GdkGraphics2D backend has been made the default.  There is no
166   longer an explicit dependency on Cairo, the --enable-gtk-cairo
167   configure option is gone, and GTK 2.8 or higher is now required to
168   build the GTK peers.
169 * A Mozilla plugin, 'gcjwebplugin', is now included.  It introduces a
170   dependency on the Mozilla plugin support headers and libraries.
171 * New java implementations of png and gif imageio readers and writers.
172 * A tools.texinfo document has been created and now includes
173   documentation about:
174   * appletviewer
175   * gcjwebplugin
176   * jarsigner
177   * keytool
178 * Several new tools are now included:
179   * appletviewer
180   * jar
181   * native2ascii
182   * serialver
183   * keytool
184   * jarsigner
185   A new configure option --enable-tool-wrappers causes wrapper
186   binaries to be built for VMs that support the JNI Invocation API.
187 * We've imported the JSR 166 (concurrency) reference implementation.
188 * javax.sound.midi providers have been added to read and
189   write standard MIDI files.
190 * A javax.sound.sampled .au and .wav file readers have been added.
191 * New Java Virtual Machine Tool Interface header, jvmti.h. 
192 * AWT peers for X Windows based on Escher (a pure java X protocol
193   implementation) have been added. So far it supports AWT 1.1 style
194   Graphics, image loading via ImageIO (PNG, GIF and BMP images in this
195   release), top level components as well as mouse and keyboard input.
196   It is capable of running many Swing applications. Graphics2D and
197   AWT widgets are not yet supported with this peer set.
198 * GConf based util.peers backend (see the --enable-gconf-peer and
199   --enable-default-preferences-peer configure options).
200 * Support for batch importing trusted certificates for use with ssl
201   connections (see script/import-cacerts.sh).
202 * NIO scatter-gather channel support.
203
204 Runtime interface changes:
205
206 * A new class, VMURLConnection, is used to implement
207   URLConnection.guessContentTypeFromStream.  The reference
208   implementation uses libmagic (and falls back to doing nothing if
209   libmagic is not available).
210 * The method gnu.java.io.PlatformHelper.toCanonicalForm() has been
211   replaced with a JNI implementation of VMFile.toCanonicalForm() for
212   GNU/Posix systems.
213 * A new class, VMRuntimeMXBeanImpl, is used to implement
214   the low-level support of the runtime management bean.
215   VMs should use it to supply the input arguments and start
216   time of the VM.  In addition, one of sun.boot.class.path
217   or java.boot.class.path should be defined by the VM to
218   support the optional boot class path access functionality.
219 * The Unsafe class was moved back to the place expected by the JSR 166
220   reference implementation.  We've also added a couple other new VM
221   classes to support the JSR 166 code -- sun.reflect.Reflection and
222   sun.reflect.misc.ReflectUtil.
223 * Another new class, VMClassLoadingMXBeanImpl, is used to implement
224   the low-level support of the class loading management bean.
225   VMs need to supply it with information about how many classes
226   are currently loaded, how many have been unloaded and whether
227   verbose class loading output is on or off.  Provision should also
228   be made for the latter to be toggled at runtime.
229 * VMThreadMXBeanImpl is used to implement the low-level support
230   of the thread management bean.  Providing this interface requires
231   providing a fair amount of information about threads, including
232   optional time and contention monitoring, and instances of the
233   new ThreadInfo class in java.lang.management.  getState() has also
234   been added to the VMThread interface; this is required by the bean
235   as well as java.lang.Thread.
236 * VMMemoryMXBeanImpl is used to implement the low-level support
237   of the memory management bean.  Providing this interface requires
238   providing information about the levels of heap and non-heap memory,
239   and the number of objects eligible for garbage collection.
240 * VMCompilationMXBeanImpl is used to allow for optional compilation
241   time support for Just-In-Time compilers.
242 * VMMemoryPoolMXBeanImpl is used to implement the low-level support
243   of the memory pool beans.  Providing this interface requires
244   providing memory usage statistics for each supported bean.
245 * VMManagementFactory provides the names of the memory pools,
246   memory managers and garbage collectors maintained by the virtual
247   machine.  These are used to create the beans by the ManagementFactory.
248 * VMMemoryManagerMXBeanImpl and VMGarbageCollectorMXBeanImpl provide
249   low-level support for memory managers (including the specific subclass
250   of garbage collecting memory managers).  The interfaces for these
251   require no more than enumerating the number of collections and the
252   time spent (for garbage collectors) and a relationship to the memory
253   pools (for all), along with a validity check.
254
255 New in release 0.91 (May 15, 2006)
256
257 * Experimental activation (java.rmi.activation) support, including RMI
258   activation daemon and persistent naming service tools.
259 * Experimental printing support: The API implementation of the javax.print 
260   packages has been finished and work on the printing provider implementation
261   started. Currently supported features from the Java Print Service API are 
262   print service discovery (CUPS registered printers), single document print 
263   jobs and support for client-formatted print data. An example application
264   (see: examples/gnu/classpath/examples/print/Demo) has been added to show 
265   the API usage for service discovery and printing of files.
266 * The GTKToolkit now gives access to the both the system clipboard and
267   system selection.
268 * Custom mouse cursor support has been added to the gtk+ peers. And cursors
269   can now also be set on light-weight components.
270 * Free Swing improvements: Support for OceanTheme has been mostly completed
271   and turned on as default Metal theme. X11-style Copy and Paste behavior in
272   text components with the middle mouse button. Support cursor changes on
273   various components when resizing. Support for Look and Feel window
274   decorations has been added.
275 * Updated locale data information to CLDR 1.3.
276 * Various bugs in Classpath's SecureRandom implementations have been
277   fixed; that class now respects the "securerandom.source" security
278   property and the "java.security.egd" system property.
279 * Support for assistive technologies has been added to AWT and Swing.
280
281 Runtime interface changes:
282
283 * A new class, VMArray, is now available which separates the native
284   array creation method from java.lang.reflect.Array.  
285 * A new class, gnu.classpath.Unsafe, is provided for handling the
286   new low-level operations required by java.util.concurrent.
287 * The reference implementations of Method, Constructor, and Field
288   now have a new native getModifiersInternal() method.  The public
289   getModifiers() method in each case has been rewritten in terms of
290   this method.
291 * The reference implementation of VMThread has been updated to handle
292   the new Thread.UncaughtExceptionHandler support.
293 * A new class, java.security.VMSecureRandom, is now available that is
294   used to generate random numbers for seeding cryptographically-secure
295   pseudo-random number generators.
296 * VMClass and the reference implementations of Method, Constructor and Field
297   now include a number of 1.5 methods imported from the generics branch.
298   These are all optional (in the sense that the methods associated with them
299   merely fail on use if the VM doesn't provide them, rather than the
300   VM failing altogether), but VMs should aim to support them where possible.
301 * The implementation of java.lang.instrument has been merged to the main
302   branch from the generics branch.
303 * The VM interfaces of the main branch and the generics branch are now
304   consistent with one another.  As a result, the main branch includes an
305   additional environ() function in VMSystem and an additional argument has
306   been added to nativeSpawn() in VMProcess.
307 * Annotation support is now available in the main branch, if the VM supports
308   it. The VM should implement VMClass.getDeclaredAnnotations,
309   Constructor.getAnnotation, Constructor.getDeclaredAnnotations,
310   Field.getAnnotation, Field.getDeclaredAnnotations, Method.getAnnotation and
311   Method.getDeclaredAnnotations.
312 * java.lang.Package now has a new constructor that takes the defining
313   ClassLoader as an extra argument. If you use a custom version of
314   VMClassLoader, please switch it to use this constructor.
315 * The reference implementation of VMClassLoader.getBootPackages() now
316   reads the META-INF/INDEX.LIST resource using the java.boot.class.path
317   system property.
318
319 New in release 0.90 (March 6, 2006)
320
321 * Free Swing improvements: JTable columns are rearrangeable and
322   resizeable with mouse. Painting and scrolling are now much
323   faster. Plain text components now support highlighting and
324   copy+paste to the system clipboard. Support for styled text has been
325   improved, including some very basic HTML support. JFileChooser is
326   now usable. Global event dispatching has been implemented. Memory
327   consumption of Swing components has been reduced. Lots of general
328   bugfixes. Added new system property to turn off Graphics2D use in
329   Swing, even if Graphics2D is available: gnu.javax.swing.noGraphics2D
330
331 * AWT. Improved support for mixing "lightweight" and "heavyweight"
332   Components in Containers. Better support for dynamically updated
333   menus. Better 1.0 event model support for Scrollbars. Better class
334   documentation of gtk+ awt peers.
335
336 * GNU Crypto and Jessie have been merged into GNU Classpath; this
337   provides Classpath with a wide array of cryptographic algorithms
338   (ciphers, message digests, etc.) and implementations of SSL version
339   3 and TLS version 1. These roughly complement the public
340   `java.security.' `javax.crypto,' and `javax.net.ssl' packages, and
341   are service providers implementing the underlying algorithms.
342  
343 * Updated HTTP and FTP URLConnection protocol handlers. HTTPS support
344   out of the box.
345
346 * Unicode 4.0.0 is supported. Character now includes support for using
347   ether a char or an int to identify code points.
348
349 * More correct handling of Object methods and serialization support
350   for Proxy and abstract classes.
351
352 * The new folder tools includes GIOP and RMI stub and tie source code
353   generators, IOR parser and both transient and persistent GIOP naming
354   services.
355
356 * Added experimental support for dynamic creation of the RMI stubs
357   using proxy classes. The rmic compiler is no longer required (unless
358   for research and specific stubs).
359
360 * XML validaton support for RELAX NG and W3C XML schema namespace
361   URIs. RELAX NG pluggable XML schema datatype library API and an
362   implementation for XML Schema Datatypes
363   (http://www.w3.org/TR/xmlschema-2/).
364
365 * Updated StAX implementaton to be compatible with final JSWDP 2.0.
366
367 * The default back end for java.util.prefs has been changed.  The new
368   default is capable of saving and restoring preferences to and from
369   the file system.
370
371 * javax.imageio.plugins.bmp implementation.
372
373 * Added --enable-collections configure option which builds
374   "collections.jar", a 1.1 VM compatibility jar.
375
376 * gnu.regexp updated from GNU/Posix syntax to support util.regex
377   syntax including various Unicode blocks, categories and properties.
378
379 Runtime interface changes:
380
381 * A new class, VMMath, is now available which separates the native
382   mathematical functions from java.lang.Math.  The previous fdlibm
383   implementation now forms the reference material for this class.
384
385 * Updated VMObjectInputStream class to return Thread context class
386   loader if no other class loader is found.
387
388 * Updated documentation on InstrumentationImpl in vmintegration guide.
389
390 New in release 0.20 (Jan 13, 2006)
391
392 * New StAX pull parser and SAX-over-StAX driver. Lots of DOM, SAX/StAX,
393   XPath and XSLT improvements.  Support for XInclude and XML Base added.
394   Conformance is now regularly tested against various test-suites at
395   http://builder.classpath.org/xml/ See also doc/README.jaxp.
396
397 * Full beans XMLEncoder implementation.
398
399 * javax.sound.sampled implementation.
400
401 * javax.print.attribute and javax.print.event implementated.
402
403 * Lots of new datatransfer, print swing and swing.text work and optimization.
404
405 * Additional 1.5 support. Including new (separate) generic branch release.
406
407 * SecurityManager cleanups and start of review of all Permission checks
408   (includes adding lots of new checks to the Mauve test-suite).
409
410 * Buildable on cygwin.
411
412 * Fully buildable as "in-workspace" library-plus-vm inside (native) Eclipse
413   see http://developer.classpath.org/mediation/ClasspathHackingWithEclipse
414
415 * Full example that shows a real world CORBA and Free Swing implementation.
416   See examples/gnu/classpath/examples/CORBA/swing/README.html
417
418 * A list of bug fixes can be found at:
419 http://gcc.gnu.org/bugzilla/buglist.cgi?product=classpath&target_milestone=0.20
420
421 Runtime interface changes:
422
423 * New method VMStackWalker.getClassLoader() was added to avoid an infinite
424   loop between getCallingClassLoader() and Class.getClassLoader().
425
426 * The included fdlibm implementation has seen several cleanups to handle
427   new architectures and namespacing issues (in particular for ppc, darwin
428   and non-C99 compilers). Please double check any arithmetic test against
429   new platforms/runtimes.
430
431 * The gnu.java.net.Plain[Datagram]Socket implementations have been
432   turned into VM reference classes with JNI/Posix implementations.
433
434 New in release 0.19 (Nov 2, 2005)
435
436 * The Swing RepaintManager has been reworked for more efficient painting,
437   especially for large GUIs.
438
439 * The Swing layout manager OverlayLayout has been implemented, the BoxLayout
440   has been rewritten to make use of the SizeRequirements utility class and
441   caching for more efficient layout.
442
443 * Improved accessibility support for Swing.
444
445 * The java.net.HttpURLConnection implementation no longer buffers the
446   entire response body in memory.  This means that response bodies
447   larger than available memory can now be handled.
448
449 * The Andrew Watson, Vice President and Technical Director of the Object
450   Management Group, has officially assigned us 20 bit Vendor Minor Code Id: 
451   0x47430 ("GC") that will mark remote Classpath - specific system exceptions.
452   Obtaining the VMCID means that GNU Classpath now is a recogniseable type of
453   node in a highly interoperable CORBA world. 
454
455 * Classpath now includes the first working draft to support the RMI over
456   IIOP protocol. The current implementation is capable for remote invocations,
457   transferring various Serializables and Externalizables via RMI-IIOP protocol.
458   It can flatten graphs and, at least for the simple cases, is interoperable
459   with Sun's jdk 1.5.
460
461 * Qt4 configury switches for OS-X. Additional to the --enable-qt-peer, OS-X
462   users with a Qt4 installation can build the qt-peers with the argument
463   --with-qt4dir=<Qt4-installation-dir>.
464
465 * Significant progress has been made in the implementation of the 
466   javax.swing.plaf.metal.* package, with most UI delegates in a working state
467   now.  Please test this with your own applications and provide feedback that 
468   will help us to improve this package.
469
470 * The GUI demo (gnu.classpath.examples.swing.Demo) has been extended to 
471   highlight various features in our free-swing implementation. And includes
472   a look and feel switcher (Metal default, Ocean or GNU).
473
474 Runtime interface changes:
475
476 * Changed implementation of VMClassLoader.getPackage(s) : new method
477   VMClassLoader.getBootPackages should be implemented by the vm, and sould
478   return a string array of boot package names ("java.lang", "java.net", ...).
479   Feedback from vm implementors for usability and relevance of the
480   getBootPackages method would be greatly appreciated.
481   
482 New in release 0.18 (Sep 6, 2005)
483
484 * GNU JAWT implementation, the AWT Native Interface, which allows direct
485   access to native screen resources from within a Canvas's paint method.
486   GNU Classpath Examples comes with a Demo, see examples/README.
487 * awt.datatransfer updated to 1.5 with supports for FlavorEvents.
488   The gtk+ awt peers now allow copy/paste of text, images, uris/files
489   and serialized objects with other applications and tracking
490   clipboard change events with gtk+ 2.6 (for gtk+ 2.4 only text and
491   serialized objects are supported). A GNU Classpath Examples
492   datatransfer Demo was added to show the new functionality.
493 * org.omg.PortableInterceptor and related functionality in other packages
494   is now implemented:
495     - The sever and client interceptors work as required since 1.4.
496     - The IOR interceptor works as needed for 1.5. 
497 * The org.omg.DynamicAny package is completed and passes the prepared tests.
498 * The Portable Object Adapter should now support the output of the
499   recent IDL to java compilers. These compilers now generate servants and 
500   not CORBA objects as before, making the output depended on the existing 
501   POA implementation. Completing POA means that such code can already be 
502   tried to run on Classpath. Our POA is tested for the following usager
503   scenarios:
504     - POA converts servant to the CORBA object.
505     - Servant provides to the CORBA object.
506     - POA activates new CORBA object with the given Object Id (byte array) 
507       that is later accessible for the servant.
508     - During the first call, the ServantActivator provides servant for this 
509       and all subsequent calls on the current object.
510     - During each call, the ServantLocator provides servant for this call
511       only.
512     - ServantLocator or ServantActivator forwards call to another server.
513     - POA has a single servant, responsible for all objects.
514     - POA has a default servant, but some objects are explicitly connected 
515       to they specific servants.
516   The POA is verified using tests from the former cost.omg.org.      
517 * The javax.swing.plaf.multi.* package is now implemented.
518 * Editing and several key actions for JTree and JTable were implemented.
519 * Lots of icons and look and feel improvements for Free Swing basic and
520   metal themes were added.  Try running the GNU Classpath Swing Demo in
521   examples (gnu.classpath.examples.swing.Demo) with:
522   -Dswing.defaultlaf=javax.swing.plaf.basic.BasicLookAndFeel
523   -Dswing.defaultlaf=javax.swing.plaf.metal.MetalLookAndFeel
524 * Start of styled text capabilites for java.swing.text.
525 * NIO FileChannel.map implementation, fast bulk put implementation for
526   DirectByteBuffer (speeds up this method 10x).
527 * Split gtk+ awt peers event handling in two threads and improve gdk lock
528   handling (solves several AWT lock ups).
529 * Speed up awt Image loading.
530 * Updated TimeZone data against Olson tzdata2005l.
531 * Make zip and jar UTF-8 "clean".
532 * "native" code  builds and compiles (warning free) on Darwin and Solaris.
533
534 Runtime interface changes:
535
536 * All native resource "pointers" in the VM interface classes are now exposed
537   as gnu.classpath.Pointer objects. This might impact runtimes that
538   optimize and support java.nio.DirectByteBuffers. Creating these classes
539   and accessing the contents as void * pointers for the native reference JNI
540   implementation is done through the JCL_NewRawDataObject and JCL_GetRawData
541   functions.
542 * Simplified the Class/VMClass interface.
543 * Removed loadedClasses map from ClassLoader. It's now the VMs responsibility
544   to manage the list of defined and loaded classes for each class loader.
545 * Moved native methods from java.lang.reflect.Proxy to VMProxy.
546 * Added hook to VMClassLoader to allow VM to do class caching.
547
548 New Untested/Disabled Features:
549
550   The following new features are included, but not ready for production
551   yet. They are explicitly disabled and not supported. But if you want
552   to help with the development of these new features we are interested
553   in feedback. You will have to explicitly enable them to try them out
554   (and they will most likely contain bugs). If you are interested in any
555   of these then please join the mailing-list and follow development in
556   CVS.
557
558 * QT4 AWT peers, enable by giving configure --enable-qt-peer.
559 * JDWP framework, enable by deleting the jdwp references from
560   lib/standard.omit and vm/reference/standard.omit. No default
561   implementation is provided. Work is being done on gcj/gij integration.
562 * StAX java.xml.stream, enable by deleting the gnu.xml.stream and
563   java.xml.stream references in lib/standard.omit.
564
565 New in release 0.17 (Jul 15, 2005)
566
567 * gnu.xml fix for nodes created outside a namespace context.
568 * Add support for output indenting and cdata-section-elements output
569   instruction in xml.transform.
570 * xml.xpath corrections for cases where elements/attributes might have
571   been created in non-namespace-aware mode. Corrections to handling of
572   XSL variables and minor conformance updates.
573 * DefaultMutableTreeNode preorder, postorder, depthFirst and breadthFirst
574   traversal enumerations implemented.
575 * JInternalFrame colors and titlebar draw properly.
576 * JTree is working up to par (icons, selection and keyboard traversal).
577 * JMenus were made more compatible in visual and programmatic behavior.
578 * JTable changeSelection and multiple selections implemented.
579 * JButton and JToggleButton change states work properly now.
580 * JFileChooser fixes.
581 * revalidate and repaint fixes which make Free Swing much more responsive.
582 * Correctly handle system call interrupts and timeouts in native nio
583   and net functions.
584 * MetalIconFactory implemented.
585 * Handle image loading errors correctly for gdkpixbuf and MediaTracker.
586 * Added Tree World to GNU Classpath examples Free Swing demo.
587 * FileChannel.lock() and FileChannel.force() implemented.
588 * java.util.logging.FileHandler now rotates files.
589 * Better handle GDK lock. Properly prefix gtkpeer native functions (cp_gtk).
590 * Corba bug fixes and documentation updates.
591 * Updated gcj build infrastructure.
592 * Documentation fixes all over the place.
593   See http://developer.classpath.org/doc/
594 * VM Integration Guide updates with a full section on VM/Classpath hooks.
595
596 New in release 0.16 (Jun 30, 2005)
597
598 * Better GTK scrollbar peer implementation when using GTK >= 2.6.
599 * GdkGraphics2D has been updated to use Cairo 0.5.x APIs.
600 * BufferedImage and GtkImage rewrites. All image drawing operations
601   should now work correctly (flipping requires gtk+ >= 2.6)
602 * Future Graphics2D, Image and Text work is documented at:
603   http://developer.classpath.org/mediation/ClasspathGraphicsImagesText
604 * Free Swing Top-Level Compatibility. JFrame, JDialog, JApplet,
605   JInternalFrame, and JWindow are now 1.5 compatible in the sense that you
606   can call add() and setLayout() directly on them, which will have the same
607   effect as calling getContentPane().add() and getContentPane().setLayout().
608 * The JTree interface has been completed. JTrees now recognizes mouse clicks
609   and selections work, but the visual implementation is not yet complete.
610   Work on expansion and collapsing of the tree nodes is being implemented.
611 * BoxLayout works properly now.
612 * Fixed GrayFilter to actually work.
613 * Metal SplitPane implemented.
614 * Lots of free swing text and editor stuff work now.
615
616 * When gtk+ 2.6 or higher is installed the default log handler will produce
617   stack traces whenever a WARNING, CRITICAL or ERROR message is produced.
618
619 * The CORBA implementation is now a working prototype that should support
620   features up till 1.3 inclusive. 
621   We would invite groups writing CORBA dependent applications to
622   try Classpath implementation, reporting any possible bugs.
623
624   The CORBA prototype is interoperable with Sun's implementation v 1.4,
625   transferring object references, primitive types, narrow and wide 
626   strings, arrays, structures, trees, abstract interfaces and 
627   value types (feature of CORBA 2.3) between these two platforms. 
628   The remote exceptions are transferred and handled correctly.
629   The stringified object references (IORs) from various sources are
630   parsed as required. 
631   The transient (for current session) and permanent (till jre restart)
632   redirections work. 
633   Both Little and Big Endian encoded messages are accepted. 
634   The implementation is verified using tests from the former cost.omg.org.
635   The current release includes working examples (see the examples directory),
636   demonstrating the client-server communication, using either CORBA Request
637   or IDL-based  stub (usually generated by a IDL to java compiler).
638   These examples also show how to use the Classpath CORBA naming service.
639   The IDL to java compiler is not yet written, but as our library must be 
640   compatible, it naturally accepts the output of other idlj implementations.
641
642 * New --with-vm-classes configure option, and new 'build' setting
643   for --with-glibj. (Only for integrators.)
644
645 Runtime interface changes:
646
647 * Start of a generic JDWP framework in gnu/classpath/jdwp.
648   This is unfinished, but feedback (at classpath@gnu.org) from runtime
649   hackers is greatly appreciated. Although most of the work is currently
650   being done around gcj/gij we want this framework to be as VM neutral as
651   possible. Early design is described in:
652   http://gcc.gnu.org/ml/java/2005-05/msg00260.html
653 * Native method VMClass.getModifiers() now takes an additional
654   boolean parameter.
655 * Deprecated native method VMClassLoader.defineClass(ClassLoader,
656   String, byte[], int, int) has been replaced by
657   VMClassLoader.defineClass(ClassLoader, String, byte[], int, int,
658   ProtectionDomain)
659 * VMClassLoader.loadClass(String name, boolean resolve) is now native,
660   replacing the former version which just returned null.
661 * Deprecated native method VMClassLoader.getPrimitiveClass(String) has
662   been replaced by new native method VMClassLoader.getPrimitiveClass(char).
663 * Previously empty implementations of methods VMThread.countStackFrames(),
664   VMThrowable.fillInStackTrace(), and VMThrowable.getStackTrace() have
665   been removed; these methods are now native methods.
666 * Fields "exceptionTypes" and "parameterTypes" have been removed from
667   Contructor.java and getExceptionTypes() and getParameterTypes() are
668   now native methods.
669
670 New in release 0.15 (Apr 29, 2005)
671
672 * The old character encoding framework (gnu.java.io.EncodingManager)
673 has been replaced by a system based completely on nio.charset
674 providers. Many converters have been added, both the io, lang and nio
675 frameworks now use the same set of converters and the whole character
676 stream framework (Readers and Writers) have been optimized. For some
677 workloads this leads to 2x till 20x speedups.
678
679 The default charsets supported are:
680
681   Cp424, Cp437, Cp737, Cp775, Cp850, Cp852, Cp855, Cp857, Cp860, Cp861,
682   Cp862, Cp863, Cp864, Cp865, Cp866, Cp869, Cp874, ISO_8859_1, ISO_8859_13,
683   ISO_8859_15, ISO_8859_2, ISO_8859_3, ISO_8859_4, ISO_8859_5, ISO_8859_6,
684   ISO_8859_7, ISO_8859_8, ISO_8859_9, KOI_8, MS874, MacCentralEurope,
685   MacCroatian, MacCyrillic, MacDingbat, MacGreek, MacIceland, MacRoman,
686   MacRomania, MacSymbol, MacThai, MacTurkish, US_ASCII, UTF_16, UTF_16BE,
687   UTF_16Decoder, UTF_16Encoder, UTF_16LE, UTF_8, UnicodeLittle, Windows1250,
688   Windows1251, Windows1252, Windows1253, Windows1254, Windows1255,
689   Windows1256, Windows1257, Windows1258.
690
691 Many more encoding are supported through the new IconvProvider
692 depending on the platform iconv support. GNU libiconv is recommended.
693 The IconvProvider is currently not enabled by default. To enable it
694 define the system property gnu.classpath.nio.charset.provider.iconv=true.
695 Some runtimes might choose to enable this by default by setting it
696 through VMSystemProperties. We would like to get feedback on whether
697 enabling or disabling the IconvProvider by default results in the
698 highest speedups.
699
700 * Free swing metal and pluggable look and feels have been improved.
701 The GNU Classpath free swing example can now be run with different
702 "skins" by setting the system property swing.defaultlaf to the GNU,
703 Basic or Metal look and feel.
704
705 * Some of the org.omg.CORBA classes and packages have now been
706 implemented. The Savannah bug tracker contains additional tasks for
707 which we are seeking help.
708
709 * Fixed compatibility problems in the java.beans which affected
710 Eclipse's Visual Editor Project.
711
712 * New completely lock free (Inheritable)ThreadLocal implementation.
713
714 * javax.swing.text.rtf framework added which can handle simple (plain)
715 text tokens.
716
717 * Support for parsing html files into Level 2 Document Object Model
718 (org.w3c.dom.html2 and javax.swing.text.html.parser). And a start of
719 javax.swing.text.html framework added.
720
721 Runtime interface changes:
722
723 * jni.h changed to better support compiling runtimes implementing jni;
724   see VM integration guide for details.
725 * New --enable-default-toolkit option to configure can be used to set
726   the fully qualified class name of the default AWT toolkit to use.
727   If not given, the old default of gnu.java.awt.peerk.gtk.GtkToolkit
728   is used.
729 * New --disable-core-jni option can be used to disable building the
730   "core" JNI libraries.  This is primarily useful if your VM can use the
731   Gtk peers but not the core JNI libraries.
732 * New system property "gnu.classpath.boot.library.path" can be specified
733   to define the location of the JNI libraries. It is by all means meant
734   ONLY for VM implementors and GNU Classpath hackers. See the hacking
735   guide for more information.
736 * The helper methods currentLoader() and allocateObject() for
737   java.io.ObjectInputStream have been moved to a VMObjectInputStream class.
738   Reference implementations are provided.
739 * java.net.InetAddress now uses VMInetAddress for runtime/platform
740   specific methods getLocalHostname(), getHostByAddr() and
741   getHostByName(). java.net.NetworkInterface now uses VMNetworkInterface
742   for runtime/platform specific getInterfaces() support. Default
743   (Posix/GNU JNI) implementations are provided.
744 * VMClass has a new method getModifiers(Class, boolean) which can be
745   used to get the real modifiers for an inner class or the ones
746   specified by the InnerClasses attribute.
747 * All (possible) runtime specific methods of Object and Double are now
748   in VMObject and VMDouble. Where possible generic reference
749   implementations are provided.
750 * The reference implementation of VMClassLoader now handles zip files
751   on the boot loader class path in getResources().
752
753 Other changes:
754
755 New in release 0.14 (Feb 25, 2005)
756
757 * Character encoders and decoders have been added for:
758   iso-8859-6 (arabic), iso-8859-7 (greek), iso-8859-8 (hebrew),
759   iso-8859-9 (latin-5), iso-8859-13, iso-8859-15 (latin-9), cp1047 (ebcdic),
760   ebcdic-xml-us,ascii, windows-1250, windows-1252, UTF-16BE (Big Endian),
761   UTF-16LE (Little Endian), UTF-32BE (Big Endian), UTF-32LE (Little Endian).
762 * Full documentation for all classes can be generated (again) by using
763   the --with-gjdoc configure option.
764 * javax.awt.imageio support through gdkpixbuf.
765
766 Runtime interface changes:
767
768 * VMSecurityManager has been replaced by gnu.classpath.VMStackWalker.
769   currentClassLoader() is no longer needed, and there are also two new
770   methods with non-native implementations. VM implementors are encouraged
771   to provide more efficient versions.
772 * VMRuntime.nativeLoad() now takes an additional ClassLoader parameter.
773
774 New in release 0.13 (Jan 6, 2005)
775
776 * The http url protocol handler has been replaced with a full HTTP/1.1
777   version from GNU inetlib.
778 * A new ftp url protocol handler has been added also from GNU inetlib.
779 * java.beans has been updated to 1.4 including support for XMLEncoder
780   and XMLDecoder.
781 * The java.util.Locale support is now based on the Common Locale Data
782   Repository (CLDR) Project (see http://www.unicode.org/cldr/).
783   GNU Classpath provides support for more than 250 locales now.
784   This new support is experimental and the GNU Classpath hackers are
785   working together with runtime developers and the unicode consortium
786   to improve them in the future.
787   If your runtime misdetects your locale or if the default locale gives
788   problems please try running with -Duser.language=en and -Duser.region=US
789   to fall back on a known good locale.
790 * Added implementations of javax.xml (JAXP 1.3), org.xml.sax (SAX2) and
791   org.w3c.dom (DOM Level 3) interfaces. It is possible to switch between
792   different implementations AElfred2, GNU DOM, GNU XSL, libxmlj SAX,
793   libxmlj DOM and libxmlj XSL by setting different system properties.
794   Also provided is a preliminary XPath 1.0 implementation.
795   The libxmlj versions are build around libxml2 and libxslt and have to
796   be enabled during build time by the --enable-xmlj configure flag.
797   The current support is equal to the last released GNU JAXP 1.3 release.
798   These packages will be maintained as part of the GNU Classpath core classes
799   in the future. For more information, conformance results and documentation
800   on selecting different implementations see doc/README.jaxp.
801 * More AWT accessible support.
802 * AWT gtk+ peers component layout, dialog placement, keyboard focus
803   handling and text positioning have been improved.
804 * ImageIO interfaces are more complete.
805 * JList, JTable and JTree have been hugely improved.
806 * java.awt.Robot support with GdkRobot in the gtk+ awt peers.
807   Needs XTest Extension (libXtst) XServer support.
808 * New --disable-examples configure argument.
809
810 Runtime interface changes:
811
812 * Added a new method (VMRuntime.enableShutdownHooks) that enables the VM
813   to lazily register an exit handler.
814 * The java.lang.Class constructor now automatically sets the protection
815   domain for array classes, based on the protection domain of the component
816   type class.
817 * New gnu.classpath.VMSystemProperties class. This replaces the
818   system properties initialization in VMRuntime. Note that it is
819   now the VMs responsibility to set one additional property:
820   gnu.cpu.endian should be set to "big" or "little".
821 * VMRuntime.nativeGetLibname() has been renamed to VMRuntime.mapLibraryName()
822   and has only one argument, the name of the library.
823 * String and StringBuffer now call VMSystem.arraycopy() directly and don't
824   go through java.lang.System. Be careful to not initialize java.lang.System
825   early in the bootstrap sequence in your VM runtime interface classes.
826 * Some (wrong) documentation about the behavior of VMThread.sleep(0, 0)
827   has been updated. Also, VMThread.sleep() now has a default non-native
828   implementation, but it is a generic implementation that ignores the
829   nano-seconds argument. Runtime hackers are encouraged to provide a more
830   efficient version.
831 * There is prelimenary support for nio direct byte buffers.
832   See VMDirectByteBuffer. Please contact the GNU Classpath mailinglist when
833   you add support for this to your runtime.
834
835 New in release 0.12 (Nov 14, 2004)
836
837 * GNU Classpath's JAR implementation now has preliminary support for
838   signed entries, for so called "signed JAR" file support. Signed JAR
839   files are one of the key security features of managed runtimes, and
840   allows code to run privileged given unforgeable proofs of identity.
841 * A much improved version of X.509 certificates has been added,
842   including a robust certificate path checking algorithm. Also
843   included is an implementation of the RSA signature scheme.
844 * Full java.awt.color implementation, with all standard ICC profiles,
845   except for PhotoYCC color space.
846 * java.beans 1.4 updates and bug fixes.
847 * java.awt.image support updated to 1.4.
848 * Improved build process. Uses less memory with gcj and C code is
849   buildable with -Werror on most platform. Please configure with
850   --enable-Werror and report any remaining issues.
851 * Big-endian (PowerPC) fixes for native awt GTK+ peers.
852 * Checkstyle support, see scripts/checkstyle-config.xml.
853 * Better AWT focus management fro GTK+ peers.
854 * Much faster and better fonts support
855   (for both gdk Graphics and cairo Graphics2D)
856 * AWT Choice fixes for hidden components.
857 * HTTP Connection Handler fixes for POST support.
858 * Much fuller collection documentation.
859 * Lots of Calendar bug fixes.
860 * More javax.imageio support.
861 * Better AWT Help MenuBar support.
862 * Lookahead support for regular expressions.
863 * Serialization object stream fixes for multiple ClassLoader scenarios.
864 * Swing TabbedPane, ColorChooser and ComboBox improvements.
865 * Start of JTree functionality.
866 * Improved Eclipse 3 support for GNU Classpath based runtimes.
867
868 Runtime interface Changes:
869
870 * New --enable-java-lang-system-explicit-initialization configuration
871   option. (Warning, will be replaced in next release, please consult
872   the mailinglist.)
873 * The reference implementation of VMClassLoader has default
874   implementations for getResource(s) and provides support for a new
875   default getSystemClassLoader implementation.
876
877 New in release 0.11 (Sep 13, 2004)
878
879 * javax.swing.Spring and SpringLayout support.
880 * Added pluggable look and feel support for BasicTextFieldUI and
881   BasicToolBarSeparatorUI.
882 * java.swing.text support for (Default and Layered) Highlighter, FieldView,
883   PlainView, TabExpander and TabableView added.
884 * Start of JTable and JTree implementation.
885 * Internal Swing frames work.
886 * JMenu and JPopupMenu work.
887 * New gtk+ AWT FileDialog peer now based on gtk+2.4 or higher.
888 * java.awt.image LookupTables and kernel support.
889 * Improved java.awt.image.BufferedImage support.
890 * AWT 1.0 event model support.
891 * GNU Classpath now comes with some example programs (see examples/README).
892 * New javax.crypto, javax.crypto.interfaces, javax.crypto.spec, javax.net,
893   javax.net.ssl, javax.security.auth, javax.security.auth.callback,
894   javax.security.auth.login, javax.security.auth.x500, javax.security.sasl
895   and org.ietf.jgss packages are now officially part of GNU Classpath.
896   Extra crypto algorithms can be obtained from the GNU Crypto project,
897   a full TLS implementation is provided by the Jessie project.
898   http://www.gnu.org/software/gnu-crypto/
899   http://www.nongnu.org/jessie/
900 * Frame.setIconImage() support.
901 * AWT GDKGraphics scaling.
902 * New configure flag --enable-gtk-cairo to build Graphics2D implementation
903   build on cairo and pangoft2.  Enabled at runtime by defining the system
904   property gnu.java.awt.peer.gtk.Graphics=Graphics2D.
905 * javax.swing.JSpinner implemented.
906 * Extensive documentation update for java.util collection classes.
907 * java.awt.geom completed. Area, Arc2D, Ellipse2D and Line2D implemented.
908 * GNU JAXP is no longer included with GNU Classpath. Runtime, compiler and
909   tool integrators are encouraged to directly integrate GNU JAXP.
910   This release has been tested against GNU JAXP 1.1.
911   http://www.gnu.org/software/classpathx/jaxp/jaxp.html
912 * JColorChooser, JComboBox and JTextField implemented, including example
913   uses in GNU Classpath Examples swing Demo.
914
915 Runtime interface Changes:
916
917 * java.lang.Compiler now uses the new java.lang.VMCompiler; there is
918   a reference implementation that most VMs can use.
919 * java.lang.VMSystem has a new getenv(String) method and a reference C/JNI
920   implementation that should work on most Posix like systems.
921 * java.util.TimeZone has been split into a platform independent class and
922   a platform dependent class VMTimeZone.  GNU Classpath comes with a generic
923   way to get at the default time zone for Posix/GNU-like platforms.
924 * [VM]AccessController improvements.  In particular it handles
925   `doPrivileged' calls better, and allows for recursive `doPrivileged'
926   calls in the same Thread. (see vm/reference/java/security/)
927
928 New in release 0.10 (Jul 9, 2004)
929
930 * java.net.URL now uses application classloader to load URLStreamHandlers
931   and reuses URLStreamHandlers when URL is reset (but protocol isn't changed).
932 * java.io.File.deleteOnExit() implementation.
933 * java.text multiple new features and bug fixes
934   (only 2 out of the 1000+ java.text Mauve tests now fail).
935 * Better (non-black) default AWT System colors.
936 * AWT lists use GTK treeviews.
937 * Proper AWT focus management has been implemented.
938 * Swing menus and scrollpanes are beginning to work.
939 * Swing splitpanes, dialogs and internal frames were added.
940 * Swing repainting / double buffering was redone.
941 * Font management and Pango DPI conversion fixes.
942 * A lot of AWT imaging and event bugs have been picked out.
943 * More of javax.swing.text has been implemented.
944 * javax.swing.Timer has been reimplemented.
945 * java.security.AccessController has been implemented
946   (see runtime section).
947 * The default java.lang.SecurityManager now uses AccessController.
948 * New java.beans.Statement and Expression implementations.
949 * Small FileChannel implementation speed improvement for traditional
950   JNI based systems.
951 * Regenerated all included JNI header files with gcjh (3.5 CVS),
952   removes extra extern modifier and allows stricter compiler warning.
953 * More C code cleanups (-Wmissing-declarations, -Wmissing-prototypes and
954   -Wstring-prototypes) and jni.h fixes (a few funtion prototype fixes,
955   made it compilable with C++ compilers and jni.h got renamed from jni.h.in).
956 * Double.toString() and Float.toString() now work properly on 64-bit 
957   PowerPC systems.
958 * PPC Darwin, arm, x86-64 and s/390 JNI C code compilation fixes.
959 * Build system refactored and removed old Japhar specific support.
960 * The gnu.java.awt.EmbeddedWindow class has been improved, and now
961   supports embedding AWT windows in other top-level X windows.
962   This functionality is required by gcjwebplugin.
963 * gcjwebplugin, an applet viewer that can be embedded into several web
964   browsers, has been extensively tested with this release of classpath.
965   (See http://www.nongnu.org/gcjwebplugin/)
966 * Runtime environments based on GNU Classpath 0.10 should be able to
967   start up Eclipse 3.0 out of the box now.
968
969 Runtime interface Changes:
970
971 * VMProcess.destroy() default implementation fixes.
972 * Fixed the "portable native sync" code; it had been broken since
973   Classpath release 0.06, when we upgraded to GTK+2.    
974   Classpath's AWT peers use GTK+.  GTK+ uses GLIB.  GLIB by default uses
975   the platform's native threading model -- pthreads in most cases.
976   If the Java runtime doesn't use the native threading model, then you should
977   specify --portable-native-sync when configuring Classpath, so that GLIB will
978   use the Java threading primitives instead.  (For a superior alternative,
979   see below.)
980 * The VM can set the system property
981   gnu.classpath.awt.gtk.portable.native.sync instead of using the
982   --portable-native-sync configure-type option.
983   See doc/vmintegration.texinfo for details.
984 * We intend that the next release of GNU Classpath will require the VM 
985   to provide JNI 1.2.  Classpath currently uses only JNI 1.1, except for 
986   one JNI 1.2 function: GetEnv(), in the JNI Invocation API. 
987   If this poses problems, please raise them on the classpath mailing list.
988 * The reference implementation of VMThread.holdsLock(Object) now has
989   a default implementation written in java. For efficiency and to
990   prevent spurious wakeups a real 'native' runtime version can be supplied.
991 * There is a new java.security.VMAccessController class that runtimes need
992   to implement to properly support SecurityManagers. The default
993   implementation that comes with GNU Classpath makes sure that ANY attempt
994   to access a protected resource is denied when a SecurityManager is
995   installed. Which is pretty secure, but also no very useful.
996   Please see the documentation in
997   vm/reference/java/security/VMAccessController.java,
998   and please give feedback on the GNU Classpath mailinglist whether or not
999   the current AccessController framework is flexible enough.
1000
1001 New in release 0.09 (May 2, 2004)
1002
1003 * Includes updated GNU JAXP version from 2004-02-01.
1004 * Native C code is now -ansi -pedantic (C89) clean and (almost) -Wall clean.
1005 * java.io is now implemented by delegating most tasks directly to java.nio.
1006 * Reworked/Optimized implementations of java.nio.Buffer and subclasses.
1007 * New javax.print, javax.print.attribute[.standard] and javax.print.event
1008   packages and classes.
1009 * java.text attributed iterators support.
1010 * New javax.imageio, javax.imageio.event and javax.imageio.spi packages and
1011   classes.
1012 * GNU Classpath can now load service providers that are described via
1013   META-INF/services/* resources in extension JARs. This is useful for
1014   implementing the various APIs that are supposed to be extensible via
1015   custom plugins. For details, please see the documentation of
1016   gnu.classpath.ServiceFactory.
1017   Application developers are strongly discouraged from calling glibj
1018   internal packages.  Instead, they might want invoke the newly implemented
1019   javax.imageio.spi.ServiceRegistry.lookupProviders, which is a standard 
1020   method for loading plug-ins.
1021 * New developers wanting to help the GNU Classpath project might want to
1022   review the greatly expanded Hacker Guide included in the doc directory
1023   or online at http://www.gnu.org/software/classpath/docs/hacking.html
1024   Also the FAQ has been expanded. And when working from CVS you can now use
1025   a simple autogen.sh script to get all autotools magic done automagically.
1026 * New configure option --with-glibj which defines how to install the glibj
1027   class files as zip, as flat directory files or both (zip|flat|both)
1028   [default=zip].  When working with multiple runtimes some of which might
1029   not support bootstrap classes in zip files the --with-glibj=both option
1030   is recommended (this does take extra disc space).
1031 * Two big code drops from the libgcj gui branch updating various java.awt
1032   and javax.swing classes.
1033 * Multiple java.net.InetAdress fixes and java.rmi fixes.
1034 * ServerSocket.accept() now restarts listening when system call interrupted.
1035 * Much cleanups to make standard API doc valid XHTML (not completed yet).
1036 * A scan for unused variables and non-static invocation of static methods
1037   turned up a couple of subtle bugs which have now all been fixed.
1038 * The Mauve testsuite has been cleaned up considerable and lots of issues
1039   in the GNU Classpath core class implementation have been fixed.
1040
1041 VM Interface changes:
1042
1043 * java.lang.Class/VMClass interface was changed. The interface now no
1044   longer requires an instance of VMClass for each Class instance. Instead
1045   the field vmdata in Class is now of type Object.
1046 * GNU Classpath now assumes that JNI calls SetXField can modify final
1047   fields. This was previously used silently for System.in/out/err and should
1048   be considered as a feature now.
1049 * A new VMProcess and a sample JNI C implementation are now provided to
1050   make Runtime.exec() work out of the box on some systems.  This requires
1051   a small change to VMRuntime.exec() when a runtime wants to use it as the
1052   default java.lang.Process implementation.
1053 * The implementation of most of java.io through java.nio moved serveral
1054   runtime specific I/O methods. Most methods do have a generic default native
1055   C JNI implementation in native/jni/java-nio.
1056 * Runtime support methods for java.io.File have been moved to VMFile which
1057   also comes with a default JNI C implementation.
1058 * To support the new service provider mechanism runtimes must make sure that
1059   extension JARs are made accessible via the default context class loader.
1060
1061 New in release 0.08 (2004/12/03)
1062
1063 * java.util.regexp implementation through gnu.regexp wrappers.
1064 * java.net.URI implementation.
1065 * Working implementation of javax.swing.undo.
1066 * java.awt.geom.CubicCurve2D/QuadCurve2D: Can now solve cubic and quadratic
1067   equations; implementation adapted from the GNU Scientific Library.
1068 * Lots of java.awt and gtk+ peer improvements. Also more Swing work. Start
1069   of EmbeddedWindow support.
1070 * BufferedReader speed improvements.
1071 * Improved useabilty of java.text implementation for several applications.
1072 * ObjectInputStream is much faster and more compatible with other
1073   implementations.
1074 * Fix handling of alias methods, where a method has been deprecated in
1075   favour of a new one with the same funtion but a different name.
1076   (See Deprecated Methods section in the GNU Classpath Hacking Guide.)
1077 * javax.print.attribute.standard added.
1078 * Lots of java.nio, java.net, java.io
1079 * Depend on autoconf 2.59+ and automake 1.7+, GCJ 3.3+, jikes 1.18+.
1080
1081 VM Interface changes:
1082 * Split native methods in java.lang.Runtime into java.lang.VMRuntime.
1083 * Resources are now also loaded/needed through the bootstrap classloader
1084   (gnu.regexp needs MessageBundle included in glibj.zip
1085
1086 Fixed Classpath bugs:
1087   #6095 java.awt.geom.QuadCurve2D.solveQuadratic sometimes gives
1088         wrong results
1089   #7099 EventListenerList.getListenerCount should accept null argument
1090   #7104 EventListenerList.add does not work
1091   #7105 EventListenerList.remove does not work
1092   #7107 DefaultBoundedRangeModel.setValue and friends should not throw
1093   And lots more.
1094
1095 New in release 0.07 (2003/30/11)
1096
1097 * Works with libtool 1.5 (and 1.4.3).
1098 * java.awt gtk+ peers now depend on gtk+ 2.2.x and uses pango.
1099   Lots and lots improvements on the peers.
1100 * java.awt.geom.CubicCurve2D, java.awt.geom.QuadCurve2D:
1101   Subdivision and flatness calculation implemented.
1102 * java.awt.geom.FlatteningPathIterator: Working implementation.
1103 * gnu.java.awt.BitwiseXORComposite helper class.
1104 * New rmic compilers (jikes, kjc) support.
1105 * java.text bug fixing and 1.4 updates (Currency).
1106 * Hashtable and HashMap function more similar to other implementations.
1107 * javax.naming and java.beans classloader fixes.
1108 * URL parsing, URLConnection, protocol and (needed) permission fixes.
1109 * More java.nio implementation
1110   (API complete, but implementation not finished yet).
1111 * Lots of java.net code cleanup.
1112 * Improved documentation.
1113 * Numerous bug fixes in almost every package, and lots of updates for
1114   1.4 functionality.
1115 * Fixed Classpath bugs:
1116   #2944 Incorrect synchronization in java.util.logging.ErrorManager
1117   #6075 java.awt.geom.GeneralPath.getCurrentPoint returns wrong results
1118   #6076 java.awt.geom.GeneralPath constructor sometimes hangs
1119   #6089 java.awt.geom.GeneralPath.getPathIterator does not work
1120   [...]
1121
1122 VM Interface changes:
1123
1124 * Thread has been split in a VM-independent Thread class and a VM-dependent
1125   VMThread class.
1126
1127 New in release 0.06 (2003/22/08)
1128
1129 * Update java.awt peers to GTK+2.
1130 * java.awt.GridBagLayout implementation.
1131 * javax.swing.border implementation.
1132 * java.security and java.security.cert updated to 1.4 spec.
1133 * New JNI native target code layer. See native/target/readme.txt.
1134 * --enable-regen-headers configure flag for automatic jni .h file generation.
1135 * Removed workaround for gcj 3.2 and lower, gcj 3.3+ or jikes 1.18+ is now
1136   needed for compiling.
1137 * Lots of improvements and/or new classes for java.awt, java.awt.dnd,
1138   java.awt.font, java.awt.geom, java.awt.image, java.io, java.math, java.net,
1139   java.nio, java.rmi, java.text, java.util, javax.swing, javax.swing.plaf,
1140   javax.swing.text.
1141
1142 VM Interface changes:
1143
1144 * VMClassLoader.loadClass(), the bootstrap classloader called by
1145   Class.forName() and ClassLoader.loadClass(), may now return null when
1146   a class is not found instead of throwing a new ClassNotFoundException.
1147   This is a performance optimization in some cases. This also changes
1148   the Class.forName() reference code.
1149 * Native methods in Class have been moved to VMClass.  A few additional
1150   methods are also available in VMClass to provide optional performance
1151   improvements.
1152 * A VM can now supply its own String.intern() strategy through the
1153   VMString class. The supplied VMString reference class implements the
1154   original WeakHashMap strategy.
1155 * Float and Double to/from bits conversion functions can now be supplied by
1156   the VM through VMFloat and VMDouble. Default JNI conversion methods are
1157   supplied.
1158
1159 New in release 0.05 (2003/02/15)
1160 * Supports free Java VMs Jikes RVM and Kissme out of the box, perhaps others.
1161 * Supports GNU Crypto 1.1 as the official provider of cryptographic primitives
1162   and tools for GNU Classpath, available separately from 
1163   http://www.gnu.org/software/classpathx/crypto/crypto.html. 
1164 * Supports GNU Classpath Tools sub-project of GNU Classpath, official provider
1165   of standard tools such as gjdoc, a javadoc replacement, and others.  Future
1166   releases of GNU Classpath will begin to include these tools, available
1167   separately from http://www.gnu.org/software/cp-tools/.
1168 * Java primitives can be used to support AWT native threading, see 
1169   the --enable-portable-native-sync configure option which may become the
1170   default in a future release.
1171 * Include file jni.h has been updated to the 1.4 specification.
1172 * VM specific internal types for jobject, jfieldID, and jmethodID are
1173   supported in jni.h.  More details can be found by reading the comment
1174   in include/jni.h.in.  By default the old definitions are used instead.
1175 * New VM helper class java.io.VMObjectStreamClass which should provide
1176   the hasClassInitializer() method. Previously ObjectStreamClass used
1177   Class.getDeclaredMethod("<clinit>") but according to the spec this
1178   should always throw NoSuchMethodException for class initialization methods.
1179   A JNI reference implementation is provided as
1180   vm/reference/java-io/java_io_VMObjectStreamClass.c
1181 * There have been numerous infrastructure improvements
1182   * Configure option --enable-gjdoc to generate javadoc-like output 
1183   * Gjdoc output is included with distribution, see doc/api/html/
1184   * DESTDIR fully supported for install and uninstall
1185 * Runtime.execInternal contract changed to allow for null `env'
1186   and to accept `dir' argument.
1187 * VMObject.getClass() removed. It was never used.
1188 * java.lang.Throwable is now a 'normal' GNU Classpath class that uses the
1189   VM specific java.lang.VMThrowable to get at the VM state and (if needed)
1190   the StackTraceElements for a particular exception. A default implementation
1191   (that does nothing) is provided in vm/reference/java/lang/VMThrowable.java.
1192 * The vm/reference classes from the gnu.vm.stack and their counterparts
1193   ExecutionStack and StackFrame in gnu.java.lang have been removed since they
1194   are not actually part of the VM interface anyway.
1195 * The GPLed com.sun.javadoc classes have been moved to the gjdoc application
1196   from the GNU Classpath Tools project. See for more information the homepage
1197   at: <http://www.gnu.org/software/cp-tools/>.
1198
1199 New in release 0.04 (2002/05/05)
1200 * Additional configure options to disable zip creation and installation as
1201   well as disable gtk peer native compilation.
1202 * Addition of java.nio, java.util.logging, and javax.swing.
1203 * Integration of most or all of the ORP patches to date, the purpose of 
1204   which are to make it possible to use JBOSS with ORP and Classpath.  This
1205   is still in a testing phase however.
1206 * Significant changes in the reference VM interface that may require
1207   support from the JVMs.
1208 * Lots of bugfixes.
1209
1210 New in release 0.03 (2002/02/08)
1211 * More merges with libgcj have been performed including java.math which now
1212   provides a pure Java implementation of that package.
1213   Current status at <http://gcc.gnu.org/java/libgcj-classpath-compare.html>
1214 * A pure Java implementation (Jazzlib) of java.util.zip is available.
1215 * Added the java.rmi implementation that Transvirtual donated to the FSF.
1216 * Includes jni.h now, eliminating the need to specify a particular VM
1217   via configure.
1218 * No proprietary classes or programs are required to compile.
1219   Compiles out of the box with jikes or gcj.
1220 * Separation of compiling Java source and native libraries through the 
1221   configure mechanism.  If given no arguments, configure will setup the
1222   subsequent build to only produce Java bytecode (.class files).  More
1223   information is available in INSTALLING.
1224 * Support for compiling in a separate directory, as an example you may
1225   cd classpath-0.03; mkdir build; cd build; ../configure; make
1226 * Works with Orp 1.0.9 out of the box. Build instructions can be found at
1227   <http://www.gnu.org/software/classpath/doc/orp.html>
1228 * Lots of bugfixes that were found by using Classpath with the gcj, Orp,
1229   SableVM, KissMe and Jaos VMs. Please use our bugdatabase at
1230   <http://savannah.gnu.org/support/?group_id=85>
1231 * Lots of updates to make Classpath more compliant with the 1.2, 1.3 and 1.4
1232   API specification. The current status can be found at
1233   <http://www.gnu.org/software/classpath/status.html>
1234 * All files are now distributed under the same terms. Added clarification to
1235   GPL exception.
1236
1237 New in release 0.02 (2001/01/06)
1238 * Support for printing exceptions with Japhar 0.09 + patch included in
1239   resource/japhar-0.09.patch.1.
1240 * Typos, assorted bugfixes.
1241
1242 New in release 0.01 (2000/11/20)
1243 * More packages are included now, though many remain untested.
1244 * Support for Japhar 0.09 included.
1245
1246 New in release 0.00 (1999/02/01)
1247 * First official development release of clean room class library for Java
1248 * Following packages included:
1249         -- java.beans
1250         -- java.io
1251         -- java.lang
1252         -- java.lang.reflect
1253         -- java.math
1254         -- java.net
1255         -- java.security (partial and non-functioning)
1256         -- java.security.acl
1257         -- java.security.interfaces
1258         -- java.util
1259 * Code is mostly Java 2 (see JDK 1.2) compatible with some functionality
1260   missing and/or untested.
1261 * Support for Japhar (http://www.japhar.org/) virtual machine is included.
1262   Requires the current Japhar from CVS.
1263 * Extensive javadoc comments for public API included
1264 * Licensed under the GNU Library General Public License (see COPYING.LIB)
1265 * Does not depend on any non-free code - developed in a "clean room"
1266   environment.
1267