Changeset 5582 in subversion


Ignore:
Timestamp:
Dec 9, 2011 3:55:40 AM (18 months ago)
Author:
thomasb
Message:

Update version strings and changelog for 0.7 (stable) release

Location:
branches/release-0.7
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/release-0.7/CHANGELOG

    r5545 r5582  
    22=========================== 
    33 
     4RELEASE 0.7 
     5----------- 
    46- Replace prompt() with jQuery UI dialog (#1485135) 
    57- Fix navigation in messages search results 
     
    2022- Fixed bug in handling link with '!' character in it (#1488195) 
    2123- Fixed bug where session ID's length was limited to 40 characters (#1488196) 
     24- TinyMCE security issue: removed moxieplayer (embedding flv and mp4 is not supported anymore) 
    2225 
    2326RELEASE 0.7-beta 
  • branches/release-0.7/index.php

    r5438 r5582  
    33 +-------------------------------------------------------------------------+ 
    44 | Roundcube Webmail IMAP Client                                           | 
    5  | Version 0.7-beta2                                                        | 
     5 | Version 0.7                                                             | 
    66 |                                                                         | 
    77 | Copyright (C) 2005-2011, The Roundcube Dev Team                         | 
  • branches/release-0.7/program/include/iniset.php

    r5438 r5582  
    3838 
    3939// application constants 
    40 define('RCMAIL_VERSION', '0.7-beta2'); 
     40define('RCMAIL_VERSION', '0.7'); 
    4141define('RCMAIL_CHARSET', 'UTF-8'); 
    4242define('JS_OBJECT_NAME', 'rcmail'); 
Note: See TracChangeset for help on using the changeset viewer.