[silva.system.utils][Sylvain Viollon] Tag 1.4.2.
[email protected] Mon, 26 Aug 2013 17:55:16 +0200
| Newsgroups | gmane.comp.web.zope.silva.cvs |
|---|---|
| Message-ID | <[email protected]> |
author: Sylvain Viollon
date: Mon Aug 26 17:54:16 2013 +0200
revision: 70:1d1dc16618cf in silva.system.utils
branch: 2.4
details: https://hg.infrae.com/silva.system.utils?cmd=changeset;node=1d1dc16618cf
modified: README.txt docs/HISTORY.txt setup.py
added:
removed:
log: Tag 1.4.2.
Subject: [silva.system.utils][Sylvain Viollon] Added tag silva.system.utils-1.4.2 for changeset 1d1dc16618cf
author: Sylvain Viollon
date: Mon Aug 26 17:54:26 2013 +0200
revision: 71:471d808d97aa in silva.system.utils
branch: 2.4
details: https://hg.infrae.com/silva.system.utils?cmd=changeset;node=471d808d97aa
modified: .hgtags
added:
removed:
log: Added tag silva.system.utils-1.4.2 for changeset 1d1dc16618cf
Subject: [silva.system.utils][Sylvain Viollon] Bump version.
author: Sylvain Viollon
date: Mon Aug 26 17:55:01 2013 +0200
revision: 72:ae726b38802b in silva.system.utils
branch: 2.4
details: https://hg.infrae.com/silva.system.utils?cmd=changeset;node=ae726b38802b
modified: docs/HISTORY.txt setup.py
added:
removed:
log: Bump version.
diffstat:
.hgtags | 1 +
README.txt | 6 ++++--
docs/HISTORY.txt | 9 +++++++--
setup.py | 2 +-
4 files changed, 13 insertions(+), 5 deletions(-)
diffs (62 lines):
diff -r bfcddbe82bef -r ae726b38802b .hgtags
--- a/.hgtags Wed Jun 19 14:56:06 2013 +0200
+++ b/.hgtags Mon Aug 26 17:55:01 2013 +0200
@@ -3,3 +3,4 @@
d470b7b3b464a93a7d9fe2589bd1769e175230a0 silva.system.utils-1.3
fb3d0d169214c55bebb3669df36dae701e82ca9e silva.system.utils-1.4
0694073f3d72fea469cd4ae1e0a1ce17cca30c5d silva.system.utils-1.4.1
+1d1dc16618cf204a8fb688745a9cfa599cb591e9 silva.system.utils-1.4.2
diff -r bfcddbe82bef -r ae726b38802b README.txt
--- a/README.txt Wed Jun 19 14:56:06 2013 +0200
+++ b/README.txt Mon Aug 26 17:55:01 2013 +0200
@@ -5,8 +5,8 @@
Introduction
============
-This extension provides a script to help you manage Silva sites in the
-Zope instance from the command line. This will add script into the
+This extension provides a script to help you manage `Silva`_ sites in
+the Zope instance from the command line. This will add script into the
``bin`` directory of your installation called ``silva``.
For most of the operations, the script requires you to provide the
@@ -64,3 +64,5 @@
The code source for this extension can be found in Mercurial at:
https://hg.infrae.com/silva.system.utils/
+
+.. _Silva: http://silvacms.org/
diff -r bfcddbe82bef -r ae726b38802b docs/HISTORY.txt
--- a/docs/HISTORY.txt Wed Jun 19 14:56:06 2013 +0200
+++ b/docs/HISTORY.txt Mon Aug 26 17:55:01 2013 +0200
@@ -1,11 +1,16 @@
Changes
=======
-1.5 (unreleased)
-----------------
+1.4.3 (unreleased)
+------------------
- ...
+1.4.2 (2013/08/26)
+------------------
+
+- Add support to import ZEXP referring to missing filesystem code.
+
1.4.1 (2013/05/23)
------------------
diff -r bfcddbe82bef -r ae726b38802b setup.py
--- a/setup.py Wed Jun 19 14:56:06 2013 +0200
+++ b/setup.py Mon Aug 26 17:55:01 2013 +0200
@@ -5,7 +5,7 @@
from setuptools import setup, find_packages
import os
-version = '1.5dev'
+version = '1.4.3dev'
setup(name='silva.system.utils',
version=version,