Author: dreimer
Date: Sun Nov 23 17:46:24 2008
New Revision: 37603
URL:
http://svn.reactos.org/svn/reactos?rev=37603&view=rev
Log:
Updated changelog.
Updated help files.
In theory "update status" is meant for startup to show new updates, but not with
my sloooow webspace. So, this is skipped for now.
Modified:
trunk/tools/RosBE/RosBE-Windows/Powershell/Help.ps1
trunk/tools/RosBE/RosBE-Windows/Powershell/RosBE.ps1
trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt
trunk/tools/RosBE/RosBE-Windows/Root/Help.cmd
trunk/tools/RosBE/RosBE-Windows/Root/RosBE.cmd
Modified: trunk/tools/RosBE/RosBE-Windows/Powershell/Help.ps1
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Powershe…
==============================================================================
--- trunk/tools/RosBE/RosBE-Windows/Powershell/Help.ps1 [iso-8859-1] (original)
+++ trunk/tools/RosBE/RosBE-Windows/Powershell/Help.ps1 [iso-8859-1] Sun Nov 23 17:46:24
2008
@@ -236,9 +236,9 @@
" Usage: update [OPTIONS]"
" Updates all files of RosBE to the most recent files."
""
- " nocmds - Skips the Updating of the Script Files."
- " nogcc - Skips the Updating of GCC."
- " notools - Skips the Updating of the Tools."
+ " reset - Removes the Updates Cache. Not recommended."
+ " nr X - Re/Installs Update Nr X."
+ " status - Shows the recent status of available, non installed
updates."
exit
}
}
Modified: trunk/tools/RosBE/RosBE-Windows/Powershell/RosBE.ps1
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Powershe…
==============================================================================
--- trunk/tools/RosBE/RosBE-Windows/Powershell/RosBE.ps1 [iso-8859-1] (original)
+++ trunk/tools/RosBE/RosBE-Windows/Powershell/RosBE.ps1 [iso-8859-1] Sun Nov 23 17:46:24
2008
@@ -167,6 +167,8 @@
"For a list of all included commands, type: ""help"""
"-------------------------------------------------"
""
+# IEX "'$_ROSBE_BASEDIR\sSVN.ps1' status"
+# ""
#
# Load the doskey macros that serve as our commands.
Modified: trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Root/Cha…
==============================================================================
--- trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt [iso-8859-1] (original)
+++ trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt [iso-8859-1] Sun Nov 23 17:46:24
2008
@@ -1,3 +1,14 @@
+*** XXX xxth, 200x - RosBE 1.3.1 Released
+
+- Updated: The Update Utility now does not blindly sync the script files. It loads
+ complete Update Packs and installs them. (Daniel Reimer)
+- Updated: The Powershell Port is now complete. (Daniel Reimer)
+- Fixed: Now config adds the ELF Parameter to the config file to and lets you modify
+ it. Without this param, build is broken. (Daniel Reimer)
+- Modified: Changed the default values of config to the previous setting instead of
+ the real default one if you don't type in anything for a setting. (Daniel Reimer)
+
+
*** October 26th, 2008 - RosBE 1.3 Released
- Added: Tool to set the Architecture to build ROS for. (Daniel Reimer)
Modified: trunk/tools/RosBE/RosBE-Windows/Root/Help.cmd
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Root/Hel…
==============================================================================
--- trunk/tools/RosBE/RosBE-Windows/Root/Help.cmd [iso-8859-1] (original)
+++ trunk/tools/RosBE/RosBE-Windows/Root/Help.cmd [iso-8859-1] Sun Nov 23 17:46:24 2008
@@ -242,9 +242,9 @@
echo Usage: update [OPTIONS]
echo Updates all files of RosBE to the most recent files.
echo.
- echo nocmds - Skips the Updating of the Script Files.
- echo nogcc - Skips the Updating of GCC.
- echo notools - Skips the Updating of the Tools.
+ echo reset - Removes the Updates Cache. Not recommended.
+ echo nr X - Re/Installs Update Nr X.
+ echo status - Shows the recent status of available, non installed updates.
goto :EOC
)
)
Modified: trunk/tools/RosBE/RosBE-Windows/Root/RosBE.cmd
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Root/Ros…
==============================================================================
--- trunk/tools/RosBE/RosBE-Windows/Root/RosBE.cmd [iso-8859-1] (original)
+++ trunk/tools/RosBE/RosBE-Windows/Root/RosBE.cmd [iso-8859-1] Sun Nov 23 17:46:24 2008
@@ -110,6 +110,8 @@
echo For a list of all included commands, type: "help"
echo -------------------------------------------------
echo.
+REM "%_ROSBE_BASEDIR%\sSVN.cmd" status
+REM echo.
::
:: Load the doskey macros that serve as our commands.