Changeset: b493f1b9b1e6 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b493f1b9b1e6
Modified Files:
        
Branch: default
Log Message:

Merge with Apr2011 branch.


diffs (59 lines):

diff --git a/gdk/ChangeLog.Apr2011 b/gdk/ChangeLog.Apr2011
--- a/gdk/ChangeLog.Apr2011
+++ b/gdk/ChangeLog.Apr2011
@@ -1,3 +1,8 @@
 # ChangeLog file for MonetDB
 # This file is updated with Maddlog
 
+* Thu Apr 14 2011 Sjoerd Mullender <[email protected]>
+- Fixed bugs in antiselect which gave the incorrect result when upper
+  and lower bount were equal.  This bug could be triggered by the SQL
+  query SELECT * FROM t WHERE x NOT BETWEEN y AND y.
+
diff --git a/libversions b/libversions
--- a/libversions
+++ b/libversions
@@ -18,14 +18,25 @@
 #   5. If any interfaces have been removed or changed since the last
 #      public release, then set AGE to 0.
 
-# version of the GDK library (subdirectory gdk)
-GDK_VERSION=2:0:0
+# In other words
+# - if there are no code changes, don't change version numbers;
+# - if there are changes to the code (bug fixes) but no API changes,
+#   just increment REVISION;
+# - if there are only backward compatible API changes (new
+#   interfaces), increment both CURRENT and AGE, and set REVISION to
+#   0;
+# - if there are also incompatible API changes (interfaces removed or
+#   changed), increment CURRENT, and set AGE and REVISION to 0.
+
+# version of the GDK library (subdirectory gdk; also includes
+# common/options and common/mutils)
+GDK_VERSION=3:0:0
 
 # version of the MAPI library (subdirectory clients/mapilib)
-MAPI_VERSION=2:0:0
+MAPI_VERSION=3:0:0
 
 # version of the MONETDB5 library (subdirectory monetdb5, not including extras)
-MONETDB5_VERSION=6:0:0
+MONETDB5_VERSION=7:0:0
 
 # version of the STREAM library (subdirectory common/stream)
 STREAM_VERSION=2:0:0
diff --git a/sql/ChangeLog.Apr2011 b/sql/ChangeLog.Apr2011
--- a/sql/ChangeLog.Apr2011
+++ b/sql/ChangeLog.Apr2011
@@ -1,3 +1,10 @@
 # ChangeLog file for sql
 # This file is updated with Maddlog
 
+* Thu Apr 14 2011 Sjoerd Mullender <[email protected]>
+- Some names in the SQL catalog were changed.  This means that the
+  database in the Apr2011 release is not compatible with pre-Apr2011
+  databases.  The database is converted automatically when opened the
+  first time.  This database can then no longer be read by an older
+  release.
+
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to