]> git.tdb.fi Git - libs/core.git/blob - Changelog.txt
Merge branch 'strings-master'
[libs/core.git] / Changelog.txt
1 2.0
2
3 == Changes from pre-2.0 mspcore ==
4
5 1.1
6 * Time zone support
7 * Some more time operations
8 * Bugfixes
9   - Compatibility fixes for FreeBSD and 64-bit systems
10   - Proper handling of string arguments with spaces in GetOpt
11   - DateTime addition fixes
12   - Timer no longer drops duplicate timeouts
13
14 1.0
15 * First released version
16
17 == Changes from pre-2.0 mspstrings ==
18
19 1.1
20 * Codec autodetection
21 * lexical_cast rewritten from scratch
22 * Some new utility functions
23 * Bugfixes
24   - 64-bit compatibility
25   - Don't generate invalid octal escape sequences
26   - UTF-8 decoder now passes the UTF-8 test file
27   - Regex fixes
28
29 1.0
30 * First released version
31
32 ($Id$)