瀏覽代碼

replace CVS with SVN

Thijs Kinkhorst 18 年之前
父節點
當前提交
f585138b19
共有 5 個文件被更改,包括 5 次插入5 次删除
  1. 1 1
      ChangeLog
  2. 1 1
      INSTALL
  3. 1 1
      ReleaseNotes
  4. 1 1
      doc/translating.txt
  5. 1 1
      include/init.php

+ 1 - 1
ChangeLog

@@ -2,7 +2,7 @@
 *** SquirrelMail Devel Series 1.5 ***
 *** SquirrelMail Devel Series 1.5 ***
 *************************************
 *************************************
 
 
-Version 1.5.2 - CVS
+Version 1.5.2 - SVN
 -------------------
 -------------------
   - The search expression in the LDAP backend of the Addressbook is now
   - The search expression in the LDAP backend of the Addressbook is now
     configurable, which can allow the result set to be expanded.
     configurable, which can allow the result set to be expanded.

+ 1 - 1
INSTALL

@@ -93,7 +93,7 @@ Each of these steps is covered in detail below.
   SquirrelMail is constantly being improved. Therefore you should always
   SquirrelMail is constantly being improved. Therefore you should always
   get the newest version around. Look at http://www.squirrelmail.org
   get the newest version around. Look at http://www.squirrelmail.org
   to see what it is. If you want to be bleeding edge you might want to
   to see what it is. If you want to be bleeding edge you might want to
-  consider using the latest CVS version (with the latest and most
+  consider using the latest SVN version (with the latest and most
   fashionable bugs).
   fashionable bugs).
 
 
 a. Download SquirrelMail
 a. Download SquirrelMail

+ 1 - 1
ReleaseNotes

@@ -177,7 +177,7 @@ before submitting a new bug.  This will help to eliminate duplicate reports and
 increase the time we can spend FIXING existing bugs by DECREASING the time we
 increase the time we can spend FIXING existing bugs by DECREASING the time we
 spend sorting through bug reports.  Remember to check for CLOSED bug reports
 spend sorting through bug reports.  Remember to check for CLOSED bug reports
 also, not just OPEN bug reports, in case a bug you want to report may have been
 also, not just OPEN bug reports, in case a bug you want to report may have been
-recently fixed in CVS.
+recently fixed in our source code repository.
 
 
 If you want to join us in coding SquirrelMail, or have other things to share
 If you want to join us in coding SquirrelMail, or have other things to share
 with the developers, join the development mailing list:
 with the developers, join the development mailing list:

+ 1 - 1
doc/translating.txt

@@ -1,7 +1,7 @@
 How to translate SquirrelMail into another language?
 How to translate SquirrelMail into another language?
 ====================================================
 ====================================================
 
 
-This document does not deal with CVS and how to upload translations to
+This document does not deal with Subversion and how to upload translations to
 the repository.
 the repository.
 
 
 1. First time translation
 1. First time translation

+ 1 - 1
include/init.php

@@ -225,7 +225,7 @@ sqsession_is_active();
 /**
 /**
  * SquirrelMail version number -- DO NOT CHANGE
  * SquirrelMail version number -- DO NOT CHANGE
  */
  */
-$version = '1.5.2 [CVS]';
+$version = '1.5.2 [SVN]';
 
 
 /**
 /**
  * SquirrelMail internal version number -- DO NOT CHANGE
  * SquirrelMail internal version number -- DO NOT CHANGE