diff --git a/ChangeLog-current.txt b/ChangeLog-current.txt deleted file mode 100644 index d836151..0000000 --- a/ChangeLog-current.txt +++ /dev/null @@ -1,6 +0,0 @@ -Thu May 27 18:13:59 UTC 2010 -Sbopkg X.XX.X released. This version contains the following fixes and -enhancements: - - * -+--------------------------+ diff --git a/src/etc/sbopkg/renames.d/50-default b/src/etc/sbopkg/renames.d/50-default index 1f2a673..8028042 100644 --- a/src/etc/sbopkg/renames.d/50-default +++ b/src/etc/sbopkg/renames.d/50-default @@ -34,3 +34,4 @@ ng-spice=ngspice snes9x_gtk=snes9x libiphone=libimobiledevice xml-twig=perl-xml-twig +drbd=drbd-tools diff --git a/src/usr/doc/ChangeLog.txt b/src/usr/doc/ChangeLog.txt index f470bf7..ef0d668 100644 --- a/src/usr/doc/ChangeLog.txt +++ b/src/usr/doc/ChangeLog.txt @@ -1,4 +1,26 @@ Thu May 27 18:13:59 UTC 2010 +Sbopkg X.XX.X released. This version contains the following fixes and +enhancements: + + * Revised man pages - these are very different and now document a couple of + previously undocumented things and are worth a (re-)read. + * The HACKING file now includes a man page style guide in addition to the + coding style guide. + * The LOGDIR variable has been removed from sbopkg.conf - DIR can be + specified in LOGFILE. + * The DEBUG variable has been renamed to DEBUG_UPDATES in sbopkg.conf. + * The default timeout values in {WGET,RSYNC}FLAGS have been raised from + 10/15 to 30 in sbopkg.conf. + * All parameters in sbopkg.conf now use default values only if the variable + hasn't been previously set (meaning they can all be overridden by passing + variables on the command line). + * sbopkg.conf has been reordered - this may make any merging that may be + needed more interesting this time but hopefully it's worth it. + * The directory initialization process has been changed - at first run or + otherwise when encountering missing directories, the user will now be + presented with a single list of them and a (C)reate/(A)bort prompt. ++--------------------------+ +Thu May 27 18:13:59 UTC 2010 Sbopkg 0.33.1 released. This version contains the following fixes and enhancements: diff --git a/tools/ChangeLog-latest.txt b/tools/ChangeLog-latest.txt new file mode 100644 index 0000000..2ae13a1 --- /dev/null +++ b/tools/ChangeLog-latest.txt @@ -0,0 +1,41 @@ +Thu May 27 18:13:59 UTC 2010 +Sbopkg 0.33.1 released. This version contains the following fixes and +enhancements: + + * The ARCH assignment was modified to accord with the latest SBo SlackBuild + template. + * Tweaked widgets in select_repository() (no or less scrolling) and + load_user_queue() (better button) and modified check_gpg() to not disrupt + the dialog interface with gpg output + * Revised the KNOWN_ISSUES file and other documentation ++--------------------------+ +Mon May 24 20:53:43 UTC 2010 +Sbopkg 0.33.0 released. This version contains the following fixes and +enhancements: + + * Addressed an apparent bash 4.1 bug that causes the 'obsolete sources' + function to break. + * Addressed issue 44 where hitting ^C during the download of part of a queue + and restarting the queue could result in a download failure. Thanks to + slava18 for the report. + * Changed the menu order of the "Build options" dialog to default to using + "Saved" options rather than "None". + * Fixed issue 45 where packages with '+' in the name were not properly + detected in some cases. Thanks to skalkoto for the report. + * Added a help item to the main menu of the dialog interface with pointers + to documentation and other resources. + * Added an option to print the version of sbopkg. We try not to change the + meaning of flags but note that this does change what was the '-v' flag to + '-V' and now uses '-v' for its customary 'version' purpose. Note that the + new -V flag now accepts a '?' argument (sbopkg -V ?) which will display + the list of valid repositories. + * Tweak the logic re determining ARCH and modify some ARCH-related + evals and conditionals in check_for_updates and info_item. + * Fixed a bug which could result in some sources being missed when checking + for obsolete sources. + * Added a command line option '-P' to access the 'remove uninstalled + packages' function which had previously only been accessible from the + dialog interface. + * Miscellaneous tweaks in preparation for release and to bring in line with + Slackware 13.1. ++--------------------------+