CPS 3.5.1 tagged & heads up for bleeding edge instances
Georges Racinet <[email protected]> Sun, 03 Oct 2010 12:33:15 +0200
| Newsgroups | gmane.comp.web.zope.cps.devel |
|---|---|
| Message-ID | <[email protected]> |
This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --===============1796479668== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigA3EB6EC84099AB0943BBEE49" This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigA3EB6EC84099AB0943BBEE49 Content-Type: multipart/mixed; boundary="------------020707010606000808070703" This is a multi-part message in MIME format. --------------020707010606000808070703 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi everyone, CPS 3.5.1 has finally been tagged a few minutes ago. The only remaining issues attached to this milestone in the track fall in the Community and Packaging components. I will merge the future-3.5.2 branch in the default branch this afternoon. For people with bleeding edge instances (on the default branch), this means a really big set of changes. If you want to benefit from the latest bug fixes in 3.5.1 without this merge, just update to the CPS-3.5.1 tag. I'm attaching the changelog for CPS-3-full from 3.5.1rc2. Other changelogs can easily be issued with 'hgbundler bundle-changelog' Overall, this 3.5.1 version has had a longer maturation time, with two release candidates, because of the major unicode migration. As a result, the next release, CPS 3.5.2 has had parallel development and is actually very near, and I'm really pleased to say that. The features that remain to be finished in 3.5.2 are driven by customer projects, so that's a really sane situation. As for the future, we can get back to a shorter release cycle, with no release candidates unless people ask for them. Therefore, I'd like to tag 3.5.2 at the end of the month. Take care, and remember that http://trac.cps-cms.org is open to registration. --=20 Georges Racinet, http://www.racinet.fr Zope/CPS expertise, assistance & development GPG: 0x4862FFF7 identi.ca & twitter: gracinet --------------020707010606000808070703 Content-Type: text/plain; name="CHANGELOG_CPS-3-full_3.5.1-rc2_3.5.1.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="CHANGELOG_CPS-3-full_3.5.1-rc2_3.5.1.txt" =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D CHANGELOG between bundles tags CPS-3.5.1-rc2 and CPS-3.5.1 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D New tag: CPS-3.5.1 Old tag: CPS-3.5.1-rc2 Removed products ----------------- CPSMailAccess CPSTaskTracker Changed products ----------------- * CPSWorkflow 0.12.4 -> 0.12.5 * CPSWiki 1.3.1 -> 1.3.2 * CPSUid 0.1.6 -> 0.1.7 * CPSDocument 1.3.2 -> 1.3.3 * CPSDefault 4.4.0 -> 4.4.1 * CPSCourrier 0.26.0 -> 0.27.0 * CPSSharedCalendar 2.9.12 -> 2.9.13 * CPSPortlets 1.2.4 -> 1.2.5 * TranslationService 0.12.0 -> 0.12.1 * CPSDirectory 1.47.0 -> 1.47.1 * CPSCore 3.41.0 -> 3.41.1 * CPSUtil 1.6.1 -> 1.7.0 * CPSonFive 1.6.2 -> 1.7.0 * CPSDesignerThemes 0.4.2 -> 0.4.3 * CPSSchemas 1.11.1 -> 1.11.2 Features ~~~~~~~~~ * [CPSCourrier] - UNICODE (unit tests ok) * [CPSUtil] - #2206: generic mkcpsinstance and mkcpsdevinstance * [CPSonFive] - #2200: stop harcoding iso-8859-15 Bug fixes ~~~~~~~~~~ * [CPSWorkflow] - #2179: Unicode upgrade step for workflow transition com= ments * [CPSWiki] - Adapted to TinyMCE * [CPSWiki] - Don't show AJAX speedup edit button if the wiki parser is H= TML * [CPSUid] - Fixed unit tests that had been broken for 4 years * [CPSDocument] - #2215: upgrade step corresponding to #2186 * [CPSDocument] - #2216 (related to): factorized the pure datamodel part = of unicode upgrade to CPSSchemas * [CPSDefault] - #2219: Advanced search form: 'updated since' is broken * [CPSDefault] - #2196: avoid error on some preview links * [CPSDefault] - #2201: site creation job * [CPSDefault] - #2230: Improve usability of the reset password functiona= lity * [CPSDefault] - #2184: registered workflow history upgrade in global uni= code upgrade job * [CPSDefault] - #2184: registered ZODB directory upgrade in global unico= de upgrade job * [CPSSharedCalendar] - #2199: calendar portlet not unicode ready * [CPSPortlets] - #2235: syndication exports now UTF-8 * [CPSPortlets] - #2237: content portlet syndication titles now local * [CPSPortlets] - #2236: honouring new window property of RSS Channel * [TranslationService] - #2198: harcoded encoding in default values treat= ment * [CPSDirectory] - #2229: lists in csv export * [CPSDirectory] - #2216: ZODB directory unicode upgrade step * [CPSCore] - #2211: new properties import error * [CPSCore] - #2183: provided new walking utilities : all proxies and all= but folders * [CPSUtil] - doctest fix on Debian lenny=20 * [CPSUtil] - Fixed #2231: HTML previews of documents are wrongly encoded= * [CPSDesignerThemes] - #2241: broken export step if no root container * [CPSDesignerThemes] - Put fs path in exception message * [CPSSchemas] - #2220: ModifiedSearchWidget validation issues * [CPSSchemas] - #2218: Validation errors for file objects coming from a = datamodel * [CPSSchemas] - #2216 (related to): generic unicode upgrade method for d= atamodels * [CPSSchemas] - #1998: fixed some rarely executed internal logic * [CPSSchemas] - #2232: Make TinyMCE use CPS CSS files in the content ren= der view * [CPSSchemas] - #2115: Text widget with hidden_empty now effectively dis= appears --------------020707010606000808070703-- --------------enigA3EB6EC84099AB0943BBEE49 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJMqFvrAAoJEOAffZJiF+Z4i8wH/0dqnIfWyRnCb3UEJAf/saKn rR88XORsGyrf2XNQvXutOLZgpWe1P1G49U2FZI4K7yUdqYpGXooJflt8F3bBFmI4 1n7QcElrnmxUG9XujLUkUUcvJTxCsV68Gc9y3z1XItUXUfR/qs6dLcQeacTbRnE5 5mm/COjvm2/A0FrmfsH3NxjO14VkWueF64vqP7lSL33XomrnVD0CicM8mEgvs9h7 6+wfDnCH4php/SC/tkJn/bBBrJxhHuzTb7vuaiZ2yJf10AoKjAhaD7JUWWwBqz69 +M4WIu34IrF9xn4QnX5n/WvOaTgp0pLVIPjb2dXyzf3DatwRdgRX0xGdo4V8Hxk= =su6L -----END PGP SIGNATURE----- --------------enigA3EB6EC84099AB0943BBEE49-- --===============1796479668== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ cps-devel mailing list http://lists.nuxeo.com/mailman/listinfo/cps-devel --===============1796479668==--