reversed ChangeLog handling and updated it

Now we write changes to */src/usr/doc/ChangeLog.txt and generate
*/tools/ChangeLog-latest.txt. User visible changes since the last
release were added to the former.

Also re-added a re-re-rename that SBo keeps waffling about. ;)
This commit is contained in:
slakmagik 2010-06-14 04:47:10 +00:00
parent 1ca33a80d9
commit 2ee1c2345a
4 changed files with 64 additions and 6 deletions

View File

@ -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:
*
+--------------------------+

View File

@ -34,3 +34,4 @@ ng-spice=ngspice
snes9x_gtk=snes9x
libiphone=libimobiledevice
xml-twig=perl-xml-twig
drbd=drbd-tools

View File

@ -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:

View File

@ -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.
+--------------------------+