Update of /cvsroot/cvsshell/cvsshell
In directory usw-pr-cvs1:/tmp/cvs-serv2261
Modified Files:
ChangeLog README ReleaseNotes index.html install.py
Log Message:
changes of release 0.3.0 -> 0.3.1
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cvsshell/cvsshell/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** ChangeLog 15 Aug 2002 21:42:16 -0000 1.10
--- ChangeLog 16 Sep 2002 06:49:31 -0000 1.11
***************
*** 1,4 ****
--- 1,11 ----
CvsShell Version History
+ * Version 0.3.1
+
+ + Bugfixes:
+ - fixed bug ID 595751
+ - fixed various bugs on the windows platform
+
+
* Version 0.3
Index: README
===================================================================
RCS file: /cvsroot/cvsshell/cvsshell/README,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** README 15 Aug 2002 21:42:16 -0000 1.7
--- README 16 Sep 2002 06:49:32 -0000 1.8
***************
*** 1,5 ****
! Welcome to CvsShell 0.3
! =======================
--- 1,5 ----
! Welcome to CvsShell 0.3.1
! =========================
Index: ReleaseNotes
===================================================================
RCS file: /cvsroot/cvsshell/cvsshell/ReleaseNotes,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ReleaseNotes 15 Aug 2002 21:42:16 -0000 1.2
--- ReleaseNotes 16 Sep 2002 06:49:32 -0000 1.3
***************
*** 1,3 ****
! CvsShell 0.3 released!
http://cvsshell.sourceforge.net
--- 1,3 ----
! CvsShell 0.3.1 released!
http://cvsshell.sourceforge.net
***************
*** 6,11 ****
to the cvs commands through a shell-like user interface.
! Many features and improvements have been added in this release. Make
! sure to have a look at the changelog.
Features:
--- 6,10 ----
to the cvs commands through a shell-like user interface.
! This release fixes some bugs on windows.
Features:
Index: index.html
===================================================================
RCS file: /cvsroot/cvsshell/cvsshell/index.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** index.html 15 Aug 2002 21:42:16 -0000 1.6
--- index.html 16 Sep 2002 06:49:32 -0000 1.7
***************
*** 10,14 ****
<p>
CvsShell is a console-based cvs-client written in <a href="http://www.python.org">Python</a>.
! The current version is 0.3 (2002-08-15). Read the <a href="ChangeLog">change log</a> and the
<a href="ReleaseNotes">release notes</a>.
</p>
--- 10,14 ----
<p>
CvsShell is a console-based cvs-client written in <a href="http://www.python.org">Python</a>.
! The current version is 0.3.1 (2002-08-16). Read the <a href="ChangeLog">change log</a> and the
<a href="ReleaseNotes">release notes</a>.
</p>
***************
*** 53,56 ****
--- 53,57 ----
<h3>Release history:</h3>
<ul>
+ <li>0.3.1: 2002-08-16</li>
<li>0.3: 2002-08-15</li>
<li>0.2.1: 2002-06-02</li>
***************
*** 62,66 ****
<!-- Created: Fri Mar 15 20:53:58 CET 2002 -->
<!-- hhmts start -->
! Last modified: Thu Aug 15 23:15:35 CEST 2002
<!-- hhmts end -->
<br>
--- 63,67 ----
<!-- Created: Fri Mar 15 20:53:58 CET 2002 -->
<!-- hhmts start -->
! Last modified: Fri Aug 16 14:14:39 CEST 2002
<!-- hhmts end -->
<br>
Index: install.py
===================================================================
RCS file: /cvsroot/cvsshell/cvsshell/install.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** install.py 27 May 2002 07:46:36 -0000 1.6
--- install.py 16 Sep 2002 06:49:32 -0000 1.7
***************
*** 142,146 ****
cvs_shell.main()
raw_input()
! """ % (self.cvsDir, os.path.join(self.THIS_DIR, 'src')))
def createUnixStartScript(self):
--- 142,146 ----
cvs_shell.main()
raw_input()
! """ % (self.cvsDir, self.THIS_DIR))
def createUnixStartScript(self):
|