summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE2
-rw-r--r--README6
-rw-r--r--TODO2
3 files changed, 1 insertions, 9 deletions
diff --git a/LICENSE b/LICENSE
index e307614..275e05e 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2005-2007 Ilya Etingof <ilya@glas.net>, all rights reserved.
+Copyright (c) 2005-2008 Ilya Etingof <ilya@glas.net>, all rights reserved.
THIS SOFTWARE IS NOT FAULT TOLERANT AND SHOULD NOT BE USED IN ANY SITUATION
ENDANGERING HUMAN LIFE OR PROPERTY.
diff --git a/README b/README
index c42d05b..8666c70 100644
--- a/README
+++ b/README
@@ -7,12 +7,6 @@ language. It has been first written to support particular protocol (SNMP)
but then generalized to be suitable for a wide range of protocols
based on ASN.1 specification.
-WARNING! WARNING! WARNING!
---------------------------
-
-This is an alpha release. The code is not too reliable and API is not
-quite stable. Though, dramatic changes to the API are not expected.
-
FEATURES
--------
diff --git a/TODO b/TODO
index c5c0248..56e2367 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,4 @@
* Implement the rest of ASN.1 types (Real etc)
-* Support large tag numbers at codecs
* Specialize ASN.1 character and useful types
* Come up with simpler API for deeply nested constructed objects
addressing
@@ -18,7 +17,6 @@ ber.decoder:
ber.encoder:
* Asn1Item.clone() / shallowcopy issue
-* large tags encoder
* large length encoder?
* codec restart
* preserve compatible API whenever stateful codec gets implemented