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