Skip to content

Commit

Permalink
Update versions and states.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed May 5, 2014
1 parent df207b4 commit 1d970ea
Show file tree
Hide file tree
Showing 7 changed files with 193 additions and 66 deletions.
52 changes: 42 additions & 10 deletions horde/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
<channel>pear.horde.org</channel>
<summary>Horde Application Framework</summary>
<description>The Horde Application Framework is a flexible, modular, general-purpose web application framework written in PHP. It provides an extensive array of components that are targeted at the common problems and tasks involved in developing modern web applications. It is the basis for a large number of production-level web applications, notably the Horde Groupware suites. For more information on Horde or the Horde Groupware suites, visit http://www.horde.org.</description>
<lead>
<name>Chuck Hagenbuch</name>
<user>chuck</user>
<email>chuck@horde.org</email>
<active>yes</active>
</lead>
<lead>
<name>Jan Schneider</name>
<user>jan</user>
Expand All @@ -28,14 +22,20 @@
<email>mrubinsk@horde.org</email>
<active>yes</active>
</lead>
<date>2014-03-24</date>
<lead>
<name>Chuck Hagenbuch</name>
<user>chuck</user>
<email>chuck@horde.org</email>
<active>no</active>
</lead>
<date>2014-05-05</date>
<version>
<release>5.2.0</release>
<release>5.2.0alpha1</release>
<api>5.2.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="http://www.horde.org/licenses/lgpl">LGPL-2</license>
<notes>
Expand Down Expand Up @@ -3851,5 +3851,37 @@
* [jan] Update Korean translation (Deokgon Kim &lt;dgkim@dgkim.net&gt;).
</notes>
</release>
<release>
<date>2014-05-05</date>
<version>
<release>5.2.0alpha1</release>
<api>5.2.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="http://www.horde.org/licenses/lgpl">LGPL-2</license>
<notes>
* [mms] Add more advanced configuration options for the Redis HashTable driver (Michael Cramer &lt;michael@bigmichi1.de&gt;).
* [jan] Add script to import user preferences from Open-Xchange.
* [mms] The location of dynamically served static files is now configurable (Request #13070).
* [jan] Update Korean translation (Deokgon Kim &lt;dgkim@dgkim.net&gt;.
* [mms] Add a NoSQL driver for history storage.
* [mms] The history driver can now be configured via conf.php.
* [jan] Add mysql encryption option for SQL backends (Request #12962).
* [rla] Add joomla-md5 encryption option for SQL backends (Request #12889).
* [mms] By default, enforce maximum storage size on preferences values.
* [mms] Support UglifyJS for compressing javascript.
* [mjr] Add improved ActiveSync device administration page.
* [mms] Display indication that Caps Lock key is on when entering password on login page (Request #7178).
* [mjr] Add support for configuring a NoSQL driver for ActiveSync state storage.
* [mms] Added &apos;filemtime&apos; configuration option for CSS caching.
* [mjr] Add support for X509 authentication support.
* [mjr] Improve logging options for ActiveSync logging configuration.
* [mjr] Add support for managing ActiveSync devices through the API.
* [mjr] Add prefs for selecting From address when sending email via ActiveSync.
</notes>
</release>
</changelog>
</package>
73 changes: 68 additions & 5 deletions imp/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
<name>Chuck Hagenbuch</name>
<user>chuck</user>
<email>chuck@horde.org</email>
<active>yes</active>
<active>no</active>
</lead>
<date>2014-04-30</date>
<date>2014-05-05</date>
<version>
<release>6.2.0</release>
<release>6.2.0alpha1</release>
<api>6.2.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
Expand Down Expand Up @@ -3568,5 +3568,68 @@
* [jan] Update Korean translation (Deokgon Kim &lt;dgkim@dgkim.net&gt;).
</notes>
</release>
<release>
<date>2014-05-05</date>
<version>
<release>6.2.0alpha1</release>
<api>6.2.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [mms] Don&apos;t set References header in reply message if equal to In-Reply-To header (RFC 5322 [3.6.4]).
* [mms] Add configurable IMAP quota checking interval (Request #12907).
* [mms] Honor &apos;from_link&apos; preference in dynamic view.
* [mms] Add support for storing image data within HTML signatures.
* [mms] Ensure that viewing large mailboxes does not overload the session storage size.
* [mms] Implement web notifications for new mail alerts.
* [mms] Add bare address information to title attribute in viewport on dynamic mailbox page
* [mms] Display flags on the smartmobile mailbox page (Request #12687).
* [mms] Support non-ASCII characters in user-defined flag names (Request #12335).
* [mms] Potentially save a call to the contacts backend when viewing HTML messages if no image data is present in the message.
* [mms] Improved styling of dynamic mailbox page, to fix issues when resizing the browser font size (Bug #13071).
* [mms] Don&apos;t send as multipart/alternative if plaintext part is empty.
* [mms] Add smiley data to message when added via the HTML editor (Request #13051).
* [mms] Add mailbox size information retrieval to dynamic view (Request #12965).
* [mms] Display unread message count in title via favicon bubbles, if browser supports.
* [mms] Abstracted maillog code.
* [mms] Enable configuration of IMAP cache lifetime for Horde_Cache and Hashtable backends.
* [mms] Only refresh quota information when switching to a mailbox the first time.
* [mms] More efficiently store mailbox cache information in the session.
* [mms] Load copy/move mailbox selection list on-demand in smartmobile view.
* [mms] Cache results of inline image view status.
* [mjr] Add IMP_Api::logRecipient.
* [mms] Remove the mail_domain preference.
* [mjr] Add display of reccurence data to iTip viewer (Request #12919).
* [mms] Allow HTML data to be pasted within HTML compose editor paste dialog.
* [mms] Filter outgoing HTML compose messages for XSS vulnerabilities.
* [mms] Add permission to limit the maximum body size of a composed message.
* [mms] Show placeholder image when dropping onto HTML editor while the image is uploaded to the server.
* [mms] Add rate limiting to new mail notification alerts to prevent flooding of the remote mail server (Request #12705).
* [mms] Browser stored preferences are now prefixed by user information.
* [mms] Strip PGP armor text when replying to a message.
* [mms] Move determination whether to scan plaintext messages for PGP data from preferences to MIME viewer configuration.
* [mms] Add copy email option to the address context menu in dynamic view.
* [mms] Support uploading multiple attachments at once in dynamic view.
* [mms] Better reporting of e-mail address errors when composing.
* [mms] Add list information display to dynamic view.
* [jan] Add signatures to compose view.
* [mms] Add keyboard shortcuts to allow a more granular scroll of the dynamic preview pane (Request #12750).
* [mms] Add country flag graphic to contact image information in dynamic view.
* [mms] Address autocompleter on dynamic and basic page now uses a fancy UI.
* [mms] Add ability to specify maximum total attachment size in composed message before all attachments are converted to links.
* [mms] Cache generation of print-specific CSS.
* [mms] Add support for showing a contact image in the contacts popup box in dynamic view.
* [mms] Add ability to create a new filter rule from context menus in the dynamic view.
* [mms] More intelligent sizing of raw message parts opened in a popup window.
* [mms] Load sent-mail mailbox list on demand in dynamic view.
* [mms] Allow configurable access to remote accounts from within a session (Request #8077).
* [jan] Display "Other Options" icon instead of "New Window" icon in collapsed preview headers.
* [mms] More advanced auto-completion for smartmobile view.
</notes>
</release>
</changelog>
</package>
34 changes: 29 additions & 5 deletions ingo/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
<name>Chuck Hagenbuch</name>
<user>chuck</user>
<email>chuck@horde.org</email>
<active>yes</active>
<active>no</active>
</lead>
<date>2014-02-09</date>
<date>2014-05-05</date>
<version>
<release>3.2.0</release>
<release>3.2.0alpha1</release>
<api>3.2.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="http://www.horde.org/licenses/apache">ASL</license>
<notes>
Expand Down Expand Up @@ -1395,5 +1395,29 @@
* [mms] Fix procmail reject recipe (Bug #13060; admin@dei.unipd.it).
</notes>
</release>
<release>
<date>2014-05-05</date>
<version>
<release>3.2.0alpha1</release>
<api>3.2.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="http://www.horde.org/licenses/apache">ASL</license>
<notes>
* [mms] Use standardized &apos;enotify&apos; sieve extension (RFC 5435) by default instead of deprecated &apos;notify&apos; extension (Request #8784).
* [mms] Use standardized &apos;imap4flags&apos; sieve extension (RFC 5232) by default instead of deprecated &apos;imapflags&apos; extension (Request #8784).
* [mms] Add ability to filter rules by mailbox.
* [mms] Add &apos;max_forward&apos; permission (Request #10332).
* [mms] Permissions can now be applied per backend, rather than globally.
* [mms] Replace max blacklist/whitelist configuration parameters with equivalent permissions options.
* [mms] Sorting of rules now done via drag/drop javascript (Request #1993).
* [jan] Make shares table compatible with Oracle.
* [mms] Validate e-mail addresses on the forward and vacation pages (Request #7249).
* [mms] Add &apos;newEmailFilter&apos; API link.
</notes>
</release>
</changelog>
</package>
20 changes: 10 additions & 10 deletions kronolith/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@
<email>jan@horde.org</email>
<active>yes</active>
</lead>
<lead>
<name>Chuck Hagenbuch</name>
<user>chuck</user>
<email>chuck@horde.org</email>
<active>yes</active>
</lead>
<lead>
<name>Michael J Rubinsky</name>
<user>mrubinsk</user>
<email>mrubinsk@horde.org</email>
<active>yes</active>
</lead>
<date>2014-03-28</date>
<lead>
<name>Chuck Hagenbuch</name>
<user>chuck</user>
<email>chuck@horde.org</email>
<active>no</active>
</lead>
<date>2014-05-05</date>
<version>
<release>4.2.0alpha1</release>
<api>4.2.0</api>
</version>
<stability>
<release>alpha</release>
<api>stable</api>
<api>alpha</api>
</stability>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
Expand Down Expand Up @@ -2309,8 +2309,8 @@
<api>4.2.0</api></version>
<stability>
<release>alpha</release>
<api>stable</api></stability>
<date>2014-03-28</date>
<api>alpha</api></stability>
<date>2014-05-05</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [mjr] Gracefully handle import errors in dynamic interface (Bug #11127).
Expand Down
34 changes: 22 additions & 12 deletions mnemo/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@
<channel>pear.horde.org</channel>
<summary>A web based notes manager</summary>
<description>The Mnemo Note Manager is the Horde notes/memos application. It allows users to keep web-based notes and freeform text. Notes may be shared with other users via shared notepads. It requires the Horde Application Framework and an SQL database or Kolab server for backend storage.</description>
<lead>
<name>Chuck Hagenbuch</name>
<user>chuck</user>
<email>chuck@horde.org</email>
<active>yes</active>
</lead>
<lead>
<name>Jan Schneider</name>
<user>jan</user>
<email>jan@horde.org</email>
<active>yes</active>
</lead>
<date>2013-10-29</date>
<lead>
<name>Chuck Hagenbuch</name>
<user>chuck</user>
<email>chuck@horde.org</email>
<active>no</active>
</lead>
<date>2014-05-05</date>
<version>
<release>4.2.0</release>
<release>4.2.0alpha1</release>
<api>4.0.0</api>
</version>
<stability>
<release>alpha</release>
<api>stable</api>
<api>alpha</api>
</stability>
<license uri="http://www.horde.org/licenses/apache">ASL</license>
<notes>
Expand Down Expand Up @@ -194,6 +194,12 @@
<file name="mnemo.po" role="horde" />
</dir> <!-- /locale/ja/LC_MESSAGES -->
</dir> <!-- /locale/ja -->
<dir name="ko">
<dir name="LC_MESSAGES">
<file name="mnemo.mo" role="horde" />
<file name="mnemo.po" role="horde" />
</dir> <!-- /locale/ko/LC_MESSAGES -->
</dir> <!-- /locale/ko -->
<dir name="lt">
<dir name="LC_MESSAGES">
<file name="mnemo.mo" role="horde" />
Expand Down Expand Up @@ -309,6 +315,7 @@
<file name="4_mnemo_upgrade_sqlhierarchical.php" role="horde" />
<file name="5_mnemo_upgrade_sqlnghierarchical.php" role="horde" />
<file name="6_mnemo_upgrade_categoriestotags.php" role="horde" />
<file name="7_mnemo_upgrade_parents.php" role="horde" />
</dir> <!-- /migration -->
<dir name="note">
<file name="index.php" role="horde" />
Expand Down Expand Up @@ -662,6 +669,8 @@
<install as="mnemo/locale/it/LC_MESSAGES/mnemo.po" name="locale/it/LC_MESSAGES/mnemo.po" />
<install as="mnemo/locale/ja/LC_MESSAGES/mnemo.mo" name="locale/ja/LC_MESSAGES/mnemo.mo" />
<install as="mnemo/locale/ja/LC_MESSAGES/mnemo.po" name="locale/ja/LC_MESSAGES/mnemo.po" />
<install as="mnemo/locale/ko/LC_MESSAGES/mnemo.mo" name="locale/ko/LC_MESSAGES/mnemo.mo" />
<install as="mnemo/locale/ko/LC_MESSAGES/mnemo.po" name="locale/ko/LC_MESSAGES/mnemo.po" />
<install as="mnemo/locale/lt/LC_MESSAGES/mnemo.mo" name="locale/lt/LC_MESSAGES/mnemo.mo" />
<install as="mnemo/locale/lt/LC_MESSAGES/mnemo.po" name="locale/lt/LC_MESSAGES/mnemo.po" />
<install as="mnemo/locale/lv/help.xml" name="locale/lv/help.xml" />
Expand Down Expand Up @@ -705,6 +714,7 @@
<install as="mnemo/migration/4_mnemo_upgrade_sqlhierarchical.php" name="migration/4_mnemo_upgrade_sqlhierarchical.php" />
<install as="mnemo/migration/5_mnemo_upgrade_sqlnghierarchical.php" name="migration/5_mnemo_upgrade_sqlnghierarchical.php" />
<install as="mnemo/migration/6_mnemo_upgrade_categoriestotags.php" name="migration/6_mnemo_upgrade_categoriestotags.php" />
<install as="mnemo/migration/7_mnemo_upgrade_parents.php" name="migration/7_mnemo_upgrade_parents.php" />
<install as="mnemo/note/index.php" name="note/index.php" />
<install as="mnemo/note/pdf.php" name="note/pdf.php" />
<install as="mnemo/notepads/create.php" name="notepads/create.php" />
Expand Down Expand Up @@ -1134,12 +1144,12 @@
</release>
<release>
<version>
<release>4.2.0</release>
<release>4.2.0alpha1</release>
<api>4.0.0</api></version>
<stability>
<release>alpha</release>
<api>stable</api></stability>
<date>2013-08-14</date>
<api>alpha</api></stability>
<date>2014-05-05</date>
<license uri="http://www.horde.org/licenses/apache">ASL</license>
<notes>
* [jan] Make SQL backend compatible with Oracle.
Expand Down

0 comments on commit 1d970ea

Please sign in to comment.