Skip to content
Snippets Groups Projects
Commit d2388381 authored by Lev Walkin's avatar Lev Walkin
Browse files

new version

parent dd712469
No related branches found
No related tags found
No related merge requests found
0.9.9: 2005-Jan-17
* Initial XER (XML) decoding implementation.
0.9.8: 2005-Jan-17 0.9.8: 2005-Jan-17
* [NEW PLATFORM] Compiled and tested on Linux @ alpha64 (LP64). * [NEW PLATFORM] Compiled and tested on Linux @ alpha64 (LP64).
...@@ -8,7 +12,6 @@ ...@@ -8,7 +12,6 @@
other floating point exceptions quietly. Smooth transition! other floating point exceptions quietly. Smooth transition!
* [NEW PLATFORM] Compiled and tested on Sun Solaris 9 @ sparc. * [NEW PLATFORM] Compiled and tested on Sun Solaris 9 @ sparc.
Improved includes/defines of/for system headers. Improved includes/defines of/for system headers.
* Initial XER (XML) decoding implementation.
* -X command line option added to asn1c to generate XML DTD. * -X command line option added to asn1c to generate XML DTD.
* Empty SEQUENCE and SET clauses are now allowed. * Empty SEQUENCE and SET clauses are now allowed.
* Removed confusion between &xNN; and &#xNN; in enber and unber. * Removed confusion between &xNN; and &#xNN; in enber and unber.
......
...@@ -1881,7 +1881,7 @@ fi ...@@ -1881,7 +1881,7 @@ fi
   
# Define the identity of the package. # Define the identity of the package.
PACKAGE=asn1c PACKAGE=asn1c
VERSION=0.9.8 VERSION=0.9.9
   
   
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
......
...@@ -3,7 +3,7 @@ AC_INIT(libasn1parser/asn1p_y.y) ...@@ -3,7 +3,7 @@ AC_INIT(libasn1parser/asn1p_y.y)
AC_CANONICAL_BUILD AC_CANONICAL_BUILD
AC_CANONICAL_TARGET AC_CANONICAL_TARGET
AC_PREREQ(2.53) AC_PREREQ(2.53)
AM_INIT_AUTOMAKE(asn1c, 0.9.8) AM_INIT_AUTOMAKE(asn1c, 0.9.9)
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment