Changeset: 4e2a5af00230 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4e2a5af00230
Modified Files:
        MonetDB.spec
        clients/ChangeLog-Archive
        clients/ChangeLog.Feb2013
        debian/changelog
        gdk/ChangeLog-Archive
        gdk/ChangeLog.Feb2013
        java/ChangeLog-Archive
        java/ChangeLog.Feb2013
Branch: Feb2013
Log Message:

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


diffs (193 lines):

diff --git a/MonetDB.spec b/MonetDB.spec
--- a/MonetDB.spec
+++ b/MonetDB.spec
@@ -27,7 +27,7 @@ Vendor: MonetDB BV <i...@monetdb.org>
 Group: Applications/Databases
 License: MPL - http://www.monetdb.org/Legal/MonetDBLicense
 URL: http://www.monetdb.org/
-Source: 
http://dev.monetdb.org/downloads/sources/Feb2013-SP4/%{name}-%{version}.tar.bz2
+Source: 
http://dev.monetdb.org/downloads/sources/Feb2013-SP5/%{name}-%{version}.tar.bz2
 
 BuildRequires: bison
 BuildRequires: bzip2-devel
@@ -723,6 +723,41 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libmonet
 rm -fr $RPM_BUILD_ROOT
 
 %changelog
+* Tue Oct 08 2013 Hannes Muehleisen <han...@cwi.nl> - 11.15.17-20131008
+- Rebuilt.
+- BZ#3323: Heapcache bugs/performance issues
+- BZ#3331: SAMPLE will return same result every time.
+- BZ#3356: DatabaseMetaData.getColumns() doesn't work correctly when
+  using index-based getters
+- BZ#3367: Fully qualified order by column gives "relational query
+  without result"
+- BZ#3368: BAT sortedness info ignored on ORDER BY and TOPN
+- BZ#3370: SQL environment settings are updated even when the set
+  statement fails
+- BZ#3373: Setting table to read-only (Bug 3362) fails on big-endian
+- BZ#3375: LIKE join: BATfetchjoin does not hit always
+- BZ#3376: COPY INTO fails with HEAPextend: failed to extend: MT_mremap()
+  failed
+- BZ#3377: Query interfering with next query in same transaction,
+  after SP4
+- BZ#3380: Python DBAPI driver throws exception when fetching EXPLAIN
+  results
+- BZ#3381: Windows ODBC driver hangs or crashes on simple queries
+
+* Mon Oct  7 2013 Sjoerd Mullender <sjo...@acm.org> - 11.15.17-20131008
+- java: Rearranged order of returned columns of certain metadata functions to
+  comply with the JDBC documentation.  See bug 3356.
+
+* Fri Oct  4 2013 Sjoerd Mullender <sjo...@acm.org> - 11.15.17-20131008
+- clients: ODBC: Implemented retrieving variable-length data in parts with
+  SQLGetData.  See bug 3381.
+
+* Mon Sep 30 2013 Sjoerd Mullender <sjo...@acm.org> - 11.15.17-20131008
+- gdk: 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
+  work very well.  In addition, on Linux at least, the heap cache slows
+  things down.
+
 * Wed Sep 25 2013 Sjoerd Mullender <sjo...@acm.org> - 11.15.15-20130925
 - Rebuilt.
 
diff --git a/clients/ChangeLog-Archive b/clients/ChangeLog-Archive
--- a/clients/ChangeLog-Archive
+++ b/clients/ChangeLog-Archive
@@ -1,6 +1,10 @@
 # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY
 # This file contains past ChangeLog entries
 
+* Fri Oct  4 2013 Sjoerd Mullender <sjo...@acm.org> - 11.15.17-20131008
+- ODBC: Implemented retrieving variable-length data in parts with
+  SQLGetData.  See bug 3381.
+
 * Sat Dec  1 2012 Fabian Groffen <fab...@monetdb.org> - 11.15.1-20130212
 - Mapi protocol v8 support was removed from all client drivers.  Protocol
   v8 has not been used by the servers any more since Apr2012 release
diff --git a/clients/ChangeLog.Feb2013 b/clients/ChangeLog.Feb2013
--- a/clients/ChangeLog.Feb2013
+++ b/clients/ChangeLog.Feb2013
@@ -1,7 +1,3 @@
 # ChangeLog file for clients
 # This file is updated with Maddlog
 
-* Fri Oct  4 2013 Sjoerd Mullender <sjo...@acm.org>
-- ODBC: Implemented retrieving variable-length data in parts with
-  SQLGetData.  See bug 3381.
-
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,56 @@
+monetdb (11.15.17-20131008) unstable; urgency=low
+
+  * Rebuilt.
+
+ -- Hannes Muehleisen <han...@cwi.nl>  Tue, 08 Oct 2013 16:12:02 +0200
+
+monetdb (11.15.17-20131008) unstable; urgency=low
+
+  * Rebuilt.
+  * BZ#3323: Heapcache bugs/performance issues
+  * BZ#3331: SAMPLE will return same result every time.
+  * BZ#3356: DatabaseMetaData.getColumns() doesn't work correctly when
+    using index-based getters
+  * BZ#3367: Fully qualified order by column gives "relational query
+    without result"
+  * BZ#3368: BAT sortedness info ignored on ORDER BY and TOPN
+  * BZ#3370: SQL environment settings are updated even when the set
+    statement fails
+  * BZ#3373: Setting table to read-only (Bug 3362) fails on big-endian
+  * BZ#3375: LIKE join: BATfetchjoin does not hit always
+  * BZ#3376: COPY INTO fails with HEAPextend: failed to extend: MT_mremap()
+    failed
+  * BZ#3377: Query interfering with next query in same transaction,
+    after SP4
+  * BZ#3380: Python DBAPI driver throws exception when fetching EXPLAIN
+    results
+  * BZ#3381: Windows ODBC driver hangs or crashes on simple queries
+
+ -- Hannes Muehleisen <han...@cwi.nl>  Tue, 08 Oct 2013 16:12:02 +0200
+
+monetdb (11.15.17-20131008) unstable; urgency=low
+
+  * java: Rearranged order of returned columns of certain metadata functions to
+    comply with the JDBC documentation.  See bug 3356.
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Mon, 7 Oct 2013 16:12:02 +0200
+
+monetdb (11.15.17-20131008) unstable; urgency=low
+
+  * clients: ODBC: Implemented retrieving variable-length data in parts with
+    SQLGetData.  See bug 3381.
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Fri, 4 Oct 2013 16:12:02 +0200
+
+monetdb (11.15.17-20131008) unstable; urgency=low
+
+  * gdk: 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
+    work very well.  In addition, on Linux at least, the heap cache slows
+    things down.
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Mon, 30 Sep 2013 16:12:02 +0200
+
 monetdb (11.15.15-20130925) 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,12 @@
 # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY
 # This file contains past ChangeLog entries
 
+* Mon Sep 30 2013 Sjoerd Mullender <sjo...@acm.org> - 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
+  work very well.  In addition, on Linux at least, the heap cache slows
+  things down.
+
 * Tue May  7 2013 Sjoerd Mullender <sjo...@acm.org> - 11.15.9-20130619
 - System calls to flush files to disks were added.  This may cause
   some slowdown, but it should provide better durability, especially
diff --git a/gdk/ChangeLog.Feb2013 b/gdk/ChangeLog.Feb2013
--- a/gdk/ChangeLog.Feb2013
+++ b/gdk/ChangeLog.Feb2013
@@ -1,9 +1,3 @@
 # ChangeLog file for MonetDB
 # This file is updated with Maddlog
 
-* Mon Sep 30 2013 Sjoerd Mullender <sjo...@acm.org>
-- 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
-  work very well.  In addition, on Linux at least, the heap cache slows
-  things down.
-
diff --git a/java/ChangeLog-Archive b/java/ChangeLog-Archive
--- a/java/ChangeLog-Archive
+++ b/java/ChangeLog-Archive
@@ -1,6 +1,10 @@
 # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY
 # This file contains past ChangeLog entries
 
+* Mon Oct  7 2013 Sjoerd Mullender <sjo...@acm.org> - 11.15.17-20131008
+- Rearranged order of returned columns of certain metadata functions to
+  comply with the JDBC documentation.  See bug 3356.
+
 * Sun Jun  9 2013 Fabian Groffen <fab...@monetdb.org> - 11.15.9-20130619
 - Further improved setBigDecimal() method, based on patch by Ben Reilly
   in bug #3290
diff --git a/java/ChangeLog.Feb2013 b/java/ChangeLog.Feb2013
--- a/java/ChangeLog.Feb2013
+++ b/java/ChangeLog.Feb2013
@@ -1,7 +1,3 @@
 # ChangeLog file for java
 # This file is updated with Maddlog
 
-* Mon Oct  7 2013 Sjoerd Mullender <sjo...@acm.org>
-- Rearranged order of returned columns of certain metadata functions to
-  comply with the JDBC documentation.  See bug 3356.
-
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to