Changeset: 7e13ceb03f09 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7e13ceb03f09
Modified Files:
        .hgtags
        MonetDB.spec
        debian/changelog
        libversions
Branch: default
Log Message:

Merge with Jun2016 branch.


diffs (92 lines):

diff --git a/.hgtags b/.hgtags
--- a/.hgtags
+++ b/.hgtags
@@ -632,3 +632,5 @@ 4a05df3932a97865ac7e4037361723d5563490b3
 c8b06c670a635978640d742643c317b82c5f4b8c Jun2016_7
 4a05df3932a97865ac7e4037361723d5563490b3 Jun2016_SP1_release
 c8b06c670a635978640d742643c317b82c5f4b8c Jun2016_SP1_release
+731a25ce40993c0d73ee4fcefb286b9a0a2e0981 Jun2016_9
+731a25ce40993c0d73ee4fcefb286b9a0a2e0981 Jun2016_SP2_release
diff --git a/MonetDB.spec b/MonetDB.spec
--- a/MonetDB.spec
+++ b/MonetDB.spec
@@ -114,7 +114,7 @@ Vendor: MonetDB BV <i...@monetdb.org>
 Group: Applications/Databases
 License: MPLv2.0
 URL: http://www.monetdb.org/
-Source: 
http://dev.monetdb.org/downloads/sources/Jun2016-SP1/%{name}-%{version}.tar.bz2
+Source: 
http://dev.monetdb.org/downloads/sources/Jun2016-SP2/%{name}-%{version}.tar.bz2
 
 # we need systemd for the _unitdir macro to exist
 %if %{?rhel:0}%{!?rhel:1} || 0%{?rhel} >= 7
@@ -936,6 +936,23 @@ rm -f %{buildroot}%{_bindir}/Maddlog
 %postun -p /sbin/ldconfig
 
 %changelog
+* Mon Sep 19 2016 Sjoerd Mullender <sjo...@acm.org> - 11.23.9-20160919
+- Rebuilt.
+- BZ#3939: Assert failure on concurrent queries when querying sys.queue
+- BZ#4019: Casting a timestamp from a string results in NULL
+- BZ#4025: expressions in the WHERE clause that evaluates incorrectly
+- BZ#4038: After upgrade from 11.21.19, jdbc couldn't list tables for
+  non sys users
+- BZ#4044: Server crash when trying to delete a table has been added to
+  a merge table with "cascade" at the end
+- BZ#4049: Wrong results for queries with "OR" and "LEFT JOIN"
+- BZ#4052: Infinite loop in rel_select
+- BZ#4054: copy into file wrongly exports functions
+- BZ#4059: Geom functions only visible by user monetdb
+- BZ#4060: BAT leak in some aggregate queries
+- BZ#4062: Error: SELECT: no such binary operator 'like(varchar,varchar)'
+  when used in query running in other schema than sys
+
 * Wed Jul 13 2016 Sjoerd Mullender <sjo...@acm.org> - 11.23.7-20160713
 - Rebuilt.
 - BZ#4014: KILL signal
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,23 @@
+monetdb (11.23.9) unstable; urgency=low
+
+  * Rebuilt.
+  * BZ#3939: Assert failure on concurrent queries when querying sys.queue
+  * BZ#4019: Casting a timestamp from a string results in NULL
+  * BZ#4025: expressions in the WHERE clause that evaluates incorrectly
+  * BZ#4038: After upgrade from 11.21.19, jdbc couldn't list tables for
+    non sys users
+  * BZ#4044: Server crash when trying to delete a table has been added to
+    a merge table with "cascade" at the end
+  * BZ#4049: Wrong results for queries with "OR" and "LEFT JOIN"
+  * BZ#4052: Infinite loop in rel_select
+  * BZ#4054: copy into file wrongly exports functions
+  * BZ#4059: Geom functions only visible by user monetdb
+  * BZ#4060: BAT leak in some aggregate queries
+  * BZ#4062: Error: SELECT: no such binary operator 'like(varchar,varchar)'
+    when used in query running in other schema than sys
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Mon, 19 Sep 2016 09:30:29 +0200
+
 monetdb (11.23.7) unstable; urgency=low
 
   * Rebuilt.
diff --git a/libversions b/libversions
--- a/libversions
+++ b/libversions
@@ -36,13 +36,13 @@
 
 # version of the GDK library (subdirectory gdk; also includes
 # common/options and common/utils)
-GDK_VERSION=13:3:0
+GDK_VERSION=13:4:0
 
 # version of the MAPI library (subdirectory clients/mapilib)
 MAPI_VERSION=8:0:0
 
 # version of the MONETDB5 library (subdirectory monetdb5, not including extras)
-MONETDB5_VERSION=21:3:0
+MONETDB5_VERSION=21:4:0
 
 # version of the STREAM library (subdirectory common/stream)
-STREAM_VERSION=8:1:0
+STREAM_VERSION=8:2:0
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to