Commit 45b2fdf1 authored by Lev Walkin's avatar Lev Walkin

versioning

parent 852f1549
0.9.1: 2004-Aug-12 0.9: 2004-Aug-19
* Reworked subtype constraints handling, aiming at PER-applicability. * Reworked subtype constraints handling, aiming at PER-applicability.
* BOOLEAN and NULL are now implemented in terms of native int type.
* Compiler now links in only necessary skeleton files.
* -t option added to asn1c to ease BER manual decoding.
0.8.19: 2004-Aug-18 0.8.19: 2004-Aug-18
......
...@@ -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.1 VERSION=0.9
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
...@@ -21409,7 +21409,6 @@ fi; ...@@ -21409,7 +21409,6 @@ fi;
case "$GCC" in case "$GCC" in
yes) yes)
CFLAGS="$CFLAGS -W"
CFLAGS="$CFLAGS -Wall" CFLAGS="$CFLAGS -Wall"
CFLAGS="$CFLAGS -Wshadow" CFLAGS="$CFLAGS -Wshadow"
CFLAGS="$CFLAGS -Wcast-qual" CFLAGS="$CFLAGS -Wcast-qual"
......
...@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. ...@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(libasn1parser/asn1p_y.y) AC_INIT(libasn1parser/asn1p_y.y)
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM
AC_PREREQ(2.53) AC_PREREQ(2.53)
AM_INIT_AUTOMAKE(asn1c, 0.9.1) AM_INIT_AUTOMAKE(asn1c, 0.9)
AC_SUBST(PATH) AC_SUBST(PATH)
...@@ -53,7 +53,6 @@ AC_SUBST(ADD_CFLAGS) ...@@ -53,7 +53,6 @@ AC_SUBST(ADD_CFLAGS)
dnl Add these flags if we're using GCC. dnl Add these flags if we're using GCC.
case "$GCC" in case "$GCC" in
yes) yes)
CFLAGS="$CFLAGS -W"
CFLAGS="$CFLAGS -Wall" CFLAGS="$CFLAGS -Wall"
CFLAGS="$CFLAGS -Wshadow" CFLAGS="$CFLAGS -Wshadow"
CFLAGS="$CFLAGS -Wcast-qual" CFLAGS="$CFLAGS -Wcast-qual"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment