]> git.parisson.com Git - telemeta.git/commitdiff
fix infos
authoryomguy <yomguy@parisson.com>
Mon, 31 Oct 2011 13:31:22 +0000 (14:31 +0100)
committeryomguy <yomguy@parisson.com>
Mon, 31 Oct 2011 13:31:22 +0000 (14:31 +0100)
CHANGELOG
README.rst
telemeta/__init__.py

index 3e8763a13208ebaf09587432a9209df44e5311c9..232d1c16cb5a407cc31f2fa74a249f3e1558162c 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+telemeta (1.2) unstable; urgency=low
+
+ * fix the whole setup
+
+-- Guillaume Pellerin <yomguy@parisson.com>  Mon, 31 Oct 2011 13:46:22 +0200
+
 telemeta (1.1-1) unstable; urgency=low
 
  * fix OAI repository names, coverages and headers in according with TGE Adonis specs
index 13f6d802abffcfec9e2296d7245fcf725d3ea92e..e9f0e906a77baa3cd8d6e2f7f56e952f9f7a8fc1 100644 (file)
@@ -4,7 +4,6 @@ README
 
 Telemeta: a web Audio Content Management System
 
-
 Introduction
 ============
 
@@ -29,8 +28,10 @@ existing model has been designed to fit the one of the French Centre of Etnomusi
 but could be easily adapted/overrided to sue other data structures.
 
 
-Installation and usage
-======================
+Installation, upgrade and usage
+================================
+
+**WARNING** : sorry the setup process of 1.1 was just wrong, please upgrade to 1.2 !
 
 See `INSTALL.rst <http://telemeta.org/browser/INSTALL.rst>`_ and `telemeta.org <http://telemeta.org>`_ for more informations.
 
@@ -53,13 +54,14 @@ To get the lastest development version, you need subversion and run::
 
 Licence
 =======
+
 CeCILL v2 (see LICENSE)
 
 
 Bugs and feedback
 =================
 
-You are welcome to freely use this application in accordance to its licence.
+You are welcome to freely use this application in accordance with its licence.
 If you find some bugs, PLEASE leave a ticket on this page:
 
 http://telemeta.org/newticket
index e0e1e31f9c6562b6eb190de3214c6e1a8ea4828c..92a1e658da79e2f89845c68137ace0142a7b09af 100644 (file)
@@ -12,7 +12,7 @@ U{http://telemeta.org}
 """
 
 __docformat__ = 'epytext en'
-__version__ = '1.1'
+__version__ = '1.2'
 __url__ = 'http://telemeta.org'
 __copyright__ = '(C) 2007-2011 Parisson'
 __license__ = 'CeCILL-2'