updated ChangeLog

Also removed a bit of brain damage (long day). Also, thanks to Chess and
Mauro for review and discussion of the prompt patches.
This commit is contained in:
slakmagik 2010-06-15 00:18:40 +00:00
parent 22f8de1ad5
commit 87ee1582a2
2 changed files with 2 additions and 2 deletions

View File

@ -19,6 +19,8 @@ enhancements:
* 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.
* The command line user interface has been overhauled in terms of more
consistent validated command line messages and prompts.
+--------------------------+
Thu May 27 18:13:59 UTC 2010
Sbopkg 0.33.1 released. This version contains the following fixes and

View File

@ -4344,8 +4344,6 @@ SBOVER=svn_r$(cut -d' ' -f2 <<< "$REV")
DIAG=1
ON_ERROR=ask
REPOS_FIELDS=7
# this is the undocumented 'slakmagik hates hitting enter' option
NFLAG=$NFLAG
# Make sure we are root.
if [[ $(id -u) != 0 ]]; then