|
From: John C. <joh...@gm...> - 2008-02-20 04:06:32
|
Everyone, Look for the official 0.15 release announcement on the announce list. *** Revision 193: Released dnx-0.15: 19-FEB-08 jcalcote * Revision: 193-191: 19-FEB-08 jcalcote Updated ChangeLog. Modified Makefiles and rpm spec file to allow for non rpm targets that chown files and rpm targets that don't. Updated ChangeLog. Added installation targets to allow separate installation of client and server pieces via make install. * Revision: 190: 19-FEB-08 jcalcote Removed config change branch. * Revision: 189-188: 15-FEB-08 jcalcote Copied doxyfile.in updates to static doxyfile (dnx.dxy). Fixed something in the doxyfile so that doxygen doesn't crash on Fedora 8 - don't know what. * Revision: 187: 13-FEB-08 jcalcote Getting really close now with OBS builds. More changes to OBS control files, and to configure.ac and Makefile.am's so that we have more control over package builds from spec files and such. Added code to drop privileges in daemon. Added better help and version screen output. * Revision: 186: 11-FEB-08 jcalcote Modified rpm build system in preparation for OSB builds. * Revision: 185-184: 06-FEB-08 jcalcote Forgot to add sync_plugins.pl as an rpm product. Moved deb files into rpm directory; renamed rpm directory to obs (opensuse build system), as that's what these files are really for. * Revision: 183-179: 05-FEB-08 jcalcote Forgot to actually ADD the Makefile.am! Needed to add a Makefile.am to the deb directory to catch non-input files. Fixed bug in configure.ac - I had .in after new additions to output file list. (oops). Made debian spec files autoconf input files so we could write the current version into these files. Added debian spec files for opensuse build system. * Revision: 178-176: 04-FEB-08 jcalcote Fixed bug in cfg parser on systems where pointer is larger than int/unsigned. This will have to be reconsidered. Modified init script to indicate dnxClient only needs to start in levels 3 and 5. Changed default max pool threads to 100 in sample config file and dnxClientMain.c. Removed address types from config parser - we weren't using them anyway. Added current config string generation code to cfg parser; added code to client to send current configuration in dnxstats response. Added checks in configure.ac for getopt_long; added code to client to conditionally use getopt_long. Fixed a minor display bug in dnxHeap.c. * Revision: 175-174: 31-JAN-08 jcalcote Updated rpm spec file for new dnxstats binary. Added help text to management commands; increased max msg length to 4k for help and config text. * Revision: 173: 30-JAN-08 jcalcote Pushed config validation inside of the CfgParser object; this allows us to encapsulate more junk related to config file management. Enjoy! John |