[med-svn] [gnumed-server] 04/06: Imported Upstream version 20.9

Andreas Tille tille at debian.org
Wed Dec 16 15:43:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository gnumed-server.

commit f034075ab3f6bdb317e4b91e164f0f653ea0a999
Author: Andreas Tille <tille at debian.org>
Date:   Wed Dec 16 16:14:58 2015 +0100

    Imported Upstream version 20.9
---
 server/bootstrap/fixup_db-v20.conf                       |  1 +
 server/doc/schema/gnumed-entire_schema.html              |  2 +-
 server/sql/v19-v20/dynamic/v20-release_notes-dynamic.sql | 15 ++++++++-------
 3 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/server/bootstrap/fixup_db-v20.conf b/server/bootstrap/fixup_db-v20.conf
index 6fc4673..995ac9f 100644
--- a/server/bootstrap/fixup_db-v20.conf
+++ b/server/bootstrap/fixup_db-v20.conf
@@ -27,6 +27,7 @@ database alias = gnumed_v20
 minimum postgresql version = 9.1
 schema base directory = ../sql/v19-v20/fixups/
 schema = $schema$
+../dynamic/v20-release_notes-dynamic.sql
 $schema$
 
 #----------------------------------
diff --git a/server/doc/schema/gnumed-entire_schema.html b/server/doc/schema/gnumed-entire_schema.html
index ac003b1..fd98f2c 100644
--- a/server/doc/schema/gnumed-entire_schema.html
+++ b/server/doc/schema/gnumed-entire_schema.html
@@ -112,7 +112,7 @@
   <body>
 
     <!-- Primary Index -->
-	<p><br><br>Dumped on 2015-10-11</p>
+	<p><br><br>Dumped on 2015-11-21</p>
 <h1><a name="index">Index of database - gnumed_v20</a></h1>
 <ul>
     
diff --git a/server/sql/v19-v20/dynamic/v20-release_notes-dynamic.sql b/server/sql/v19-v20/dynamic/v20-release_notes-dynamic.sql
index 96b5817..12b7d57 100644
--- a/server/sql/v19-v20/dynamic/v20-release_notes-dynamic.sql
+++ b/server/sql/v19-v20/dynamic/v20-release_notes-dynamic.sql
@@ -17,18 +17,19 @@ INSERT INTO dem.message_inbox (
 ) VALUES (
 	(select pk from dem.staff where db_user = 'any-doc'),
 	(select pk_type from dem.v_inbox_item_type where type = 'memo' and category = 'administrative'),
-	'Release Notes for GNUmed 1.5.8 (database v20.8)',
-	'GNUmed 1.5.8 Release Notes:
+	'Release Notes for GNUmed 1.5.9 (database v20.9)',
+	'GNUmed 1.5.9 Release Notes:
 
-	1.5.8
+	1.5.9
 
-FIX: SQL formatting when retrieving clinical narrative [thanks Marc]
-FIX: strange case of "curr_pat is None" in top panel [thanks Marc]
+FIX: patient merging [thanks Marc]
 
-	20.8
+IMPROVED: update ES translations [thanks Uwe]
+
+	20.9
 
 no changes
 ');
 
 -- --------------------------------------------------------------
-select gm.log_script_insertion('v20-release_notes-dynamic.sql', '20.8');
+select gm.log_script_insertion('v20-release_notes-dynamic.sql', '20.9');

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gnumed-server.git



More information about the debian-med-commit mailing list