[silva.core.contentlayout][Sylvain Viollon] Tag 3.0.4.

[email protected] Tue, 08 Oct 2013 17:25:32 +0200
Newsgroups gmane.comp.web.zope.silva.cvs
Message-ID <[email protected]>
author:    Sylvain Viollon
date:      Tue Oct 08 17:24:22 2013 +0200
revision:  355:0f5fe2975b09 in silva.core.contentlayout
branch:    2.4
details:   https://hg.infrae.com/silva.core.contentlayout?cmd=changeset;node=0f5fe2975b09
modified:  README.txt docs/HISTORY.txt setup.py
added:     
removed:   
log:       Tag 3.0.4.

Subject: [silva.core.contentlayout][Sylvain Viollon] Added tag silva.core.contentlayout-3.0.4 for changeset 0f5fe2975b09


author:    Sylvain Viollon
date:      Tue Oct 08 17:24:30 2013 +0200
revision:  356:2e10b6245d58 in silva.core.contentlayout
branch:    2.4
details:   https://hg.infrae.com/silva.core.contentlayout?cmd=changeset;node=2e10b6245d58
modified:  .hgtags
added:     
removed:   
log:       Added tag silva.core.contentlayout-3.0.4 for changeset 0f5fe2975b09

Subject: [silva.core.contentlayout][Sylvain Viollon] Bump version.


author:    Sylvain Viollon
date:      Tue Oct 08 17:25:29 2013 +0200
revision:  357:f05cf9da4a44 in silva.core.contentlayout
branch:    2.4
details:   https://hg.infrae.com/silva.core.contentlayout?cmd=changeset;node=f05cf9da4a44
modified:  docs/HISTORY.txt setup.py
added:     
removed:   
log:       Bump version.


diffstat:

 .hgtags          |   1 +
 README.txt       |   2 +-
 docs/HISTORY.txt |  12 +++++++++++-
 setup.py         |   2 +-
 4 files changed, 14 insertions(+), 3 deletions(-)

diffs (57 lines):

diff -r 54ec77030b85 -r f05cf9da4a44 .hgtags
--- a/.hgtags	Fri Aug 30 16:24:00 2013 +0200
+++ b/.hgtags	Tue Oct 08 17:25:29 2013 +0200
@@ -3,3 +3,4 @@
 18e0266cf631902631a55ae2a6e0aa098dcfe036 silva.core.contentlayout-3.0.1
 cf10edddfd826efcd2000d88da580482393a03c9 silva.core.contentlayout-3.0.2
 f8fc6c3dfe3247e475613b82265de55606e5dea5 silva.core.contentlayout-3.0.3
+0f5fe2975b0951aa4962cdfb2c884102d3d4fd44 silva.core.contentlayout-3.0.4
diff -r 54ec77030b85 -r f05cf9da4a44 README.txt
--- a/README.txt	Fri Aug 30 16:24:00 2013 +0200
+++ b/README.txt	Tue Oct 08 17:25:29 2013 +0200
@@ -23,6 +23,6 @@
 
 .. _Silva: http://silvacms.org/
 .. _UCL: http://www.ucl.ac.uk/
-.. _extension developer documentation: http://docs.silvacms.org/trunk/addons/contentlayout/index.html
+.. _extension developer documentation: http://docs.silvacms.org/latest/addons/contentlayout/index.html
 
 
diff -r 54ec77030b85 -r f05cf9da4a44 docs/HISTORY.txt
--- a/docs/HISTORY.txt	Fri Aug 30 16:24:00 2013 +0200
+++ b/docs/HISTORY.txt	Tue Oct 08 17:25:29 2013 +0200
@@ -1,11 +1,21 @@
 Changelog
 =========
 
-3.0.4 (unreleased)
+3.0.5 (unreleased)
 ------------------
 
 - ...
 
+3.0.4 (2013/10/08)
+------------------
+
+- Update tests to be ran inside a transaction to ensure the last
+  author is properly set.
+
+- Update to use new icon API.
+
+- Improve tests.
+
 3.0.3 (2013/08/26)
 ------------------
 
diff -r 54ec77030b85 -r f05cf9da4a44 setup.py
--- a/setup.py	Fri Aug 30 16:24:00 2013 +0200
+++ b/setup.py	Tue Oct 08 17:25:29 2013 +0200
@@ -4,7 +4,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '3.0.4dev'
+version = '3.0.5dev'
 
 tests_require = [
     'Products.Silva [test]',