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