Changeset: 1f6d48b7e4fa for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1f6d48b7e4fa
Added Files:
        clients/python2/ChangeLog-Archive
        clients/python3/ChangeLog-Archive
Removed Files:
        buildtools/ChangeLog.Feb2013
        clients/ChangeLog.Feb2013
        gdk/ChangeLog.Feb2013
        geom/ChangeLog.Feb2013
        java/ChangeLog.Feb2013
        monetdb5/ChangeLog.Feb2013
        sql/ChangeLog.Feb2013
        testing/ChangeLog.Feb2013
        tools/merovingian/ChangeLog.Feb2013
Modified Files:
        MonetDB.spec
        buildtools/ChangeLog-Archive
        buildtools/ChangeLog.Jan2014
        clients/ChangeLog-Archive
        clients/ChangeLog.Jan2014
        clients/python2/ChangeLog.Jan2014
        clients/python3/ChangeLog.Jan2014
        debian/changelog
        gdk/ChangeLog-Archive
        gdk/ChangeLog.Jan2014
Branch: Jan2014
Log Message:

Moved contents of ChangeLog.Feb2013 and ChangeLog.Jan2014 to MonetDB.spec, 
debian/changelog and ChangeLog-Archive.


diffs (truncated from 389 to 300 lines):

diff --git a/MonetDB.spec b/MonetDB.spec
--- a/MonetDB.spec
+++ b/MonetDB.spec
@@ -27,7 +27,7 @@ Vendor: MonetDB BV <[email protected]>
 Group: Applications/Databases
 License: MPL - http://www.monetdb.org/Legal/MonetDBLicense
 URL: http://www.monetdb.org/
-Source: 
http://dev.monetdb.org/downloads/sources/Feb2013-SP6/%{name}-%{version}.tar.bz2
+Source: 
http://dev.monetdb.org/downloads/sources/Jan2014/%{name}-%{version}.tar.bz2
 
 BuildRequires: bison
 BuildRequires: bzip2-devel
@@ -796,6 +796,67 @@ mv $RPM_BUILD_ROOT%{_datadir}/doc/MonetD
 rm -fr $RPM_BUILD_ROOT
 
 %changelog
+* Tue Jan 14 2014 Sjoerd Mullender <[email protected]> - 11.17.1-20140114
+- Rebuilt.
+- BZ#3040: Wrong NULL behavior in EXCEPT and INTERSECT
+- BZ#3092: ODBC client doesn't support scalar function escape
+- BZ#3198: SIGSEGV insert_string_bat (b=0x7fffe419d0a0, n=0x7fffc4006010,
+  append=0) at gdk_batop.c:196
+- BZ#3210: Unexpected concurrency conflict when inserting to 2 tables
+  simultaneously and querying one of them
+- BZ#3273: Add support to Python DBAPI package for timetz, inet and
+  url types
+- BZ#3285: no such table 'queryHistory'
+- BZ#3298: GDKmmap messages and monetdb start db takes very long
+- BZ#3354: Introduce query time-out
+- BZ#3371: (i)like generates batloop instead of algebra.likesubselect
+- BZ#3372: Large group by queries never complete - server at 100%
+  cpu(all cores) until MonetDB stopped
+- BZ#3383: Bad performance with DISTINCT GROUP BY
+- BZ#3391: Bad performance with GROUP BY and FK with out aggregate
+  function
+- BZ#3393: "COPY .. INTO ..." - escape of string quotes
+- BZ#3399: server crashed on simple (malformed) query
+- BZ#3401: inconsistent/strange handling of invalid dates
+  (e.g. 2013-02-29) in where clause
+- BZ#3403: NOT NULL constraint can't be applied after deleting rows with
+  null values
+- BZ#3404: Assertion `h->storage == STORE_MMAP' failed.
+- BZ#3408: nested concat query crashed server
+- BZ#3411: (disguised) BETWEEN clause not recognised. Hence no rangejoin.
+- BZ#3412: Boolean expressions in WHERE clause, result in incorrect
+  resulsts
+- BZ#3417: Nested Common Table Expressions Crash
+
+* Tue Dec 10 2013 Sjoerd Mullender <[email protected]> - 11.17.1-20140114
+- buildtools: Created packages for RPM based systems and Debian/Ubunty 
containing
+  the MonetDB interface to the GNU Scientific Library (gsl).
+
+* Wed Nov 20 2013 Sjoerd Mullender <[email protected]> - 11.17.1-20140114
+- gdk: Removed some unused fields in the atomDesc structure.  This change
+  requires a complete recompilation of the whole suite.
+
+* Wed Nov 20 2013 Sjoerd Mullender <[email protected]> - 11.17.1-20140114
+- clients: ODBC: Implemented {fn scalar()} and {interval ...} escapes.
+
+* Wed Nov 20 2013 Gijs Molenaar <[email protected]> - 11.17.1-20140114
+- python2: Changed defaults for connecting (defaults to unix socket now).
+- python2: Unix sockets partially working for control protocol.
+- python2: Add support for unix socket.
+
+* Wed Nov 20 2013 Gijs Molenaar <[email protected]> - 11.17.1-20140114
+- python3: Changed defaults for connecting (defaults to unix socket now).
+- python3: Unix sockets partially working for control protocol.
+- python3: Add support for unix socket.
+
+* Wed Nov 20 2013 Sjoerd Mullender <[email protected]> - 11.17.1-20140114
+- buildtools: We no longer install the .la files in our Fedora/Debian/Ubuntu 
packages.
+
+* Wed Nov 20 2013 Sjoerd Mullender <[email protected]> - 11.17.1-20140114
+- gdk: Replaced the mutex implementation for both GNU C and Visual Studio with
+  a home-grown implementation that uses atomic instructions (__sync_*()
+  in gcc, _Interlocked*() in VS).
+
 * Wed Nov 20 2013 Sjoerd Mullender <[email protected]> - 11.15.19-20131120
 - Rebuilt.
 - BZ#3243: Segmentation fault (possible data corruption) after clean
diff --git a/buildtools/ChangeLog-Archive b/buildtools/ChangeLog-Archive
--- a/buildtools/ChangeLog-Archive
+++ b/buildtools/ChangeLog-Archive
@@ -1,6 +1,13 @@
 # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY
 # This file contains past ChangeLog entries
 
+* Tue Dec 10 2013 Sjoerd Mullender <[email protected]> - 11.17.1-20140114
+- Created packages for RPM based systems and Debian/Ubunty containing
+  the MonetDB interface to the GNU Scientific Library (gsl).
+
+* Thu Jun 20 2013 Sjoerd Mullender <[email protected]> - 11.17.1-20140114
+- We no longer install the .la files in our Fedora/Debian/Ubuntu packages.
+
 * Mon Jul 16 2012 Sjoerd Mullender <[email protected]> - 11.13.1-20121010
 - Removed --enable-noexpand configure option.
 
diff --git a/buildtools/ChangeLog.Feb2013 b/buildtools/ChangeLog.Feb2013
deleted file mode 100644
--- a/buildtools/ChangeLog.Feb2013
+++ /dev/null
@@ -1,3 +0,0 @@
-# ChangeLog file for buildtools
-# This file is updated with Maddlog
-
diff --git a/buildtools/ChangeLog.Jan2014 b/buildtools/ChangeLog.Jan2014
--- a/buildtools/ChangeLog.Jan2014
+++ b/buildtools/ChangeLog.Jan2014
@@ -1,10 +1,3 @@
 # ChangeLog file for buildtools
 # This file is updated with Maddlog
 
-* Tue Dec 10 2013 Sjoerd Mullender <[email protected]>
-- Created packages for RPM based systems and Debian/Ubunty containing
-  the MonetDB interface to the GNU Scientific Library (gsl).
-
-* Thu Jun 20 2013 Sjoerd Mullender <[email protected]>
-- We no longer install the .la files in our Fedora/Debian/Ubuntu packages.
-
diff --git a/clients/ChangeLog-Archive b/clients/ChangeLog-Archive
--- a/clients/ChangeLog-Archive
+++ b/clients/ChangeLog-Archive
@@ -1,6 +1,9 @@
 # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY
 # This file contains past ChangeLog entries
 
+* Fri Sep  6 2013 Sjoerd Mullender <[email protected]> - 11.17.1-20140114
+- ODBC: Implemented {fn scalar()} and {interval ...} escapes.
+
 * Tue Nov 19 2013 Sjoerd Mullender <[email protected]> - 11.15.19-20131120
 - mclient: Fixed a bug where the -H option only worked if the readline
   history file already existed.  Now we properly create and use the
diff --git a/clients/ChangeLog.Feb2013 b/clients/ChangeLog.Feb2013
deleted file mode 100644
--- a/clients/ChangeLog.Feb2013
+++ /dev/null
@@ -1,3 +0,0 @@
-# ChangeLog file for clients
-# This file is updated with Maddlog
-
diff --git a/clients/ChangeLog.Jan2014 b/clients/ChangeLog.Jan2014
--- a/clients/ChangeLog.Jan2014
+++ b/clients/ChangeLog.Jan2014
@@ -1,6 +1,3 @@
 # ChangeLog file for clients
 # This file is updated with Maddlog
 
-* Fri Sep  6 2013 Sjoerd Mullender <[email protected]>
-- ODBC: Implemented {fn scalar()} and {interval ...} escapes.
-
diff --git a/clients/python2/ChangeLog-Archive 
b/clients/python2/ChangeLog-Archive
new file mode 100644
--- /dev/null
+++ b/clients/python2/ChangeLog-Archive
@@ -0,0 +1,8 @@
+# DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY
+# This file contains past ChangeLog entries
+
+* Thu Sep  5 2013 Gijs Molenaar <[email protected]> - 11.17.1-20140114
+- Changed defaults for connecting (defaults to unix socket now).
+- Unix sockets partially working for control protocol.
+- Add support for unix socket.
+
diff --git a/clients/python2/ChangeLog.Jan2014 
b/clients/python2/ChangeLog.Jan2014
--- a/clients/python2/ChangeLog.Jan2014
+++ b/clients/python2/ChangeLog.Jan2014
@@ -1,8 +1,3 @@
 # ChangeLog file for python2
 # This file is updated with Maddlog
 
-* Thu Sep  5 2013 Gijs Molenaar <[email protected]>
-- Changed defaults for connecting (defaults to unix socket now).
-- Unix sockets partially working for control protocol.
-- Add support for unix socket.
-
diff --git a/clients/python3/ChangeLog-Archive 
b/clients/python3/ChangeLog-Archive
new file mode 100644
--- /dev/null
+++ b/clients/python3/ChangeLog-Archive
@@ -0,0 +1,8 @@
+# DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY
+# This file contains past ChangeLog entries
+
+* Thu Sep  5 2013 Gijs Molenaar <[email protected]> - 11.17.1-20140114
+- Changed defaults for connecting (defaults to unix socket now).
+- Unix sockets partially working for control protocol.
+- Add support for unix socket.
+
diff --git a/clients/python3/ChangeLog.Jan2014 
b/clients/python3/ChangeLog.Jan2014
--- a/clients/python3/ChangeLog.Jan2014
+++ b/clients/python3/ChangeLog.Jan2014
@@ -1,8 +1,3 @@
 # ChangeLog file for python2
 # This file is updated with Maddlog
 
-* Thu Sep  5 2013 Gijs Molenaar <[email protected]>
-- Changed defaults for connecting (defaults to unix socket now).
-- Unix sockets partially working for control protocol.
-- Add support for unix socket.
-
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,94 @@
+monetdb (11.17.1-20140114) unstable; urgency=low
+
+  * Rebuilt.
+
+ -- Sjoerd Mullender <[email protected]>  Tue, 14 Jan 2014 14:39:05 +0100
+
+monetdb (11.17.1-20140114) unstable; urgency=low
+
+  * Rebuilt.
+  * BZ#3040: Wrong NULL behavior in EXCEPT and INTERSECT
+  * BZ#3092: ODBC client doesn't support scalar function escape
+  * BZ#3198: SIGSEGV insert_string_bat (b=0x7fffe419d0a0, n=0x7fffc4006010,
+    append=0) at gdk_batop.c:196
+  * BZ#3210: Unexpected concurrency conflict when inserting to 2 tables
+    simultaneously and querying one of them
+  * BZ#3273: Add support to Python DBAPI package for timetz, inet and
+    url types
+  * BZ#3285: no such table 'queryHistory'
+  * BZ#3298: GDKmmap messages and monetdb start db takes very long
+  * BZ#3354: Introduce query time-out
+  * BZ#3371: (i)like generates batloop instead of algebra.likesubselect
+  * BZ#3372: Large group by queries never complete - server at 100%
+    cpu(all cores) until MonetDB stopped
+  * BZ#3383: Bad performance with DISTINCT GROUP BY
+  * BZ#3391: Bad performance with GROUP BY and FK with out aggregate
+    function
+  * BZ#3393: "COPY .. INTO ..." - escape of string quotes
+  * BZ#3399: server crashed on simple (malformed) query
+  * BZ#3401: inconsistent/strange handling of invalid dates
+    (e.g. 2013-02-29) in where clause
+  * BZ#3403: NOT NULL constraint can't be applied after deleting rows with
+    null values
+  * BZ#3404: Assertion `h->storage == STORE_MMAP' failed.
+  * BZ#3408: nested concat query crashed server
+  * BZ#3411: (disguised) BETWEEN clause not recognised. Hence no rangejoin.
+  * BZ#3412: Boolean expressions in WHERE clause, result in incorrect
+    resulsts
+  * BZ#3417: Nested Common Table Expressions Crash
+
+ -- Sjoerd Mullender <[email protected]>  Tue, 14 Jan 2014 14:39:02 +0100
+
+monetdb (11.17.1-20140114) unstable; urgency=low
+
+  * buildtools: Created packages for RPM based systems and Debian/Ubunty 
containing
+    the MonetDB interface to the GNU Scientific Library (gsl).
+
+ -- Sjoerd Mullender <[email protected]>  Tue, 10 Dec 2013 14:39:02 +0100
+
+monetdb (11.17.1-20140114) unstable; urgency=low
+
+  * gdk: Removed some unused fields in the atomDesc structure.  This change
+    requires a complete recompilation of the whole suite.
+
+ -- Sjoerd Mullender <[email protected]>  Wed, 20 Nov 2013 14:39:02 +0100
+
+monetdb (11.17.1-20140114) unstable; urgency=low
+
+  * clients: ODBC: Implemented {fn scalar()} and {interval ...} escapes.
+
+ -- Sjoerd Mullender <[email protected]>  Wed, 20 Nov 2013 14:39:02 +0100
+
+monetdb (11.17.1-20140114) unstable; urgency=low
+
+  * python2: Changed defaults for connecting (defaults to unix socket now).
+  * python2: Unix sockets partially working for control protocol.
+  * python2: Add support for unix socket.
+
+ -- Gijs Molenaar <[email protected]>  Wed, 20 Nov 2013 14:39:02 +0100
+
+monetdb (11.17.1-20140114) unstable; urgency=low
+
+  * python3: Changed defaults for connecting (defaults to unix socket now).
+  * python3: Unix sockets partially working for control protocol.
+  * python3: Add support for unix socket.
+
+ -- Gijs Molenaar <[email protected]>  Wed, 20 Nov 2013 14:39:02 +0100
+
+monetdb (11.17.1-20140114) unstable; urgency=low
+
+  * buildtools: We no longer install the .la files in our Fedora/Debian/Ubuntu 
packages.
+
+ -- Sjoerd Mullender <[email protected]>  Wed, 20 Nov 2013 14:39:02 +0100
+
+monetdb (11.17.1-20140114) unstable; urgency=low
+
+  * gdk: Replaced the mutex implementation for both GNU C and Visual Studio 
with
+    a home-grown implementation that uses atomic instructions (__sync_*()
+    in gcc, _Interlocked*() in VS).
+
+ -- Sjoerd Mullender <[email protected]>  Wed, 20 Nov 2013 14:39:02 +0100
+
 monetdb (11.15.19-20131120) unstable; urgency=low
 
   * Rebuilt.
diff --git a/gdk/ChangeLog-Archive b/gdk/ChangeLog-Archive
--- a/gdk/ChangeLog-Archive
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to