Mac OS X >= 10.7 support
[runtime.git] / CHANGES.RUNTIME
index cbe2cca6005ee1e690b15368b75ff9da26818198..5be15e2608f43d11473dc02fe723b914e598bf3c 100644 (file)
@@ -1,3 +1,63 @@
+This file is not updated anymore manually.  See git history for same 
+information.
+
+-----------------------------------------------------------------------------
+
+Thu Jan 17 16:40:49 EET 2008  Pekka Riikonen <priikone@silcnet.org>
+
+       * Added SILC Thread Queue API to lib/silcutil/silcthreadqueue.[ch].
+
+Tue Jan 15 19:44:36 EET 2008  Pekka Riikonen <priikone@silcnet.org>
+
+       * Added SILC Dir API to lib/silcutil/silcdir.h.  Implemented it
+         for Unix (POSIX).  Affected files are lib/silcutil/silcdir.h,
+         lib/silcutil/unix/silcunixdir.c.
+
+Sun Jan 13 17:11:26 EET 2008  Pekka Riikonen <priikone@silcnet.org>
+
+       * Added silc_buffer_memcmp and silc_buffer_tail.  Fixed SilcBuffer
+         reallocation when reducing the buffer size.  Affected file is
+         lib/silcutil/silcbuffer.h.
+
+       * Added SILC_STR_REPLACE.  Removed SILC_STR_STRING_APPEND.
+         Fixed various SILC_STR_REGEX bugs.  Affected files are
+         lib/silcutil/silcbuffmt.[ch] and silctypes.h.
+
+       * Added silc_subst.  Regex matching and substitution with the
+         familiar Sed syntax.  Affected files are 
+         lib/silcutil/silcregex.[ch] and lib/silcutil/silcerrno.[ch].
+
+Tue Jan  8 17:08:28 EET 2008  Pekka Riikonen <priikone@silcnet.org>
+
+       * Moved SILC protocol ID specific utility functions to SILC
+         core library from utility library.  Affected files are
+         lib/silcutil/silcutil.[ch].
+
+Tue Jan  8 09:41:57 EET 2008  Pekka Riikonen <priikone@silcnet.org>
+
+        * Fixed printable fingerprint bufferoverlfow, RedHat bug 372021.
+          Affected file is lib/silcutil/silcutil.c.
+
+Sat Jan  5 20:19:28 EET 2008  Pekka Riikonen <priikone@silcnet.org>
+
+       * Added SILC_STR_DELETE buffer format macro.  Added support for
+         deleting data after regex match with SILC_STR_REGEX.  Affected
+         files are lib/silcutil/silcbuffmt.[ch].
+
+       * Handle regex anychar (.) with bounded repeat correctly.
+         Affected file is lib/silcutil/silcregex.c.
+
+Sat Jan  5 18:00:06 EET 2008  Pekka Riikonen <priikone@silcnet.org>
+
+       * Added silc_buffer_equal to lib/silcutil/silcbuffer.h.
+
+       * Added SILC_STR_STRING and SILC_STR_STRING_APPEND buffer format
+         macros.  Affected files are lib/silcutil/silcbuffmt.[ch].
+
+       * Added support for matching and appending with SILC_STR_REGEX
+         and SILC_STR_STRING_APPEND.  Affected files are
+         lib/silcutil/silcbuffmt.[ch].
+
 Thu Jan  3 18:37:42 EET 2008  Pekka Riikonen <priikone@silcnet.org>
 
        * Added SilcStack support to silc_regex and silc_regex_buffer
@@ -307,4 +367,4 @@ Mon Jul  2 17:13:51 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
 
 -----------------------------------------------------------------------------
 
-For older changes please see the CHANGES file from the CVS tree.
+For older changes please see the CHANGES file from the GIT tree.