[openads-Commits] r4840 - in trunk: . data/pgsql dyn

0 views
Skip to first unread message

sof...@adullact.net

unread,
Aug 12, 2016, 12:18:09 PM8/12/16
to openmairi...@googlegroups.com
Author: softime
Date: 2016-08-12 18:18:03 +0200 (Fri, 12 Aug 2016)
New Revision: 4840

Added:
trunk/data/pgsql/v3.32.1.sql
Removed:
trunk/data/pgsql/v3.32.1.dev0.init_data.sql
trunk/data/pgsql/v3.32.1.dev0.sql
Modified:
trunk/
trunk/EXTERNALS.txt
trunk/HISTORY.txt
trunk/data/pgsql/install.sql
trunk/dyn/version.inc.php
Log:
* Preparation release : 3.32.1

Index: trunk
===================================================================
--- trunk 2016-08-12 16:04:23 UTC (rev 4839)
+++ trunk 2016-08-12 16:18:03 UTC (rev 4840)

Property changes on: trunk
___________________________________________________________________
Modified: svn:externals
## -3,15 +3,15 ##
#

# framework openmairie_exemple
-core svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/core
-css svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/css
-js svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/js
-img svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/img
-lib svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/lib
-php svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/php
-scr svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/scr
-spg svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/spg
-tests/resources/core/ svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/tests/resources/core/
+core -r 3550 svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/core
+css -r 3550 svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/css
+js -r 3550 svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/js
+img -r 3550 svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/img
+lib -r 3550 svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/lib
+php -r 3550 svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/php
+scr -r 3550 svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/scr
+spg -r 3550 svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/spg
+tests/resources/core/ -r 3550 svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/tests/resources/core/

# theme
om-theme svn://scm.adullact.net/svnroot/openmairie/externals/om-theme/smoothness/tags/1.0.1
Modified: trunk/EXTERNALS.txt
===================================================================
--- trunk/EXTERNALS.txt 2016-08-12 16:04:23 UTC (rev 4839)
+++ trunk/EXTERNALS.txt 2016-08-12 16:18:03 UTC (rev 4840)
@@ -3,15 +3,15 @@
#

# framework openmairie_exemple
-core svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/core
-css svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/css
-js svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/js
-img svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/img
-lib svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/lib
-php svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/php
-scr svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/scr
-spg svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/spg
-tests/resources/core/ svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/tests/resources/core/
+core -r 3550 svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/core
+css -r 3550 svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/css
+js -r 3550 svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/js
+img -r 3550 svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/img
+lib -r 3550 svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/lib
+php -r 3550 svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/php
+scr -r 3550 svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/scr
+spg -r 3550 svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/spg
+tests/resources/core/ -r 3550 svn://scm.adullact.net/svnroot/openmairie/openmairie_exemple/trunk/tests/resources/core/

# theme
om-theme svn://scm.adullact.net/svnroot/openmairie/externals/om-theme/smoothness/tags/1.0.1

Modified: trunk/HISTORY.txt
===================================================================
--- trunk/HISTORY.txt 2016-08-12 16:04:23 UTC (rev 4839)
+++ trunk/HISTORY.txt 2016-08-12 16:18:03 UTC (rev 4840)
@@ -1,7 +1,7 @@
openADS Historique des versions
===============================

-3.32.1 (unreleased)
+3.32.1 (12/08/2016)
-------------------

* Correction - Le numéro de version du dossier d'instruction est désormais

Modified: trunk/data/pgsql/install.sql
===================================================================
--- trunk/data/pgsql/install.sql 2016-08-12 16:04:23 UTC (rev 4839)
+++ trunk/data/pgsql/install.sql 2016-08-12 16:18:03 UTC (rev 4840)
@@ -58,8 +58,8 @@
\i update_sequences.sql

-- Mise à jour depuis la dernière version (en cours de développement)
-\i v3.32.1.dev0.sql
-\i v3.32.1.dev0.init_data.sql
+--\i v3.32.1.dev0.sql
+--\i v3.32.1.dev0.init_data.sql

\set schema '\'openads\''
\i update_sequences.sql

Deleted: trunk/data/pgsql/v3.32.1.dev0.init_data.sql
===================================================================
Deleted: trunk/data/pgsql/v3.32.1.dev0.sql
===================================================================
Copied: trunk/data/pgsql/v3.32.1.sql (from rev 4839, trunk/data/pgsql/v3.32.1.dev0.sql)
===================================================================
Modified: trunk/dyn/version.inc.php
===================================================================
--- trunk/dyn/version.inc.php 2016-08-12 16:04:23 UTC (rev 4839)
+++ trunk/dyn/version.inc.php 2016-08-12 16:18:03 UTC (rev 4840)
@@ -9,6 +9,6 @@
/**
* Le numero de version est affiche en permanence dans le footer
*/
-$version = "3.32.1.dev0";
+$version = "3.32.1";

?>

Reply all
Reply to author
Forward
0 new messages