Changeset: 659965ec9085 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=659965ec9085
Modified Files:
        MonetDB/ChangeLog.Jun2010
        MonetDB/MonetDB.spec
        MonetDB/debian/changelog
        MonetDB4/ChangeLog.Jun2010
        MonetDB4/MonetDB-server.spec
        MonetDB4/conf/MonetDB.conf.in
        MonetDB4/debian/changelog
        MonetDB5/ChangeLog.Jun2010
        MonetDB5/MonetDB-server.spec
        MonetDB5/conf/monetdb5.conf.in
        MonetDB5/debian/changelog
        clients/ChangeLog.Jun2010
        clients/MonetDB-client.spec
        clients/debian/changelog
        geom/ChangeLog.Jun2010
        geom/MonetDB-geom.spec
        geom/debian/changelog
        pathfinder/ChangeLog.Jun2010
        pathfinder/MonetDB-XQuery.spec
        pathfinder/debian/changelog
        sql/ChangeLog.Jun2010
        sql/MonetDB-SQL.spec
        sql/debian/changelog
        testing/ChangeLog.Jun2010
        testing/MonetDB-testing.spec
        testing/debian/changelog
Branch: Jun2010
Log Message:

Preparations for building the Jun2010 release.

Removed comments that should not appear in release.
Moved contents of ChangeLog.Jun2010 to .spec file and debian/changelog.


diffs (truncated from 1123 to 300 lines):

diff -r e3b28938ef1e -r 659965ec9085 MonetDB/ChangeLog.Jun2010
--- a/MonetDB/ChangeLog.Jun2010 Fri Jun 18 10:36:36 2010 +0200
+++ b/MonetDB/ChangeLog.Jun2010 Fri Jun 18 10:58:38 2010 +0200
@@ -1,23 +1,3 @@
 # ChangeLog file for MonetDB
 # This file is updated with Maddlog
 
-* Mon May 31 2010 Sjoerd Mullender <sjo...@acm.org>
-- Updated Vendor information.
-
-* Wed Mar 31 2010 Stefan Manegold <maneg...@cwi.nl>
-- Made compilation of "testing" (and "java") independent of MonetDB.
-  This is mainy for Windows, but also on other systems, "testing" can now be
-  built independently of (and hence before) "MonetDB".
-  Files that mimic configure functionality on Windows were moved from
-  "MonetDB" to "buildtools"; hence, this affects all packages on Windows,
-  requiring a complete rebuild from scratch on Windows.
-  getopt() support in testing has changed; hence, (most probably) requiring a
-  rebuild from scratch of testing on other systems.
-
-* Wed Mar 24 2010 Stefan Manegold <maneg...@cwi.nl>
-- Implemented build directory support for Windows,
-  i.e., like on Unix/Linux also on Windows we can now build in a separate
-  build directory as alternative to ...<package>NT, and thus keep the
-  latter clean from files generated during the build.
-  On Windows, the build directory must be a sibling of ...<package>NT .
-
diff -r e3b28938ef1e -r 659965ec9085 MonetDB/MonetDB.spec
--- a/MonetDB/MonetDB.spec      Fri Jun 18 10:36:36 2010 +0200
+++ b/MonetDB/MonetDB.spec      Fri Jun 18 10:58:38 2010 +0200
@@ -106,6 +106,29 @@
 %{_libdir}/libbat.so
 
 %changelog
+* Fri Jun 18 2010 Sjoerd Mullender <sjo...@acm.org> - 1.38.1-20100618
+- Rebuilt.
+
+* Mon May 31 2010 Sjoerd Mullender <sjo...@acm.org> - 1.38.1-20100618
+- Updated Vendor information.
+
+* Tue Apr 20 2010 Stefan Manegold <maneg...@cwi.nl> - 1.38.1-20100618
+- Made compilation of "testing" (and "java") independent of MonetDB.
+  This is mainy for Windows, but also on other systems, "testing" can now be
+  built independently of (and hence before) "MonetDB".
+  Files that mimic configure functionality on Windows were moved from
+  "MonetDB" to "buildtools"; hence, this affects all packages on Windows,
+  requiring a complete rebuild from scratch on Windows.
+  getopt() support in testing has changed; hence, (most probably) requiring a
+  rebuild from scratch of testing on other systems.
+
+* Tue Apr 20 2010 Stefan Manegold <maneg...@cwi.nl> - 1.38.1-20100618
+- Implemented build directory support for Windows,
+  i.e., like on Unix/Linux also on Windows we can now build in a separate
+  build directory as alternative to ...<package>NT, and thus keep the
+  latter clean from files generated during the build.
+  On Windows, the build directory must be a sibling of ...<package>NT .
+
 * Tue Apr 20 2010 Sjoerd Mullender <sjo...@acm.org> - 1.36.5-20100420
 - Rebuilt.
 
diff -r e3b28938ef1e -r 659965ec9085 MonetDB/debian/changelog
--- a/MonetDB/debian/changelog  Fri Jun 18 10:36:36 2010 +0200
+++ b/MonetDB/debian/changelog  Fri Jun 18 10:58:38 2010 +0200
@@ -1,3 +1,38 @@
+monetdb (1.38.1-20100618) unstable; urgency=low
+
+  * Rebuilt.
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Fri, 18 Jun 2010 10:58:37 +0200
+
+monetdb (1.38.1-20100618) unstable; urgency=low
+
+  * Updated Vendor information.
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Mon, 31 May 2010 10:58:37 +0200
+
+monetdb (1.38.1-20100618) unstable; urgency=low
+
+  * Made compilation of "testing" (and "java") independent of MonetDB.
+    This is mainy for Windows, but also on other systems, "testing" can now be
+    built independently of (and hence before) "MonetDB".
+    Files that mimic configure functionality on Windows were moved from
+    "MonetDB" to "buildtools"; hence, this affects all packages on Windows,
+    requiring a complete rebuild from scratch on Windows.
+    getopt() support in testing has changed; hence, (most probably) requiring a
+    rebuild from scratch of testing on other systems.
+
+ -- Stefan Manegold <maneg...@cwi.nl>  Tue, 20 Apr 2010 10:58:37 +0200
+
+monetdb (1.38.1-20100618) unstable; urgency=low
+
+  * Implemented build directory support for Windows,
+    i.e., like on Unix/Linux also on Windows we can now build in a separate
+    build directory as alternative to ...<package>NT, and thus keep the
+    latter clean from files generated during the build.
+    On Windows, the build directory must be a sibling of ...<package>NT .
+
+ -- Stefan Manegold <maneg...@cwi.nl>  Tue, 20 Apr 2010 10:58:37 +0200
+
 monetdb (1.36.5-20100420) unstable; urgency=low
 
   * Rebuilt.
diff -r e3b28938ef1e -r 659965ec9085 MonetDB4/ChangeLog.Jun2010
--- a/MonetDB4/ChangeLog.Jun2010        Fri Jun 18 10:36:36 2010 +0200
+++ b/MonetDB4/ChangeLog.Jun2010        Fri Jun 18 10:58:38 2010 +0200
@@ -1,23 +1,3 @@
 # ChangeLog file for MonetDB4
 # This file is updated with Maddlog
 
-* Mon May 31 2010 Sjoerd Mullender <sjo...@acm.org>
-- Updated Vendor information.
-
-* Wed Mar 31 2010 Stefan Manegold <maneg...@cwi.nl>
-- Made compilation of "testing" (and "java") independent of MonetDB.
-  This is mainy for Windows, but also on other systems, "testing" can now be
-  built independently of (and hence before) "MonetDB".
-  Files that mimic configure functionality on Windows were moved from
-  "MonetDB" to "buildtools"; hence, this affects all packages on Windows,
-  requiring a complete rebuild from scratch on Windows.
-  getopt() support in testing has changed; hence, (most probably) requiring a
-  rebuild from scratch of testing on other systems.
-
-* Wed Mar 24 2010 Stefan Manegold <maneg...@cwi.nl>
-- Implemented build directory support for Windows,
-  i.e., like on Unix/Linux also on Windows we can now build in a separate
-  build directory as alternative to ...<package>NT, and thus keep the
-  latter clean from files generated during the build.
-  On Windows, the build directory must be a sibling of ...<package>NT .
-
diff -r e3b28938ef1e -r 659965ec9085 MonetDB4/MonetDB-server.spec
--- a/MonetDB4/MonetDB-server.spec      Fri Jun 18 10:36:36 2010 +0200
+++ b/MonetDB4/MonetDB-server.spec      Fri Jun 18 10:58:38 2010 +0200
@@ -216,6 +216,29 @@
 %{_libdir}/libembeddedmil.so
 
 %changelog
+* Fri Jun 18 2010 Sjoerd Mullender <sjo...@acm.org> - 4.38.1-20100618
+- Rebuilt.
+
+* Mon May 31 2010 Sjoerd Mullender <sjo...@acm.org> - 4.38.1-20100618
+- Updated Vendor information.
+
+* Tue Apr 20 2010 Stefan Manegold <maneg...@cwi.nl> - 4.38.1-20100618
+- Made compilation of "testing" (and "java") independent of MonetDB.
+  This is mainy for Windows, but also on other systems, "testing" can now be
+  built independently of (and hence before) "MonetDB".
+  Files that mimic configure functionality on Windows were moved from
+  "MonetDB" to "buildtools"; hence, this affects all packages on Windows,
+  requiring a complete rebuild from scratch on Windows.
+  getopt() support in testing has changed; hence, (most probably) requiring a
+  rebuild from scratch of testing on other systems.
+
+* Tue Apr 20 2010 Stefan Manegold <maneg...@cwi.nl> - 4.38.1-20100618
+- Implemented build directory support for Windows,
+  i.e., like on Unix/Linux also on Windows we can now build in a separate
+  build directory as alternative to ...<package>NT, and thus keep the
+  latter clean from files generated during the build.
+  On Windows, the build directory must be a sibling of ...<package>NT .
+
 * Tue Apr 20 2010 Sjoerd Mullender <sjo...@acm.org> - 4.36.5-20100420
 - Rebuilt.
 
diff -r e3b28938ef1e -r 659965ec9085 MonetDB4/conf/MonetDB.conf.in
--- a/MonetDB4/conf/MonetDB.conf.in     Fri Jun 18 10:36:36 2010 +0200
+++ b/MonetDB4/conf/MonetDB.conf.in     Fri Jun 18 10:58:38 2010 +0200
@@ -4,10 +4,6 @@
 # system wide parameters.  It can reside in either the local directory
 # where Mserver is called, or the home directory of the MonetDB user. 
 
-# ----------------------------------------------------------- #
-# Please keep the comments below aligned with the defaults in #
-# MonetDB/src/common/monet_options.mx                         #
-# ----------------------------------------------------------- #
 
 # Where MonetDB is installed
 pref...@xprefix@
@@ -159,7 +155,3 @@
 #standoff_start=start
 #standoff_end=end
 
-# ----------------------------------------------------------- #
-# Please keep the comments above aligned with the defaults in #
-# MonetDB/src/common/monet_options.mx                         #
-# ----------------------------------------------------------- #
diff -r e3b28938ef1e -r 659965ec9085 MonetDB4/debian/changelog
--- a/MonetDB4/debian/changelog Fri Jun 18 10:36:36 2010 +0200
+++ b/MonetDB4/debian/changelog Fri Jun 18 10:58:38 2010 +0200
@@ -1,3 +1,38 @@
+monetdb4-server (4.38.1-20100618) unstable; urgency=low
+
+  * Rebuilt.
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Fri, 18 Jun 2010 10:58:37 +0200
+
+monetdb4-server (4.38.1-20100618) unstable; urgency=low
+
+  * Updated Vendor information.
+
+ -- Sjoerd Mullender <sjo...@acm.org>  Mon, 31 May 2010 10:58:37 +0200
+
+monetdb4-server (4.38.1-20100618) unstable; urgency=low
+
+  * Made compilation of "testing" (and "java") independent of MonetDB.
+    This is mainy for Windows, but also on other systems, "testing" can now be
+    built independently of (and hence before) "MonetDB".
+    Files that mimic configure functionality on Windows were moved from
+    "MonetDB" to "buildtools"; hence, this affects all packages on Windows,
+    requiring a complete rebuild from scratch on Windows.
+    getopt() support in testing has changed; hence, (most probably) requiring a
+    rebuild from scratch of testing on other systems.
+
+ -- Stefan Manegold <maneg...@cwi.nl>  Tue, 20 Apr 2010 10:58:37 +0200
+
+monetdb4-server (4.38.1-20100618) unstable; urgency=low
+
+  * Implemented build directory support for Windows,
+    i.e., like on Unix/Linux also on Windows we can now build in a separate
+    build directory as alternative to ...<package>NT, and thus keep the
+    latter clean from files generated during the build.
+    On Windows, the build directory must be a sibling of ...<package>NT .
+
+ -- Stefan Manegold <maneg...@cwi.nl>  Tue, 20 Apr 2010 10:58:37 +0200
+
 monetdb4-server (4.36.5-20100420) unstable; urgency=low
 
   * Rebuilt.
diff -r e3b28938ef1e -r 659965ec9085 MonetDB5/ChangeLog.Jun2010
--- a/MonetDB5/ChangeLog.Jun2010        Fri Jun 18 10:36:36 2010 +0200
+++ b/MonetDB5/ChangeLog.Jun2010        Fri Jun 18 10:58:38 2010 +0200
@@ -1,84 +1,3 @@
 # ChangeLog file for MonetDB5
 # This file is updated with Maddlog
 
-* Mon May 31 2010 Sjoerd Mullender <sjo...@acm.org>
-- Updated Vendor information.
-
-* Wed May 19 2010 Sjoerd Mullender <sjo...@acm.org>
-- Created a new RPM MonetDB5-server-rdf for the optional MonetDB/RDF module.
-
-* Sun May  2 2010 Martin Kersten <martin.kers...@cwi.nl>
-- Added the Z-order module to simplify future manipulation of arrays.
-
-* Sat May  1 2010 Stefan Manegold <maneg...@cwi.nl>
-- fixed BUG #2994521 "mat.slice unable to cope with only empty BAT arguments"
-  
https://sourceforge.net/tracker/index.php?func=detail&aid=2994521&group_id=56967&atid=482468
-  by makeing MATpackSliceInternal() handle empty input BATs correctly
-
-* Sat Apr 17 2010 Martin Kersten <martin.kers...@cwi.nl>
-- Select <col> from <t> limit <n> has been improved by introducing mat.slice().
-
-* Wed Mar 31 2010 Stefan Manegold <maneg...@cwi.nl>
-- Made compilation of "testing" (and "java") independent of MonetDB.
-  This is mainy for Windows, but also on other systems, "testing" can now be
-  built independently of (and hence before) "MonetDB".
-  Files that mimic configure functionality on Windows were moved from
-  "MonetDB" to "buildtools"; hence, this affects all packages on Windows,
-  requiring a complete rebuild from scratch on Windows.
-  getopt() support in testing has changed; hence, (most probably) requiring a
-  rebuild from scratch of testing on other systems.
-
-* Wed Mar 24 2010 Stefan Manegold <maneg...@cwi.nl>
-- Implemented build directory support for Windows,
-  i.e., like on Unix/Linux also on Windows we can now build in a separate
-  build directory as alternative to ...<package>NT, and thus keep the
-  latter clean from files generated during the build.
-  On Windows, the build directory must be a sibling of ...<package>NT .
-
-* Sun Mar 14 2010 Martin Kersten <martin.kers...@cwi.nl>
-- The MAL debugger list command has been extended with
-  an optional hash '#', which produces line numbers for
-  each of reference and analysis of variable span.
-- The dataflow scheduler has been revamped to allow for
-  more parellelism to be exploited.
-- The garbage collection administration has been changed. Every variable record
-  now comes with an end-of-life field (eolife), which denotes the instruction 
whereafter
-  the BAT variable reference counter can be decremented. The garbage collector 
is
-  never called automagically on MAL functions, because there may be other
-  pressing needs to retain them. This means that MAL functions defined and
-  used in the context of SQL, and which are not inlined, may cause a leakage.
-  The garbage collection has become part of each interpreter step.
-  The new approach makes the SQL/MAL plans half te size as before.
-
-* Mon Mar 01 2010 Fabian Groffen <fab...@cwi.nl>
-- Removed stethoscope from MonetDB5 sources.  New location is in the
-  clients repository.
-
-* Fri Feb 26 2010 Martin Kersten <m...@cwi.nl>
-- Added the compression optimizer as an example of how to gain access to
-  foreign file formats deep down in the kernel and transfer them just
-  in time into a temporary BAT.
-
-* Fri Feb 26 2010 Fabian Groffen <fab...@cwi.nl>
-- Renamed configure argument --with-console to --enable-console.
-  Default remains console being enabled.
-
-* Mon Feb 22 2010 Martin Kersten <m...@cwi.nl>
-- Fixed cleaning the user module context upon session end.
-  Fixes bug #2956664
-
-* Thu Feb 04 2010 Fabian Groffen <fab...@cwi.nl>
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to