]> git.tdb.fi Git - libs/core.git/blob - Changelog.txt
Rearrange GetOpt internals to provide a nicer external interface
[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 == Changes from pre-2.0 mspio ==
33
34 1.1
35 * Filter class makes adding filters easier
36 * Memory class enables I/O from/to memory buffers
37 * Console size can be queried
38 * Bugfixes
39   - Don't consider an empty set for poll an error
40
41 1.0
42 * First released version
43
44 == Changes from pre-2.0 mspfs ==
45
46 1.1
47 * Always start relative paths with a dot
48 * Bugfixes
49   - Fix 64-bit compilation
50
51 1.0.1
52 * Bugfixes
53   - Make dirname behave sensibly for single-component paths
54   - Fix win32 compilation
55
56 1.0
57 * First release