2009-04-07 00:11:33 +04:00
|
|
|
Mon Apr 6 20:09:44 UTC 2009
|
2009-01-31 02:09:43 +03:00
|
|
|
Sbopkg 0.XX.X released. This version contains the following fixes and
|
|
|
|
enhancements:
|
|
|
|
|
2009-04-07 00:11:33 +04:00
|
|
|
* Move sbopkg to /usr/sbin; update sbopkg.SlackBuild and sspm to reflect
|
|
|
|
/usr/sbin.
|
2009-03-24 21:20:46 +03:00
|
|
|
* Change default directory paths in sbopkg.conf.new; add new variable
|
|
|
|
SBOPKGTMP, which will be used to store sbopkg-related temp files; also
|
|
|
|
add new variable LOGDIR which will contain any sbopkg-related log files.
|
2009-03-11 15:46:22 +03:00
|
|
|
* Remove code related to user-mode support; sbopkg must now be run as
|
|
|
|
root in all cases; add single check at start of script to make sure we
|
|
|
|
are root.
|
2009-04-30 17:49:00 +04:00
|
|
|
* Apply a major code cleanup that touches just about every part of sbopkg.
|
|
|
|
This cleanup makes the code more readable, manageable, and less bug-prone.
|
|
|
|
Several bugs were fixed as part of this cleanup, and the cleanup will ease
|
|
|
|
further development and debugging efforts.
|
2009-04-07 00:11:33 +04:00
|
|
|
* Remove some useless code from check_for_latest and also fix the
|
|
|
|
download folder for sbopkg updates. Thanks to David Somero for the bug
|
|
|
|
report.
|
2009-03-26 15:54:41 +03:00
|
|
|
* Re-implement the code that checks for renamed software; fix upgrading
|
|
|
|
of renamed packages; thanks to Phillip Warner for raising the issues
|
2009-05-21 12:06:46 +04:00
|
|
|
with the older code; thanks to Mauro Giachero for working on these fixes.
|
2009-04-07 00:11:33 +04:00
|
|
|
* Fix a tr invocation issue where in certain instances, sbopkg would not run
|
|
|
|
from certain directories; thanks to Marie-Claude Collilieux for the bug
|
2009-03-05 00:07:04 +03:00
|
|
|
report.
|
|
|
|
* Alter sed expression in download code to work around calcurse filename
|
|
|
|
idiosyncrasy; thanks to Glenn Becker for the bug report.
|
2009-04-07 00:11:33 +04:00
|
|
|
* Move French man pages into correct /usr/man/fr* location and remove them
|
|
|
|
from the /docs directory; update French man pages; thanks to
|
|
|
|
Marie-Claude Collilieux.
|
2009-04-30 17:49:00 +04:00
|
|
|
* Remove a stale 'find' call, which slightly improves the update feature.
|
2009-05-21 12:06:46 +04:00
|
|
|
* Add acroread->adobe-reader, GNOME-Colors->gnome-colors, wbxml2->libwbxml
|
|
|
|
and museek-plus->museek+ renames.
|
2009-04-30 17:49:00 +04:00
|
|
|
* Display a message when no packages are installed instead of doing nothing.
|
|
|
|
* Properly quote the current working directory variable in the event there
|
|
|
|
are spaces in the directory name.
|
|
|
|
* Fix a bug where 'sbopkg -c -v local' would display a dialog even though
|
|
|
|
running in cli mode.
|
|
|
|
* Fix issue where the 'games' directory was non-browsable due to a
|
|
|
|
slack-desc file containing double-quotes in the first line; thanks to
|
|
|
|
Glenn Becker for the original bug report.
|
2009-05-06 17:56:42 +04:00
|
|
|
* Implement configurable repository support, and use it to support
|
|
|
|
git-based repositories. The Slamd64Builds repository is now listed, for
|
|
|
|
the joy of all the Slamd64 users out there.
|
2009-05-11 21:51:07 +04:00
|
|
|
* 'Nice' the build process so as to improve sbopkg's resource utilization.
|
|
|
|
* Fix a few issues regarding user sbopkg.conf files.
|
2009-05-08 12:39:37 +04:00
|
|
|
* Move sbopkg-renames to new /etc/sbopkg/renames.d/50-default to manage
|
|
|
|
multiple renames files. Thanks to Robby Workman for the suggestion. Add
|
|
|
|
new document README-renames.d that explains how this works.
|
2009-05-12 18:03:29 +04:00
|
|
|
* Add support for new *.txz, *.tlz, and *.tbz Slackware package extensions.
|
2009-05-16 09:00:29 +04:00
|
|
|
* Rewrite several portions of the process_queue function in order to
|
|
|
|
properly handle certain items by the caller; clean up and improve the
|
|
|
|
logging displayed during the build process.
|
2009-01-31 02:09:43 +03:00
|
|
|
+--------------------------+
|