Menu

Cryptix ASN.1 Kit / News: Recent posts

CVS checkins are not seen by users

hello all,

some users have mailed me about the above. an incident report has been filed with the sourceforge maintainers. while waiting for this to be fixed, i'm including here the unified diff of the Sequence class part of the latest (invisible) checkin:

cvs -z3 diff -r 1.13 -u -wb -B Sequence.java (in directory /data/workspace/cvs/sourceforge/cryptix-asn1-kit/src/cryptix/asn1/lang/)
Index: Sequence.java
===================================================================
RCS file: /cvsroot/cryptix-asn1/cryptix-asn1-kit/src/cryptix/asn1/lang/Sequence.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -w -b -B -r1.13 -r1.14
--- Sequence.java 26 Sep 2001 10:30:07 -0000 1.13
+++ Sequence.java 28 Jun 2003 12:18:15 -0000 1.14
@@ -1,4 +1,4 @@
-/* $Id: Sequence.java,v 1.13 2001/09/26 10:30:07 raif Exp $
+/* $Id: Sequence.java,v 1.14 2003/06/28 12:18:15 raif Exp $
*
* Copyright (C) 1997-2001 The Cryptix Foundation Limited. All rights reserved.
*
@@ -36,7 +36,7 @@
* <tt>cryptix.asn1.lang.IIterativeType</tt> interface --which should return a
* <tt>java.util.Iterator</tt> instance.<p>
*
- * @version $Revision: 1.13 $
+ * @version $Revision: 1.14 $
* @author Raif S. Naffah
* @author Raul Igrisan
*/
@@ -197,13 +197,16 @@
Iterator src = al.iterator();
Iterator dst = this.iterator();... read more

Posted by Raif S. Naffah 2003-07-03

latest checkins

hello all,

i just checked in an update to Sequence that fixes a bug in value assignments. also added a new asn.1 specifications file for CMS.

cheers;
rsn

Posted by Raif S. Naffah 2003-06-28

latest updates

i checked in some modifications that now allows the library to be built with log4j 1.2.8, getopt 1.0.9, junit 3.8.1, and sablecc 2.18.1. generating the main grammar and user classes should be easier.

cheers;
rsn

Posted by Raif S. Naffah 2003-06-21

[ANN] Release 0.1.11 available

Build #30 (release 0.1.11) is available for download.

this is mostly a bug-fix release. see ChangeLog for details.

cheers;
rsn

Posted by Raif S. Naffah 2001-07-01

[ANN] Release 0.1.10 available

Release 0.1.10 is available for download.

This is mainly a bug-fix release. Main thing to note is: starting from this release, JUnit (from www.junit.org) is now required for regression testing.

cheers;
rsn

Posted by Raif S. Naffah 2001-05-26