Added SILC errno API. Added SilcResult, generic error code and
[silc.git] / CHANGES.RUNTIME
index f333c3e1189e193da1779520ce3447839ca10538..f0995733a291817c93f8038e36d84154944434e6 100644 (file)
@@ -1,3 +1,19 @@
+Sat Dec 22 19:55:28 EET 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * Added SILC errno API to lib/silcutil/silcerrno.[ch].  Added
+         SilcResult, generic error code and return value type.  Added
+         global silc_errno that returns last error in that thread.
+
+       * Deprecated SilcSocketStreamStatus, SilcResult replaces it.
+         Backwards support remains.  Affected files are
+         lib/silcutil/silcsocketstream.[ch].
+
+       * Deprecated SilcNetStatus, SilcResult replaces it.  Backwards
+         support remains.  Affected files are lib/silcutil/silcnet.[ch].
+
+       * Added errno setting to almost all Runtime Tooolkit routines
+         in error conditions.
+
 Sun Dec 16 16:18:04 EET 2007  Pekka Riikonen <priikone@silcnet.org>
 
        * Added SILC Bit Operations API to lib/silcutil/silcbitops.[ch].