Update of /cvsroot/cvsshell/cvsshell
In directory sc8-pr-cvs1:/tmp/cvs-serv17156
Modified Files:
ChangeLog README ReleaseNotes index.html install.py
Log Message:
Prepared files for release 0.4
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cvsshell/cvsshell/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** ChangeLog 16 Sep 2002 06:49:31 -0000 1.11
--- ChangeLog 29 Nov 2002 18:34:03 -0000 1.12
***************
*** 1,4 ****
--- 1,15 ----
CvsShell Version History
+ * Version 0.4.0
+
+ + Bugfixes:
+ - various smaller bugs
+
+ + Enhancements:
+ - The ``refresh'' command now ignores files listed either in the
+ environment variable $CVSROOT, the file ~/.cvsignore or the
+ .cvsignore file of the directory the command is processing.
+
+
* Version 0.3.1
***************
*** 73,75 ****
- src/interactive_app.py: Prompt method now supports default value for answer.
- src/app.py: shell method new raises a exception if the execution of the shell
! command fails.
\ No newline at end of file
--- 84,86 ----
- src/interactive_app.py: Prompt method now supports default value for answer.
- src/app.py: shell method new raises a exception if the execution of the shell
! command fails.
Index: README
===================================================================
RCS file: /cvsroot/cvsshell/cvsshell/README,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** README 16 Sep 2002 06:49:32 -0000 1.8
--- README 29 Nov 2002 18:34:03 -0000 1.9
***************
*** 1,4 ****
! Welcome to CvsShell 0.3.1
=========================
--- 1,4 ----
! Welcome to CvsShell 0.4
=========================
Index: ReleaseNotes
===================================================================
RCS file: /cvsroot/cvsshell/cvsshell/ReleaseNotes,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ReleaseNotes 16 Sep 2002 06:49:32 -0000 1.3
--- ReleaseNotes 29 Nov 2002 18:34:03 -0000 1.4
***************
*** 1,3 ****
! CvsShell 0.3.1 released!
http://cvsshell.sourceforge.net
--- 1,3 ----
! CvsShell 0.4 released!
http://cvsshell.sourceforge.net
Index: index.html
===================================================================
RCS file: /cvsroot/cvsshell/cvsshell/index.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** index.html 16 Sep 2002 06:49:32 -0000 1.7
--- index.html 29 Nov 2002 18:34:03 -0000 1.8
***************
*** 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>
--- 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.4.0 (2002-11-29). Read the <a href="ChangeLog">change log</a> and the
<a href="ReleaseNotes">release notes</a>.
</p>
***************
*** 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>
--- 53,58 ----
<h3>Release history:</h3>
<ul>
! <li>0.4: 2002-11-29</li>
! <li>0.3.1: 2002-08-16</li>
<li>0.3: 2002-08-15</li>
<li>0.2.1: 2002-06-02</li>
Index: install.py
===================================================================
RCS file: /cvsroot/cvsshell/cvsshell/install.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** install.py 16 Sep 2002 06:49:32 -0000 1.7
--- install.py 29 Nov 2002 18:34:03 -0000 1.8
***************
*** 81,85 ****
self.printMsg(failureMsg)
return
! self.migrateRCFile()
startup, content = self.createStartScript()
try:
--- 81,85 ----
self.printMsg(failureMsg)
return
! # self.migrateRCFile()
startup, content = self.createStartScript()
try:
|