Changeset: 2a7d1ac727ae for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2a7d1ac727ae
Modified Files:
        MonetDB.spec
        clients/ChangeLog-Archive
        clients/ChangeLog.Feb2013
        debian/changelog
        gdk/ChangeLog-Archive
        gdk/ChangeLog.Feb2013
        monetdb5/ChangeLog-Archive
        monetdb5/ChangeLog.Feb2013
        sql/ChangeLog-Archive
        sql/ChangeLog.Feb2013
        tools/merovingian/ChangeLog-Archive
        tools/merovingian/ChangeLog.Feb2013
Branch: Feb2013
Log Message:

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


diffs (truncated from 342 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-SP5/%{name}-%{version}.tar.bz2
+Source: 
http://dev.monetdb.org/downloads/sources/Feb2013-SP6/%{name}-%{version}.tar.bz2
 
 BuildRequires: bison
 BuildRequires: bzip2-devel
@@ -723,6 +723,69 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libmonet
 rm -fr $RPM_BUILD_ROOT
 
 %changelog
+* Wed Nov 20 2013 Sjoerd Mullender <[email protected]> - 11.15.19-20131120
+- Rebuilt.
+- BZ#3243: Segmentation fault (possible data corruption) after clean
+  shutdown
+- BZ#3258: Scheduling issues
+- BZ#3368: BAT sortedness info ignored on ORDER BY and TOPN
+- BZ#3374: UNIQUE constraint does not set tkey property on the
+  corresponding BAT
+- BZ#3382: Response to PREPARE emtpy if query contains a LIMIT
+- BZ#3385: Simple query fails with 'identifier not found'
+- BZ#3387: mclient does not properly double quote schema names when
+  using autofill tab
+- BZ#3388: case statement in "order by" clause doesn't work when used
+  together with "group by"
+- BZ#3389: median function with "group by"  - SIGSEGV
+- BZ#3392: ODBC datatype conversion for INTEGER not working properly
+- BZ#3394: "Cannot find column type" error in temporary tables in
+  functions
+- BZ#3395: error occurred during a query: "'CASE WHEN" sentence
+- BZ#3396: Improper UDF expansion
+- BZ#3397: Error in ODBC-Driver when using Prepared Statements
+- BZ#3398: Cannot stop monetdbd after erroneously starting an
+  uninitialized dbfarm
+
+* Tue Nov 19 2013 Sjoerd Mullender <[email protected]> - 11.15.19-20131120
+- clients: mclient: Fixed a bug where the -H option only worked if the readline
+  history file already existed.  Now we properly create and use the
+  history file.
+
+* Tue Nov 19 2013 Sjoerd Mullender <[email protected]> - 11.15.19-20131120
+- gdk: Stopped using the deprecated sbrk() system call.
+- gdk: Fixed a problem when reverse sorting a sorted column.
+- gdk: Fixed bugs that deal with problems that could possibly occur when
+  transactions are aborted and the server is restarted.  See bug #3243.
+- gdk: A bug was fixed in the handling of grouped aggregates when all values
+  in a group are null.  See bug #3388.
+
+* Tue Nov 19 2013 Sjoerd Mullender <[email protected]> - 11.15.19-20131120
+- monetdb5: Fixed a possible buffer overflow in the COPY INTO code.
+- monetdb5: Fixed a problem that when the server is using all available threads
+  for a query, it was not possible to attach another client and have
+  it execute even the smallest query.  This is fixed by creating extra
+  threads for each client entering the fray at the cost of having more
+  threads that execute queries.  But at least there is guaranteed progress
+  for all clients (modulo the operating system scheduler).  See bug #3258.
+
+* Tue Nov 19 2013 Sjoerd Mullender <[email protected]> - 11.15.19-20131120
+- sql: Fixed a bug where the server at some point stopped saving compiled
+  queries in the SQL query cache.
+
+* Fri Nov 15 2013 Fabian Groffen <[email protected]> - 11.15.19-20131120
+- merovingian: monetdbd(1) now refuses to startup if it cannot read the 
properties
+  from the dbfarm, bug #3398
+
+* Wed Nov  6 2013 Sjoerd Mullender <[email protected]> - 11.15.19-20131120
+- clients: ODBC: Fixed interpretation SQL_C_SLONG/SQL_C_ULONG/SQL_C_LONG to
+  refer to a 32 bit integer always (i.e. "int" on 64 bit architectures
+  despite the name and the Microsoft documentation).  This seems to be
+  the consensus.
+- clients: ODBC: Fixed transaction level: MonetDB only supports the highest 
level
+  (SQL_TXN_SERIALIZABLE), so setting the transaction level can be accepted
+  and ignored.
+
 * Tue Oct 08 2013 Hannes Muehleisen <[email protected]> - 11.15.17-20131008
 - Rebuilt.
 - BZ#3323: Heapcache bugs/performance issues
diff --git a/clients/ChangeLog-Archive b/clients/ChangeLog-Archive
--- a/clients/ChangeLog-Archive
+++ b/clients/ChangeLog-Archive
@@ -1,6 +1,20 @@
 # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY
 # This file contains past ChangeLog entries
 
+* 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
+  history file.
+
+* Wed Nov  6 2013 Sjoerd Mullender <[email protected]> - 11.15.19-20131120
+- ODBC: Fixed interpretation SQL_C_SLONG/SQL_C_ULONG/SQL_C_LONG to
+  refer to a 32 bit integer always (i.e. "int" on 64 bit architectures
+  despite the name and the Microsoft documentation).  This seems to be
+  the consensus.
+- ODBC: Fixed transaction level: MonetDB only supports the highest level
+  (SQL_TXN_SERIALIZABLE), so setting the transaction level can be accepted
+  and ignored.
+
 * Fri Oct  4 2013 Sjoerd Mullender <[email protected]> - 11.15.17-20131008
 - ODBC: Implemented retrieving variable-length data in parts with
   SQLGetData.  See bug 3381.
diff --git a/clients/ChangeLog.Feb2013 b/clients/ChangeLog.Feb2013
--- a/clients/ChangeLog.Feb2013
+++ b/clients/ChangeLog.Feb2013
@@ -1,17 +1,3 @@
 # ChangeLog file for clients
 # This file is updated with Maddlog
 
-* Tue Nov 19 2013 Sjoerd Mullender <[email protected]>
-- mclient: Fixed a bug where the -H option only worked if the readline
-  history file already existed.  Now we properly create and use the
-  history file.
-
-* Wed Nov  6 2013 Sjoerd Mullender <[email protected]>
-- ODBC: Fixed interpretation SQL_C_SLONG/SQL_C_ULONG/SQL_C_LONG to
-  refer to a 32 bit integer always (i.e. "int" on 64 bit architectures
-  despite the name and the Microsoft documentation).  This seems to be
-  the consensus.
-- ODBC: Fixed transaction level: MonetDB only supports the highest level
-  (SQL_TXN_SERIALIZABLE), so setting the transaction level can be accepted
-  and ignored.
-
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,93 @@
+monetdb (11.15.19-20131120) unstable; urgency=low
+
+  * Rebuilt.
+
+ -- Sjoerd Mullender <[email protected]>  Wed, 20 Nov 2013 12:27:16 +0100
+
+monetdb (11.15.19-20131120) unstable; urgency=low
+
+  * Rebuilt.
+  * BZ#3243: Segmentation fault (possible data corruption) after clean
+    shutdown
+  * BZ#3258: Scheduling issues
+  * BZ#3368: BAT sortedness info ignored on ORDER BY and TOPN
+  * BZ#3374: UNIQUE constraint does not set tkey property on the
+    corresponding BAT
+  * BZ#3382: Response to PREPARE emtpy if query contains a LIMIT
+  * BZ#3385: Simple query fails with 'identifier not found'
+  * BZ#3387: mclient does not properly double quote schema names when
+    using autofill tab
+  * BZ#3388: case statement in "order by" clause doesn't work when used
+    together with "group by"
+  * BZ#3389: median function with "group by"  - SIGSEGV
+  * BZ#3392: ODBC datatype conversion for INTEGER not working properly
+  * BZ#3394: "Cannot find column type" error in temporary tables in
+    functions
+  * BZ#3395: error occurred during a query: "'CASE WHEN" sentence
+  * BZ#3396: Improper UDF expansion
+  * BZ#3397: Error in ODBC-Driver when using Prepared Statements
+  * BZ#3398: Cannot stop monetdbd after erroneously starting an
+    uninitialized dbfarm
+
+ -- Sjoerd Mullender <[email protected]>  Wed, 20 Nov 2013 12:27:15 +0100
+
+monetdb (11.15.19-20131120) unstable; urgency=low
+
+  * clients: mclient: Fixed a bug where the -H option only worked if the 
readline
+    history file already existed.  Now we properly create and use the
+    history file.
+
+ -- Sjoerd Mullender <[email protected]>  Tue, 19 Nov 2013 12:27:15 +0100
+
+monetdb (11.15.19-20131120) unstable; urgency=low
+
+  * gdk: Stopped using the deprecated sbrk() system call.
+  * gdk: Fixed a problem when reverse sorting a sorted column.
+  * gdk: Fixed bugs that deal with problems that could possibly occur when
+    transactions are aborted and the server is restarted.  See bug #3243.
+  * gdk: A bug was fixed in the handling of grouped aggregates when all values
+    in a group are null.  See bug #3388.
+
+ -- Sjoerd Mullender <[email protected]>  Tue, 19 Nov 2013 12:27:15 +0100
+
+monetdb (11.15.19-20131120) unstable; urgency=low
+
+  * monetdb5: Fixed a possible buffer overflow in the COPY INTO code.
+  * monetdb5: Fixed a problem that when the server is using all available 
threads
+    for a query, it was not possible to attach another client and have
+    it execute even the smallest query.  This is fixed by creating extra
+    threads for each client entering the fray at the cost of having more
+    threads that execute queries.  But at least there is guaranteed progress
+    for all clients (modulo the operating system scheduler).  See bug #3258.
+
+ -- Sjoerd Mullender <[email protected]>  Tue, 19 Nov 2013 12:27:15 +0100
+
+monetdb (11.15.19-20131120) unstable; urgency=low
+
+  * sql: Fixed a bug where the server at some point stopped saving compiled
+    queries in the SQL query cache.
+
+ -- Sjoerd Mullender <[email protected]>  Tue, 19 Nov 2013 12:27:15 +0100
+
+monetdb (11.15.19-20131120) unstable; urgency=low
+
+  * merovingian: monetdbd(1) now refuses to startup if it cannot read the 
properties
+    from the dbfarm, bug #3398
+
+ -- Fabian Groffen <[email protected]>  Fri, 15 Nov 2013 12:27:15 +0100
+
+monetdb (11.15.19-20131120) unstable; urgency=low
+
+  * clients: ODBC: Fixed interpretation SQL_C_SLONG/SQL_C_ULONG/SQL_C_LONG to
+    refer to a 32 bit integer always (i.e. "int" on 64 bit architectures
+    despite the name and the Microsoft documentation).  This seems to be
+    the consensus.
+  * clients: ODBC: Fixed transaction level: MonetDB only supports the highest 
level
+    (SQL_TXN_SERIALIZABLE), so setting the transaction level can be accepted
+    and ignored.
+
+ -- Sjoerd Mullender <[email protected]>  Wed, 6 Nov 2013 12:27:15 +0100
+
 monetdb (11.15.17-20131008) unstable; urgency=low
 
   * Rebuilt.
diff --git a/gdk/ChangeLog-Archive b/gdk/ChangeLog-Archive
--- a/gdk/ChangeLog-Archive
+++ b/gdk/ChangeLog-Archive
@@ -1,6 +1,14 @@
 # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY
 # This file contains past ChangeLog entries
 
+* Tue Nov 19 2013 Sjoerd Mullender <[email protected]> - 11.15.19-20131120
+- Stopped using the deprecated sbrk() system call.
+- Fixed a problem when reverse sorting a sorted column.
+- Fixed bugs that deal with problems that could possibly occur when
+  transactions are aborted and the server is restarted.  See bug #3243.
+- A bug was fixed in the handling of grouped aggregates when all values
+  in a group are null.  See bug #3388.
+
 * Mon Sep 30 2013 Sjoerd Mullender <[email protected]> - 11.15.17-20131008
 - Removed the heap cache.  Since the fix for bug 3323 which made that
   the cache was actually getting used, bug 3376 made clear that it didn't
diff --git a/gdk/ChangeLog.Feb2013 b/gdk/ChangeLog.Feb2013
--- a/gdk/ChangeLog.Feb2013
+++ b/gdk/ChangeLog.Feb2013
@@ -1,11 +1,3 @@
 # ChangeLog file for MonetDB
 # This file is updated with Maddlog
 
-* Tue Nov 19 2013 Sjoerd Mullender <[email protected]>
-- Stopped using the deprecated sbrk() system call.
-- Fixed a problem when reverse sorting a sorted column.
-- Fixed bugs that deal with problems that could possibly occur when
-  transactions are aborted and the server is restarted.  See bug #3243.
-- A bug was fixed in the handling of grouped aggregates when all values
-  in a group are null.  See bug #3388.
-
diff --git a/monetdb5/ChangeLog-Archive b/monetdb5/ChangeLog-Archive
--- a/monetdb5/ChangeLog-Archive
+++ b/monetdb5/ChangeLog-Archive
@@ -1,6 +1,15 @@
 # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY
 # This file contains past ChangeLog entries
 
+* Tue Nov 19 2013 Sjoerd Mullender <[email protected]> - 11.15.19-20131120
+- Fixed a possible buffer overflow in the COPY INTO code.
+- Fixed a problem that when the server is using all available threads
+  for a query, it was not possible to attach another client and have
+  it execute even the smallest query.  This is fixed by creating extra
+  threads for each client entering the fray at the cost of having more
+  threads that execute queries.  But at least there is guaranteed progress
+  for all clients (modulo the operating system scheduler).  See bug #3258.
+
 * Tue Mar 12 2013 Sjoerd Mullender <[email protected]> - 11.15.5-20130412
 - Fixed argument parsing of mapi.reconnect() with 5 arguments.
 
diff --git a/monetdb5/ChangeLog.Feb2013 b/monetdb5/ChangeLog.Feb2013
--- a/monetdb5/ChangeLog.Feb2013
+++ b/monetdb5/ChangeLog.Feb2013
@@ -1,12 +1,3 @@
 # ChangeLog file for MonetDB5
 # This file is updated with Maddlog
 
-* Tue Nov 19 2013 Sjoerd Mullender <[email protected]>
-- Fixed a possible buffer overflow in the COPY INTO code.
-- Fixed a problem that when the server is using all available threads
-  for a query, it was not possible to attach another client and have
-  it execute even the smallest query.  This is fixed by creating extra
-  threads for each client entering the fray at the cost of having more
-  threads that execute queries.  But at least there is guaranteed progress
-  for all clients (modulo the operating system scheduler).  See bug #3258.
-
diff --git a/sql/ChangeLog-Archive b/sql/ChangeLog-Archive
--- a/sql/ChangeLog-Archive
+++ b/sql/ChangeLog-Archive
@@ -1,6 +1,10 @@
 # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY
 # This file contains past ChangeLog entries
 
+* Tue Nov 19 2013 Sjoerd Mullender <[email protected]> - 11.15.19-20131120
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to