-fknown-extern-type support; got rid of -N; fixed an IMPLICIT-related bug


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@42 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/ChangeLog b/ChangeLog
index 55d97ba..e5d2dba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,13 @@
 
+0.8.13:	2004-Jun-29
+
+	* Fixed compiler: the skip values for IMPLICIT tagging were broken
+	  in some complex cases where one type is defined using another.
+	  (Test case 46) (Severity: medium, Security impact: low).
+	* Added -fknown-extern-type command line parameter to asn1c.
+	* Removed -N command line flag and underlying functionality
+	  to honor KISS principle.
+
 0.8.12:	2004-Jun-17
 
 	* RELATIVE-OID and OBJECT IDENTIFIER encoders/decoders are not bound