summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-03-23 14:37:10 +0100
committerSimon Josefsson <simon@josefsson.org>2009-03-23 14:37:10 +0100
commit3d829b5b46c498ed80238c1e4c316f661b10f639 (patch)
tree25c47a60c1d6765003ab8621569cd2f5de93308f /NEWS
parent746b8a6acf7a02f235e7879f31faeca213f2d384 (diff)
downloadlibtasn1-3d829b5b46c498ed80238c1e4c316f661b10f639.tar.gz
libtasn1-3d829b5b46c498ed80238c1e4c316f661b10f639.tar.bz2
libtasn1-3d829b5b46c498ed80238c1e4c316f661b10f639.zip
Re-add obsolete stuff for compatibility.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 0 insertions, 14 deletions
diff --git a/NEWS b/NEWS
index 93b4b79..8570b92 100644
--- a/NEWS
+++ b/NEWS
@@ -1,23 +1,9 @@
Version 2.0 (unreleased)
-- The shared library ABI version has been incremented because
- some symbols has been removed -- see below.
- Optimized tree generation.
-- Deprecated functions were removed.
-- The struct node_asn_struct was removed.
- It was never intended to be used by applications since it
- reflects library internal design decisions.
- ASN1 parser code re-generated using Bison 2.4.1.
- Build with more warning flags. Many compiler warnings fixed.
- Compiled with -fvisibility=hidden by default if supported.
See http://gcc.gnu.org/wiki/Visibility
-- API and ABI changes since last version:
- node_asn_struct: Removed.
- LIBTASN1_VERSION: Removed, use ASN1_VERSION instead.
- libtasn1_strerror: Removed, use asn1_strerror instead.
- libtasn1_perror: Removed, use asn1_perror instead.
- MAX_NAME_SIZE: Removed, use ASN1_MAX_NAME_SIZE instead.
- MAX_ERROR_DESCRIPTION_SIZE: Removed, use
- ASN1_MAX_ERROR_DESCRIPTION_SIZE instead.
Version 1.8 (released 2009-01-16)
- Fix crlf self-test under Mingw+Wine.