2009-01-20 07:59:11 +03:00
|
|
|
Tue Jan 20 04:10:53 UTC 2009
|
|
|
|
Sbopkg 0.XX.X released. This version contains the following fixes and
|
|
|
|
enhancements:
|
|
|
|
|
2009-01-24 17:03:40 +03:00
|
|
|
* Add in new update code by Mauro Giachero. This /greatly/ improves how the
|
2009-01-21 04:35:04 +03:00
|
|
|
updates are handled. Please note there is a new file
|
2009-01-22 06:34:52 +03:00
|
|
|
/etc/sbopkg/sbopkg-renames that handles a few name changes. If you
|
|
|
|
upgrade sbopkg with the new package, then this file will be automatically
|
2009-01-21 04:35:04 +03:00
|
|
|
installed. If not, you'll need to grab this file from the source tarball
|
|
|
|
and move it there manually.
|
2009-01-20 07:59:11 +03:00
|
|
|
* Change how selecting/unselecting items in the build queue are handled.
|
|
|
|
Now, when items are unselected, they remain in the queue but are turned
|
2009-01-24 17:03:40 +03:00
|
|
|
"OFF" and when the queue is processed, only those packages turned "ON"
|
|
|
|
will be built or installed.
|
2009-01-20 07:59:11 +03:00
|
|
|
* Improve how packages are added to the queue. The user is now prompted if
|
|
|
|
they want to replace items already in the queue or skip them.
|
|
|
|
* Merge in a large whitespace/cleanup patch by slakmagik which greatly
|
2009-01-22 06:34:52 +03:00
|
|
|
improves the readability of the code; thanks to slakmagik for the patch.
|
2009-01-21 03:55:00 +03:00
|
|
|
* Replace the 'Clear Queue' menu item with 'Delete Queue Items' which
|
2009-01-24 17:03:40 +03:00
|
|
|
provides the user the ability to delete individual items in the queue or
|
|
|
|
clear the entire build queue.
|
2009-01-22 06:34:52 +03:00
|
|
|
* Add in ability to have a /local directory in the local SBo repository tree
|
|
|
|
on a user's system that is in parallel with other SBo directories (i.e.
|
|
|
|
/home/sbo/local). As long as this directory is maintained in an SBo style
|
|
|
|
(including user-defined categories), then sbopkg will pick them up and the
|
|
|
|
user can change their SLACKVER to 'local' and build/install packages from
|
|
|
|
there. This might be useful in testing pre-submissions to SBo or for
|
|
|
|
maintaining other software not in SBo. This was inspired by a similar
|
|
|
|
idea contributed by slakmagik. Please see the sbopkg.conf(5) man page for
|
|
|
|
more information.
|
|
|
|
* Commit a patch from slakmagik that adds a new sbopkg.conf variable LOGFILE
|
2009-01-21 03:55:00 +03:00
|
|
|
where the user can decide the name and location of the permanent build
|
2009-01-22 06:34:52 +03:00
|
|
|
log, if used; thanks to slakmagik for the patch.
|
|
|
|
* Fix issue where downloaded sources with spaces in their file names would
|
2009-01-24 00:20:57 +03:00
|
|
|
cause an MD5SUM failure; thanks to alkos333 for the bug report, and thanks
|
|
|
|
to Mauro Giachero for improving my initial bug fix implementation.
|
2009-01-22 06:34:52 +03:00
|
|
|
* Commit several other patches from slakmagik that improve the handling of
|
|
|
|
the search box upon search failures; tweak the precheck log a bit; improve
|
|
|
|
the checking of root privilegs, and improve the handling of the
|
|
|
|
directory-creation checks; thanks to slakmagik for these patches.
|
2009-01-24 00:20:57 +03:00
|
|
|
* Lots of other internal 'under the hood' improvements to the repository
|
|
|
|
browsing, directory check functionality, and build queue.
|
2009-01-20 07:59:11 +03:00
|
|
|
+--------------------------+
|
|
|
|
|