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

Merge heads.


diffs (52 lines):

diff --git a/buildtools/ChangeLog.Apr2011 b/buildtools/ChangeLog.Apr2011
--- a/buildtools/ChangeLog.Apr2011
+++ b/buildtools/ChangeLog.Apr2011
@@ -1,3 +1,10 @@
 # ChangeLog file for buildtools
 # This file is updated with Maddlog
 
+* Wed Jun 29 2011 Sjoerd Mullender <sjo...@acm.org>
+- We can now also build on Fedora 15.  This required some very minor
+  changes.
+- Changed configure check for OpenSSL so that we can also build on CentOS
+  5.6.  We now no longer demand that OpenSSL is at least version 0.9.8f,
+  but instead we require that the hash functions we need are supported.
+
diff --git a/clients/ChangeLog.Apr2011 b/clients/ChangeLog.Apr2011
--- a/clients/ChangeLog.Apr2011
+++ b/clients/ChangeLog.Apr2011
@@ -1,3 +1,7 @@
 # ChangeLog file for clients
 # This file is updated with Maddlog
 
+* Wed Jun 29 2011 Sjoerd Mullender <sjo...@acm.org>
+- The separate Python distribution now uses the same version number as
+  the main package.
+
diff --git a/gdk/ChangeLog.Apr2011 b/gdk/ChangeLog.Apr2011
--- a/gdk/ChangeLog.Apr2011
+++ b/gdk/ChangeLog.Apr2011
@@ -1,3 +1,6 @@
 # ChangeLog file for MonetDB
 # This file is updated with Maddlog
 
+* Wed Jun 29 2011 Sjoerd Mullender <sjo...@acm.org>
+- Fixes to memory detection on FreeBSD.
+
diff --git a/sql/ChangeLog.Apr2011 b/sql/ChangeLog.Apr2011
--- a/sql/ChangeLog.Apr2011
+++ b/sql/ChangeLog.Apr2011
@@ -1,3 +1,13 @@
 # ChangeLog file for sql
 # This file is updated with Maddlog
 
+* Wed Jun 29 2011 Sjoerd Mullender <sjo...@acm.org>
+- Fixed incorrect insert counts.
+- Fixed bug 2823: MAL exeption on SQL query with subquery in the where
+  part.
+- Redirect error from create scripts back to the first client.  This
+  fixes bug 2813.
+- Added joinidx based semijoin; push join through union (using
+  joinidx).
+- Fixed pushing select down.
+
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to