Changeset 571 in subversion


Ignore:
Timestamp:
May 17, 2007 4:15:24 PM (6 years ago)
Author:
thomasb
Message:

Updated description files and version info

Location:
trunk/roundcubemail
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/CHANGELOG

    r563 r571  
    442007/05/17 (thomasb) 
    55---------- 
    6 - Updated Catalan, Russian, Portuguese and Chinese translations 
     6- Updated Catalan, Russian, Portuguese, Slovak and Chinese translations 
    77- Renamed localization folder for Chinese (Big5) 
    88- Chanegd Slovenian language code from 'si' to 'sl' 
    99- Added Sinhala (Sri-Lanka) localization 
    1010- Use global filters and bind username/ for Ldap searches (#1484159) 
     11- Hide quota display if imap server does not support it 
     12- Hide address groups if no LDAP servers configured 
     13- Add link to message subjects (closes #1484257) 
     14- Better SQL query for contact listing/search (closes #1484369) 
    1115 
    1216 
  • trunk/roundcubemail/INSTALL

    r515 r571  
    4343> CREATE DATABASE roundcubemail; 
    4444> GRANT ALL PRIVILEGES ON roundcubemail.* TO roundcube@localhost 
    45         IDENTIFIED BY 'password'; 
     45    IDENTIFIED BY 'password'; 
    4646> quit 
    4747# mysql roundcubemail < SQL/mysql.initial.sql 
     
    5656> CREATE DATABASE roundcubemail DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; 
    5757> GRANT ALL PRIVILEGES ON roundcubemail.* TO roundcube@localhost 
    58         IDENTIFIED BY 'password'; 
     58    IDENTIFIED BY 'password'; 
    5959> quit 
    6060 
     
    107107UPGRADING 
    108108========= 
     109 
    109110If you already have a previous version of RoundCube installed, 
    110111please refer to the instructions in UPGRADING guide. 
  • trunk/roundcubemail/SQL/mysql.initial.sql

    r509 r571  
    11-- RoundCube Webmail initial database structure 
    2 -- Version 0.1-beta2 
     2-- Version 0.1-rc1 
    33--  
    44 
  • trunk/roundcubemail/SQL/sqlite.initial.sql

    r344 r571  
    11-- RoundCube Webmail initial database structure 
    2 -- Version 0.1-beta2 
     2-- Version 0.1-rc1 
    33--  
    44 
  • trunk/roundcubemail/index.php

    r543 r571  
    33 +-----------------------------------------------------------------------+ 
    44 | RoundCube Webmail IMAP Client                                         | 
    5  | Version 0.1-20070428                                                  | 
     5 | Version 0.1-20070517                                                  | 
    66 |                                                                       | 
    77 | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland                 | 
     
    4242 
    4343// application constants 
    44 define('RCMAIL_VERSION', '0.1-20070428'); 
     44define('RCMAIL_VERSION', '0.1-20070517'); 
    4545define('RCMAIL_CHARSET', 'UTF-8'); 
    4646define('JS_OBJECT_NAME', 'rcmail'); 
Note: See TracChangeset for help on using the changeset viewer.