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