From: <ed...@mx...> - 2003-02-09 21:15:20
|
edwin 03/02/09 16:23:27 Modified: openpgp CHANGELOG.TXT Log: JDK 1.2 compat. Revision Changes Path 1.17 +5 -0 projects/openpgp/CHANGELOG.TXT Index: CHANGELOG.TXT =================================================================== RCS file: /home/cryptix-cvs/cvsroot/projects/openpgp/CHANGELOG.TXT,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- CHANGELOG.TXT 9 Feb 2003 19:49:43 -0000 1.16 +++ CHANGELOG.TXT 9 Feb 2003 21:23:27 -0000 1.17 @@ -1,3 +1,8 @@ +???????? snapshot +- Snapshots are now compiled on JDK 1.2, so that they continue to work on that + version of the JDK. Due to a Sun API change, a library compiled on JDK 1.3 or + higher would not work on JDK 1.2. + 20030205 snapshot - API change: added cryptix.pki.ExtendedCertificate, which adds a few common methods for certificates. New additions are: the ability to check if a |