From d04b0c54176af735847efc10cd7cd54b358c6258 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 8 Mar 2006 15:02:05 +0000 Subject: [PATCH] Add. --- NEWS | 3 +++ doc/reference/tmpl/.cvsignore | 1 + lib/Makefile.am | 8 ++++---- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index a1f95b8..ca72809 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ Version 0.3.1 - Support constant size bit strings, as in 'BIT STRING (SIZE(42))'. Reported by Cyril Holweck . +- Move newly exported APIs to "deprecated" libtasn1-dont.h header file. + The idea is that you should normally not use any of those functions + and types, and they are strong candidates to be removed in the future. - Export more APIs that were used by GnuTLS internally. - New public APIs: asn1_find_node function diff --git a/doc/reference/tmpl/.cvsignore b/doc/reference/tmpl/.cvsignore index 5bc111a..b8f50b1 100644 --- a/doc/reference/tmpl/.cvsignore +++ b/doc/reference/tmpl/.cvsignore @@ -1 +1,2 @@ libtasn1.sgml +libtasn1-dont.sgml diff --git a/lib/Makefile.am b/lib/Makefile.am index 2264a26..2df6264 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -30,10 +30,10 @@ pkgconfig_DATA = libtasn1.pc lib_LTLIBRARIES = libtasn1.la -libtasn1_la_SOURCES = libtasn1.h mem.h gstr.h errors.h defines.h \ - int.h parser_aux.h structure.h element.h ASN1.y decoding.c \ - gstr.c errors.c parser_aux.c structure.c element.c coding.c \ - libtasn1.vers +libtasn1_la_SOURCES = libtasn1.h libtasn1-dont.h mem.h gstr.h errors.h \ + defines.h int.h parser_aux.h structure.h element.h ASN1.y \ + decoding.c gstr.c errors.c parser_aux.c structure.c element.c \ + coding.c libtasn1.vers libtasn1_la_LDFLAGS = -no-undefined \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -- 2.11.4.GIT