new version

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@606 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2005-01-17 15:27:47 +00:00
parent 131fa16edf
commit 54af01c92d
3 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,8 @@
0.9.9: 2005-Jan-17
* Initial XER (XML) decoding implementation.
0.9.8: 2005-Jan-17
* [NEW PLATFORM] Compiled and tested on Linux @ alpha64 (LP64).
@ -8,7 +12,6 @@
other floating point exceptions quietly. Smooth transition!
* [NEW PLATFORM] Compiled and tested on Sun Solaris 9 @ sparc.
Improved includes/defines of/for system headers.
* Initial XER (XML) decoding implementation.
* -X command line option added to asn1c to generate XML DTD.
* Empty SEQUENCE and SET clauses are now allowed.
* Removed confusion between &xNN; and &#xNN; in enber and unber.

2
configure vendored
View File

@ -1881,7 +1881,7 @@ fi
# Define the identity of the package.
PACKAGE=asn1c
VERSION=0.9.8
VERSION=0.9.9
cat >>confdefs.h <<_ACEOF

View File

@ -3,7 +3,7 @@ AC_INIT(libasn1parser/asn1p_y.y)
AC_CANONICAL_BUILD
AC_CANONICAL_TARGET
AC_PREREQ(2.53)
AM_INIT_AUTOMAKE(asn1c, 0.9.8)
AM_INIT_AUTOMAKE(asn1c, 0.9.9)
AM_MAINTAINER_MODE