[glom/glom-1-14] 1.14.5



commit 55b7296b8ba4067c45d8452195eaad25a5c7b165
Author: Murray Cumming <murrayc murrayc com>
Date:   Sun Jul 25 14:10:00 2010 +0200

    1.14.5

 ChangeLog    |    8 +++++---
 NEWS         |    5 +++++
 configure.ac |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 904e0ef..6ad457f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,13 @@
+1.14.5:
+
 2010-07-25  Murray Cumming  <murrayc murrayc com>
 
 	Allow unique fields with same name in multiple tables.
 
 	* glom/libglom/connectionpool_backends/postgres.cc:
-	change_column(): Prefix the table name to the constraint name when 
-	setting/removing the unique-key constraint, as libgda (or PostgreSQL) 
-	seems to do when creating a field. This prevents a clash when two tables 
+	change_column(): Prefix the table name to the constraint name when
+	setting/removing the unique-key constraint, as libgda (or PostgreSQL)
+	seems to do when creating a field. This prevents a clash when two tables
 	have the same field name, and both should be unique.
 	This is nasty code anyway that I would rather have in libgda.
 	This fixes bug #625192 (fmyhr).
diff --git a/NEWS b/NEWS
index 625bcf5..a13c5b8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+1.14.5 (stable):
+
+* Allow unique fields with same name in multiple tables.
+  (Murray Cumming) Bug #625192 (fmyhr).
+
 1.14.4 (stable):
 
 * Developer menu: Added Export Backup and Restore Backup menu items.
diff --git a/configure.ac b/configure.ac
index d7d9653..c5d5279 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU General Public License
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([Glom],[1.14.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.14.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
 AC_PREREQ(2.63)
 
 AC_CONFIG_SRCDIR([glom/main.cc])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]