Update of /cvsroot/sandweb/sandweb
In directory sc8-pr-cvs1:/tmp/cvs-serv16036
Modified Files:
ChangeLog NEWS README
Log Message:
preparing for 1.0RC2 release..
Index: ChangeLog
===================================================================
RCS file: /cvsroot/sandweb/sandweb/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -U2 -r1.6 -r1.7
--- ChangeLog 1 Apr 2003 05:40:21 -0000 1.6
+++ ChangeLog 3 Apr 2003 04:14:24 -0000 1.7
@@ -1,2 +1,22 @@
+2003-04-01 12:14 formnull
+
+ * bin/sandweb-expect: damn, found a bug already :)
+
+ the script wasn't catching when a bad password was entered. I
+ corrected it, and simplified it even more in the process.
+
+2003-03-31 22:42 formnull
+
+ * install.cfg: reverting to default settings
+
+2003-03-31 21:53 formnull
+
+ * debian/changelog: bumping vers. no.
+
+2003-03-31 21:40 formnull
+
+ * ChangeLog, NEWS, README, install.cfg, lib/SandWeb.pm: bumping
+ version number to 1.0RC1
+
2003-03-31 19:06 formnull
Index: NEWS
===================================================================
RCS file: /cvsroot/sandweb/sandweb/NEWS,v
retrieving revision 1.6
retrieving revision 1.7
diff -U2 -r1.6 -r1.7
--- NEWS 1 Apr 2003 05:40:21 -0000 1.6
+++ NEWS 3 Apr 2003 04:14:24 -0000 1.7
@@ -1,5 +1,5 @@
2003-03-31
- SandWeb 1.0RC1 Released
+ SandWeb 1.0RC2 Released
This is the first release candidate! If we don't find
Index: README
===================================================================
RCS file: /cvsroot/sandweb/sandweb/README,v
retrieving revision 1.11
retrieving revision 1.12
diff -U2 -r1.11 -r1.12
--- README 1 Apr 2003 05:40:21 -0000 1.11
+++ README 3 Apr 2003 04:14:24 -0000 1.12
@@ -1,4 +1,4 @@
============================================================================
-SandWeb Summary - 1.0RC1 Release
+SandWeb Summary - 1.0RC2 Release
============================================================================
@@ -8,5 +8,5 @@
It is essentially a multi-user client to version control systems ( VCS )
such as CVS, SVN ( Subversion ), arch or RCS ( only CVS is supported for
-the 1.0RC1 release ).
+the 1.0RC2 release ).
SandWeb requires a user agent that supports and allows Javascript
@@ -20,5 +20,5 @@
using SandWeb.
-The 1.0RC1 release only supports "FlatFile" authentication, in
+The 1.0RC2 release only supports "FlatFile" authentication, in
which SandWeb uses it's own password file and format. More
authentication systems are planned for future releases.
@@ -86,5 +86,5 @@
You are now at the repository menu. You can enter username, password,
version control system, server name and version control root for as
-many repositories as you want. For the 1.0RC1 release, SandWeb supports
+many repositories as you want. For the 1.0RC2 release, SandWeb supports
"local", "pserver" and "SSH" CVS repositories.
|