Fixed HTTP-client query-string handling bug.
[doldaconnect.git] / ChangeLog
CommitLineData
b6e67bac
FT
1Version 1.3:
2
3 * Massive internal code rewrites and cleanups
4
69190e65
FT
5Version 1.2:
6
7 * Reliability and performance optimizations in the daemon
8 * More improvements to hubmgr
9
c3697bf2
FT
10Version 1.1.1:
11
12 * Fixed a Makefile bug
13 * Fixed a resume bug concerning files larger than 2 GiB
14
f4c61745
FT
15Version 1.1:
16
8c260372 17 * Much better and documented hubmgr
4c6d488f 18 * Handles file sizes larger than 2 GiB
f4c61745
FT
19 * Ported the Guile plugin to Guile 1.8
20
39d66815 21Version 1.0:
ca189b82 22
fd67a2e8 23 * Added a GUI shell to integrate the whole system
39d66815
FT
24 * Fixed autopackages for the GUI shell and related components.
25 * Improved the build system a great deal.
2acf1258 26 * Improved hublist fetching
ca189b82
FT
27 * Ported the Gaim plugin to Pidgin
28
3a7426d9 29Version 0.4:
30
b1927fa3 31 * Added a GUI configurator (called `dolconf')
32 * Many 64-bit cleanups -- works on amd64 now.
33 * More documentation
cf3b4208 34 * Begun doing some porting to FreeBSD (read doc/README.FreeBSD).
b1927fa3 35 * The usual slew of lesser fixes
3a7426d9 36
24798d98 37Version 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
8a005902 42Version 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