-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
53 lines (38 loc) · 1.37 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Version 1.3:
* Massive internal code rewrites and cleanups
Version 1.2:
* Reliability and performance optimizations in the daemon
* More improvements to hubmgr
Version 1.1.1:
* Fixed a Makefile bug
* Fixed a resume bug concerning files larger than 2 GiB
Version 1.1:
* Much better and documented hubmgr
* Handles file sizes larger than 2 GiB
* Ported the Guile plugin to Guile 1.8
Version 1.0:
* Added a GUI shell to integrate the whole system
* Fixed autopackages for the GUI shell and related components.
* Improved the build system a great deal.
* Improved hublist fetching
* Ported the Gaim plugin to Pidgin
Version 0.4:
* Added a GUI configurator (called `dolconf')
* Many 64-bit cleanups -- works on amd64 now.
* More documentation
* Begun doing some porting to FreeBSD (read doc/README.FreeBSD).
* The usual slew of lesser fixes
Version 0.3.1:
* Fixed a Makefile bug that made it impossible to compile from the
tarball tree, while the SVN tree worked.
Version 0.3:
* Support for XML hublists
* Added documentation
* Created python module
* Ported the Gaim plugin to Gaim 2
* Integrated the source tree a lot
* Added support for UI connections over Unix sockets and Unix
socket authentication
* More flexible host resolver in library connect function
* Added versioning support in the UI protocol
* A slew of lesser fixes all over the place