diff options
author | alecpl <alec@alec.pl> | 2012-04-15 08:22:07 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-04-15 08:22:07 +0000 |
commit | ce6ece3ce067b4a17f90e8b0932ada54a617b98c (patch) | |
tree | daa087906e48f1686bd29f6a592387488a640b8d /plugins/vcard_attachments/package.xml | |
parent | 9456eacbec25fac99d0b13f574aa45575a44b27b (diff) |
- Applied fixes from trunk
Diffstat (limited to 'plugins/vcard_attachments/package.xml')
-rw-r--r-- | plugins/vcard_attachments/package.xml | 36 |
1 files changed, 28 insertions, 8 deletions
diff --git a/plugins/vcard_attachments/package.xml b/plugins/vcard_attachments/package.xml index 066c908bf..cf94ef378 100644 --- a/plugins/vcard_attachments/package.xml +++ b/plugins/vcard_attachments/package.xml @@ -19,11 +19,11 @@ <email>alec@alec.pl</email> <active>yes</active> </lead> - <date>2012-03-11</date> - <time>19:00</time> + <date>2012-04-13</date> + <time>12:00</time> <version> - <release>3.1-beta</release> - <api>3.1-beta</api> + <release>3.1</release> + <api>3.1</api> </version> <stability> <release>stable</release> @@ -31,10 +31,11 @@ </stability> <license uri="http://www.gnu.org/licenses/gpl.html">GNU GPLv3+</license> <notes> -- Add styles for new skin "Larry" -- Exec contact_create hook when adding contact (#1486964) -- Make icons skinable -- Display vcard icon on messages list when message is of type vcard +- Fixed doble urlencoding of vcard identifier +- Fixed encoding when default charset is different than vcard charset +- Improved vcards import to work as addressbook::import procedure (with validation and autofix) +- Support IDNA +- Import contacts to default addressbook </notes> <contents> <dir baseinstalldir="/" name="/"> @@ -117,5 +118,24 @@ - Add styles for new skin "Larry" </notes> </release> + <release> + <date>2012-03-11</date> + <time>19:00</time> + <version> + <release>3.1-beta</release> + <api>3.1-beta</api> + </version> + <stability> + <release>stable</release> + <api>stable</api> + </stability> + <license uri="http://www.gnu.org/licenses/gpl.html">GNU GPLv3+</license> + <notes> +- Add styles for new skin "Larry" +- Exec contact_create hook when adding contact (#1486964) +- Make icons skinable +- Display vcard icon on messages list when message is of type vcard + </notes> + </release> </changelog> </package> |