Ignore TAGS files.
[doldaconnect.git] / ChangeLog
index d4e4aa6..4b8613b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,62 +1,49 @@
-2005-07-09  Fredrik Tolf  <fredrik@dolda2000.com>
-
-       * Cleaned up CVS heavily.
-
-2004-08-13  gettextize  <bug-gnu-gettext@gnu.org>
-
-       * Makefile.am (SUBDIRS): Add m4.
-       (ACLOCAL_AMFLAGS): New variable.
-       (EXTRA_DIST): New variable.
-       * configure.in (AC_OUTPUT): Add po/Makefile.in,
-
-2004-05-11  dolda2000  <dolda2000@pc7.dolda2000.com>
-
-       * utils.h: Removed the format warnings, since they didn't work with %N.
-
-       * transfer.h, transfer.c, fnet-dc.c: Transfer system rewrite.
-
-       * net.c, net.h, sysevents.h, transfer.c, transfer.h, utils.c:
-       Initial import.
-
-       * net.c, net.h, sysevents.h, transfer.c, transfer.h, utils.c: New file.
-
-       * filenet.h, log.c, module.h: Initial import.
-
-       * filenet.h, log.c, module.h: New file.
-
-       * conf.h, fnet-dc.c, log.h: Initial import.
-
-       * conf.h, fnet-dc.c, log.h: New file.
-
-       * client.c, client.h, conf.c, filenet.c: Initial import.
-
-       * client.c, client.h, conf.c, filenet.c: New file.
-
-       * auth-pam.c: Initial import.
-
-       * auth-pam.c: New file.
-
-       * auth.c, auth.h: Initial import.
-
-       * auth.c, auth.h: New file.
-
-       * Makefile: Initial import.
-
-       * Makefile: New file.
-
-       * Makefile.in: Initial import.
-
-       * Makefile.in: New file.
-
-       * ui.c, uiretref, utils.h: Initial import.
-
-       * ui.c, uiretref, utils.h: New file.
-
-       * main.c: Initial import.
-
-       * main.c: New file.
-
-       * Makefile.am, emacs-local: Initial import.
-
-       * Makefile.am, emacs-local: New file.
-
+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