[Products.Silva][Sylvain Viollon] Tag 3.0.3.

[email protected] Wed, 09 Oct 2013 17:51:59 +0200
Newsgroups gmane.comp.web.zope.silva.cvs
Message-ID <[email protected]>
author:    Sylvain Viollon
date:      Wed Oct 09 17:50:53 2013 +0200
revision:  11863:ba875589a762 in Products.Silva
branch:    2.4
details:   https://hg.infrae.com/Products.Silva?cmd=changeset;node=ba875589a762
modified:  Products/Silva/HISTORY.txt Products/Silva/README.txt setup.py
added:     
removed:   
log:       Tag 3.0.3.

Subject: [Products.Silva][Sylvain Viollon] Added tag Silva-3.0.3 for changeset ba875589a762


author:    Sylvain Viollon
date:      Wed Oct 09 17:51:07 2013 +0200
revision:  11864:a060f0f7f154 in Products.Silva
branch:    2.4
details:   https://hg.infrae.com/Products.Silva?cmd=changeset;node=a060f0f7f154
modified:  .hgtags
added:     
removed:   
log:       Added tag Silva-3.0.3 for changeset ba875589a762

Subject: [Products.Silva][Sylvain Viollon] Bump version.


author:    Sylvain Viollon
date:      Wed Oct 09 17:51:49 2013 +0200
revision:  11865:ffe5308f7cea in Products.Silva
branch:    2.4
details:   https://hg.infrae.com/Products.Silva?cmd=changeset;node=ffe5308f7cea
modified:  Products/Silva/HISTORY.txt setup.py
added:     
removed:   
log:       Bump version.


diffstat:

 .hgtags                    |   1 +
 Products/Silva/HISTORY.txt |  25 ++++++++++++++++++++++---
 Products/Silva/README.txt  |   6 ++++++
 setup.py                   |   2 +-
 4 files changed, 30 insertions(+), 4 deletions(-)

diffs (70 lines):

diff -r e11ec369377b -r ffe5308f7cea .hgtags
--- a/.hgtags	Tue Sep 24 12:51:32 2013 +0200
+++ b/.hgtags	Wed Oct 09 17:51:49 2013 +0200
@@ -158,3 +158,4 @@
 8efb5435c36b5b222a478326112fc10754638658 Silva-3.0
 1abea73bd1a27369fd5df3b0c736637bf26845dc Silva-3.0.1
 30c1c3a1eb84123fb68b4b6adae66426b68b5e2c Silva-3.0.2
+ba875589a76206443316bca5668da946b07b11a6 Silva-3.0.3
diff -r e11ec369377b -r ffe5308f7cea Products/Silva/HISTORY.txt
--- a/Products/Silva/HISTORY.txt	Tue Sep 24 12:51:32 2013 +0200
+++ b/Products/Silva/HISTORY.txt	Wed Oct 09 17:51:49 2013 +0200
@@ -1,11 +1,30 @@
 Changes
 =======
 
-
-Silva 3.0.3 (unreleased)
+Silva 3.0.4 (unreleased)
 ------------------------
 
-- ...
+- ....
+
+Silva 3.0.3 (2013/10/09)
+------------------------
+
+- Fix various bugs:
+
+   - Regarding broken links and broken ghost.
+
+   - Allow empty string as resize specifier for images.
+
+
+- Refactor icon support to support different icons for different file
+  mimetypes.
+
+- Refactor and optimize how the last modification date and last author
+  is set. It is now set on contents at the end of the request, just
+  before the content is being re-index. This feature is disabled
+  during upgrade (the last modification date and author are not set on
+  content during upgrades).
+
 
 Silva 3.0.2 (2013/05/24)
 ------------------------
diff -r e11ec369377b -r ffe5308f7cea Products/Silva/README.txt
--- a/Products/Silva/README.txt	Tue Sep 24 12:51:32 2013 +0200
+++ b/Products/Silva/README.txt	Wed Oct 09 17:51:49 2013 +0200
@@ -38,3 +38,9 @@
 
 Silva is extensible with new document types and other types of content
 objects.
+
+Code repository
+===============
+
+You can find the code of this extension in Mercurial:
+https://hg.infrae.com/Products.Silva/.
diff -r e11ec369377b -r ffe5308f7cea setup.py
--- a/setup.py	Tue Sep 24 12:51:32 2013 +0200
+++ b/setup.py	Wed Oct 09 17:51:49 2013 +0200
@@ -5,7 +5,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '3.0.3dev'
+version = '3.0.4dev'
 
 tests_require = [
     'silva.pas.base',