|
Revision 1040, 1.5 KB
(checked in by T. Suckow, 8 months ago)
|
|
- enhancement: updated version to 0.1RC3; updated changelog
|
-
Property svn:mime-type set to
application/octet-stream
|
| Line | |
|---|
| 1 | 2010-01-21 0.1RC3
|
|---|
| 2 | =================
|
|---|
| 3 | Notable changes:
|
|---|
| 4 |
|
|---|
| 5 | [Email module - client]
|
|---|
| 6 | - fixed an issue where the EmailAccountWizard would be opened twice if no email
|
|---|
| 7 | accounts are available due to reserved method name "onShow()"
|
|---|
| 8 |
|
|---|
| 9 | [Twitter module - backend]
|
|---|
| 10 | - fixed an issue where reading out Tweets from a newly imported account with no
|
|---|
| 11 | Tweets yet would trigger an error
|
|---|
| 12 |
|
|---|
| 13 | [General UI]
|
|---|
| 14 | - removed debug code that would trigger an error in other browsers than FF
|
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 | 2010-01-15 0.1RC2
|
|---|
| 18 | =================
|
|---|
| 19 | Notable changes:
|
|---|
| 20 |
|
|---|
| 21 | [Email module - backend]
|
|---|
| 22 | - fixed an issue where protocol would get overwritten on account update
|
|---|
| 23 | actions
|
|---|
| 24 | - fixed: sending emails would not consider the configured port for the outgoing
|
|---|
| 25 | mail server
|
|---|
| 26 |
|
|---|
| 27 | [Email module - client]
|
|---|
| 28 | - fixed a critical issue where the state of a panel would not be saved when
|
|---|
| 29 | deactivating this panel (closes #369)
|
|---|
| 30 |
|
|---|
| 31 | [Security]
|
|---|
| 32 | - fixed a possible security hole that could occur if relative links are used
|
|---|
| 33 | in feed items (closes #371)
|
|---|
| 34 |
|
|---|
| 35 | [Feeds module - backend]
|
|---|
| 36 | - fixed an issue that would break importing/adding feeds when a call to
|
|---|
| 37 | "getLastDateModified()" from Zend_Feed_Reader on the specific resource would
|
|---|
| 38 | return NULL (closes #370)
|
|---|
| 39 |
|
|---|
| 40 | [Feeds module - client]
|
|---|
| 41 | - fixed an issue where the dialog would not be closable after an error occured
|
|---|
| 42 | on the server during adding a feed (see #370)
|
|---|
| 43 |
|
|---|
| 44 | [Twitter module - client]
|
|---|
| 45 | - fixed an issue where the local Twitter account store would not be updated
|
|---|
| 46 | with the most recent values after data has been successfully submitted to the
|
|---|
| 47 | server (closes #361) |
|---|