diff options
| -rw-r--r-- | ChangeLog | 12 | ||||
| -rw-r--r-- | src/kvilib/config/kvi_sourcesdate.h | 4 |
2 files changed, 13 insertions, 3 deletions
@@ -2,7 +2,17 @@ This is KVIrc's changelog. It tipically lists new added features and changes tha KVIrc's previous behaviour. For a more detailed (and up to date) log, point your browser at: https://svn.kvirc.de/kvirc/timeline -Update: 20110621 +Update: 20110606 + +June 2011 + [egns] + - Reworked IRC URI handling using regexp and added the possibility to paste a URI in the + address bar or type a host directly without the protocol (eg: irc://) + [CtrlAltCa] + - Discriminate channels across different networks in settings + - Added case sensivity flag to $str.* functions + [Noldor] + - Improved SQL object class May 2011 [HelLViS69] diff --git a/src/kvilib/config/kvi_sourcesdate.h b/src/kvilib/config/kvi_sourcesdate.h index 3adf4f0d4..ed06a2dd3 100644 --- a/src/kvilib/config/kvi_sourcesdate.h +++ b/src/kvilib/config/kvi_sourcesdate.h @@ -36,8 +36,8 @@ * \def KVI_SOURCES_DATE Defines the sources date * \def KVI_SOURCES_DATE_NUMERIC Defines the sources date */ -#define KVI_SOURCES_DATE "20110403" -#define KVI_SOURCES_DATE_NUMERIC 0x20110403 +#define KVI_SOURCES_DATE "20110628" +#define KVI_SOURCES_DATE_NUMERIC 0x20110628 /** * \brief This is the date of the sources before that we should force a setup |
