Ignore TAGS files.
[doldaconnect.git] / ChangeLog
... / ...
CommitLineData
1Version 1.2:
2
3 * Reliability and performance optimizations in the daemon
4 * More improvements to hubmgr
5
6Version 1.1.1:
7
8 * Fixed a Makefile bug
9 * Fixed a resume bug concerning files larger than 2 GiB
10
11Version 1.1:
12
13 * Much better and documented hubmgr
14 * Handles file sizes larger than 2 GiB
15 * Ported the Guile plugin to Guile 1.8
16
17Version 1.0:
18
19 * Added a GUI shell to integrate the whole system
20 * Fixed autopackages for the GUI shell and related components.
21 * Improved the build system a great deal.
22 * Improved hublist fetching
23 * Ported the Gaim plugin to Pidgin
24
25Version 0.4:
26
27 * Added a GUI configurator (called `dolconf')
28 * Many 64-bit cleanups -- works on amd64 now.
29 * More documentation
30 * Begun doing some porting to FreeBSD (read doc/README.FreeBSD).
31 * The usual slew of lesser fixes
32
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
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