Browse Source

Brought CVS up to date with 1.2.0 rc1

Tyler Akins 24 years ago
parent
commit
a73907938d
3 changed files with 8 additions and 5 deletions
  1. 3 3
      AUTHORS
  2. 4 1
      ChangeLog
  3. 1 1
      functions/strings.php

+ 3 - 3
AUTHORS

@@ -1,5 +1,6 @@
  Developers:
  -----------
+   Peter Hutnick <peter@hutnick.com>
    Luke Ehresman <luke@squirrelmail.org>     http://www.css.tayloru.edu/~lehresma
    Nathan Ehresman <nathan@squirrelmail.org> http://www.css.tayloru.edu/~nehresma
    Gustav Foseid <gustavf@squirrelmail.org>  http://www.initio.no
@@ -43,7 +44,6 @@
    i18n support:        Sergiusz Pawlowicz 
    SquirrelMail logo:   Libor Kopecky <libor@globe.cz>
    Web Site Admin/PR:   Paul Joseph Thompson <thomppj@okstate.edu>
-   FAQ Maintenance:     Peter Hutnick <peter@hutnick.com>
 
    Code contributions:  Konstantin Riabitsev <graf@relhum.org>
                         Alex Bleeker <beheer@hackers.nl>
@@ -53,8 +53,8 @@
                         Damien Sandras <dsandras@acm.org>
                         Martin Jespersen <mbj@mbj.dk>
                         David Whittington <dwhittin@css.tayloru.edu>
-                        Many others...
+                        Many, many others...
 
 (We have tried to keep this up to date to give credit where it is due.
 If you feel that you have wrongfully been left off this list, contact
-luke@squirrelmail.org)
+peter@squirrelmail.org)

+ 4 - 1
ChangeLog

@@ -1,4 +1,7 @@
-Version 1.1.3 -- DEVELOPMENT
+Version 1.2.0 -- DEVELOPMENT
+----------------------------
+
+Version 1.1.3 -- (never really released)
 ----------------------------
 - Added major speed improvements to IMAP functions by our friends at XS4ALL
 - Fixed MOTD

+ 1 - 1
functions/strings.php

@@ -222,7 +222,7 @@
 
    /* SquirrelMail version number -- DO NOT CHANGE */
    global $version;
-   $version = '1.1.3 [cvs]';
+   $version = '1.2.0 [rc1]';
 
 
    function find_mailbox_name ($mailbox) {