Browse Source

updated changelog, changed version number to 0.5pre2

Luke Ehresman 25 years ago
parent
commit
bc05456516
2 changed files with 3 additions and 1 deletions
  1. 2 0
      ChangeLog
  2. 1 1
      functions/strings.php

+ 2 - 0
ChangeLog

@@ -1,5 +1,7 @@
 Version 0.5pre2 -- DEVELOPMENT
 Version 0.5pre2 -- DEVELOPMENT
 ------------------------------
 ------------------------------
+- Made message highlighting not case sensative
+- Added French translation from Ali Nedjimi <lrdfrx@club-internet.fr>
 
 
 
 
 Version 0.5pre1 -- August 9, 2000 
 Version 0.5pre1 -- August 9, 2000 

+ 1 - 1
functions/strings.php

@@ -155,7 +155,7 @@
    }
    }
 
 
    /* SquirrelMail version number -- DO NOT CHANGE */
    /* SquirrelMail version number -- DO NOT CHANGE */
-   $version = "0.5pre1";
+   $version = "0.5pre2";
 
 
 
 
    function find_mailbox_name ($mailbox) {
    function find_mailbox_name ($mailbox) {