X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=746ba7cbf162fe0d16e4cf8886516fc5a49a87ab;hb=4d9d43c25aaa28158a95fb20949c4bf02ab6b3a4;hp=4736eab993f363ea715906b994e8492bbd5ff91f;hpb=be93864e61249e662e9cfddaf584b21e50cb9080;p=silc.git diff --git a/CHANGES b/CHANGES index 4736eab9..746ba7cb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,8 +1,27 @@ +Sun Jun 24 18:47:55 EEST 2007 Pekka Riikonen + + * SILC Toolkit 1.1.1. + + * Compile sources with _GNU_SOURCE on Linux systems. Affected + file is configure.ad. + +Sun Jun 24 16:33:59 EEST 2007 Pekka Riikonen + + * Fixed Unix signal task dispatching to not lock the signals + when dispatching the callback to avoid deadlocks. Affected + file is lib/silcutil/unix/silcunixschedule.c. + Sun Jun 24 14:43:21 CEST 2007 Jochen Eisinger * Fix configure output for with-plugin. Affected file is apps/irssi/configure.ad +Tue Jun 19 17:05:48 EEST 2007 Pekka Riikonen + + * Added SILC_VERSION macro for checking package versions at + compile time. Affected files are configure.ad, + includes/silc.h.in and includes/silcversion.h.in. + Mon Jun 18 23:47:22 EEST 2007 Pekka Riikonen * Use SILC_VERIFY to assert that silc_rwlock_wrlock can be