X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=blobdiff_plain;f=ChangeLog;h=cfae63b12c910d812d725fe2b155bb5597411a79;hp=d4e4aa6fa7ffedd187f16d32e2a564b6344f08e3;hb=f5018426d1d10585f5093cecc506c5867f56b8c1;hpb=d3372da97568d5e1f35fa19787c8ec8af93a0435 diff --git a/ChangeLog b/ChangeLog index d4e4aa6..cfae63b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,62 +1,53 @@ -2005-07-09 Fredrik Tolf - - * Cleaned up CVS heavily. - -2004-08-13 gettextize - - * 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 - - * 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.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