Fixed HTTP-client query-string handling bug.
[doldaconnect.git] / ChangeLog
1 Version 1.3:
2
3         * Massive internal code rewrites and cleanups
4         
5 Version 1.2:
6
7         * Reliability and performance optimizations in the daemon
8         * More improvements to hubmgr
9         
10 Version 1.1.1:
11
12         * Fixed a Makefile bug
13         * Fixed a resume bug concerning files larger than 2 GiB
14         
15 Version 1.1:
16
17         * Much better and documented hubmgr
18         * Handles file sizes larger than 2 GiB
19         * Ported the Guile plugin to Guile 1.8
20         
21 Version 1.0:
22
23         * Added a GUI shell to integrate the whole system
24         * Fixed autopackages for the GUI shell and related components.
25         * Improved the build system a great deal.
26         * Improved hublist fetching
27         * Ported the Gaim plugin to Pidgin
28         
29 Version 0.4:
30
31         * Added a GUI configurator (called `dolconf')
32         * Many 64-bit cleanups -- works on amd64 now.
33         * More documentation
34         * Begun doing some porting to FreeBSD (read doc/README.FreeBSD).
35         * The usual slew of lesser fixes
36         
37 Version 0.3.1:
38
39         * Fixed a Makefile bug that made it impossible to compile from the
40         tarball tree, while the SVN tree worked.
41         
42 Version 0.3:
43         
44         * Support for XML hublists
45         * Added documentation
46         * Created python module
47         * Ported the Gaim plugin to Gaim 2
48         * Integrated the source tree a lot
49         * Added support for UI connections over Unix sockets and Unix
50           socket authentication
51         * More flexible host resolver in library connect function
52         * Added versioning support in the UI protocol
53         * A slew of lesser fixes all over the place