Changeset: c9491c76f16c for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c9491c76f16c
Modified Files:
        buildtools/ChangeLog-Archive
        buildtools/ChangeLog.Apr2011
        buildtools/ChangeLog.Aug2011
        buildtools/ChangeLog.Feb2010
        buildtools/ChangeLog.Jun2010
        buildtools/ChangeLog.Mar2011
        buildtools/ChangeLog.Nov2009
        buildtools/ChangeLog.Oct2010
        clients/ChangeLog-Archive
        clients/ChangeLog.Apr2011
        clients/ChangeLog.Aug2011
        clients/ChangeLog.Feb2010
        clients/ChangeLog.Jun2010
        clients/ChangeLog.Mar2011
        clients/ChangeLog.Nov2009
        clients/ChangeLog.Oct2010
        gdk/ChangeLog-Archive
        gdk/ChangeLog.Apr2011
        gdk/ChangeLog.Aug2011
        gdk/ChangeLog.Feb2010
        gdk/ChangeLog.Jun2010
        gdk/ChangeLog.Mar2011
        gdk/ChangeLog.Oct2010
        geom/ChangeLog.Apr2011
        geom/ChangeLog.Aug2011
        geom/ChangeLog.Jun2010
        geom/ChangeLog.Mar2011
        geom/ChangeLog.Oct2010
        java/ChangeLog.Apr2011
        java/ChangeLog.Aug2011
        java/ChangeLog.Jun2010
        java/ChangeLog.Mar2011
        java/ChangeLog.Oct2010
        monetdb5/ChangeLog-Archive
        monetdb5/ChangeLog.Apr2011
        monetdb5/ChangeLog.Aug2011
        monetdb5/ChangeLog.Feb2010
        monetdb5/ChangeLog.Jun2010
        monetdb5/ChangeLog.Mar2011
        monetdb5/ChangeLog.Nov2009
        monetdb5/ChangeLog.Oct2010
        sql/ChangeLog-Archive
        sql/ChangeLog.Apr2011
        sql/ChangeLog.Aug2011
        sql/ChangeLog.Feb2010
        sql/ChangeLog.Jun2010
        sql/ChangeLog.Mar2011
        sql/ChangeLog.Oct2010
        testing/ChangeLog.Apr2011
        testing/ChangeLog.Aug2011
        testing/ChangeLog.Jun2010
        testing/ChangeLog.Mar2011
        testing/ChangeLog.Oct2010
        tools/merovingian/ChangeLog.Apr2011
        tools/merovingian/ChangeLog.Aug2011
        tools/merovingian/ChangeLog.Jun2010
        tools/merovingian/ChangeLog.Mar2011
        tools/merovingian/ChangeLog.Oct2010
Branch: Dec2011
Log Message:

Cleaned up old ChangeLog files.
Left over entries have been added to the ChangeLog-Archives files.


diffs (truncated from 604 to 300 lines):

diff --git a/buildtools/ChangeLog-Archive b/buildtools/ChangeLog-Archive
--- a/buildtools/ChangeLog-Archive
+++ b/buildtools/ChangeLog-Archive
@@ -20,10 +20,22 @@
   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.
 
+* Thu Nov  2 2010 Sjoerd Mullender <[email protected]>
+- On Windows, we now no longer use the pthreads library but instead
+  use the "native" threads, semaphores, and mutex implementation.
+
+* Wed Sep 22 2010 Fabian Groffen <[email protected]>
+- We now provide pkg-config files (*.pc) for libraries.
+
 * Thu Jul 22 2010 Sjoerd Mullender <[email protected]> - 1.0-20100823
 - Changed Maddlog to search up the directory tree to find a ChangeLog
   file.
 
+* Fri May  7 2010 Fabian Groffen <[email protected]>
+- Fixed Maddlog script to work under our new Mercurial setup.  The
+  --email and --fullname options have disappeared as we can relibably
+  get them from Mercurial now.
+
 * Wed Mar 31 2010 Stefan Manegold <[email protected]> - 1.0-20100823
 - Made compilation of "testing" (and "java") independent of MonetDB.
   This is mainly for Windows, but also on other systems, "testing" can
@@ -41,3 +53,21 @@
   clean from files generated during the build.  On Windows, the build
   directory must be a sibling of ...\<package>\NT .
 
+* Fri Jan  8 2010 Sjoerd Mullender <[email protected]>
+- Added Maddlog script to add ChangeLog entries.
+
+* Tue Dec  1 2009 Fabian Groffen <[email protected]>
+- Added mchangelog script that I use to add ChangeLog entries. The
+  script is a highly modified version of Gentoo's echangelog script.
+
+* Thu Dec  6 2007 Fabian Groffen <[email protected]>
+- Implemented rudimentary conditional support for ant targets
+
+* Wed Dec  5 2007 Fabian Groffen <[email protected]>
+- Allow for 'included' dependencies, such that the wonders of libtool
+  can compile against a build dir of a dependency, instead of its
+  installation dir.
+
+* Tue Jan  9 2007 Fabian Groffen <[email protected]>
+- Initial autotooled setup
+
diff --git a/buildtools/ChangeLog.Apr2011 b/buildtools/ChangeLog.Apr2011
deleted file mode 100644
--- a/buildtools/ChangeLog.Apr2011
+++ /dev/null
@@ -1,3 +0,0 @@
-# ChangeLog file for buildtools
-# This file is updated with Maddlog
-
diff --git a/buildtools/ChangeLog.Aug2011 b/buildtools/ChangeLog.Aug2011
deleted file mode 100644
--- a/buildtools/ChangeLog.Aug2011
+++ /dev/null
@@ -1,3 +0,0 @@
-# ChangeLog file for buildtools
-# This file is updated with Maddlog
-
diff --git a/buildtools/ChangeLog.Feb2010 b/buildtools/ChangeLog.Feb2010
deleted file mode 100644
--- a/buildtools/ChangeLog.Feb2010
+++ /dev/null
@@ -1,19 +0,0 @@
-# ChangeLog file for buildtools
-# This file is updated with Maddlog
-
-* Fri May  7 2010 Fabian Groffen <[email protected]>
-- Fixed Maddlog script to work under our new Mercurial setup.  The
-  --email and --fullname options have disappeared as we can relibably
-  get them from Mercurial now.
-
-* Thu Dec  6 2007 Fabian Groffen <[email protected]>
-- Implemented rudimentary conditional support for ant targets
-
-* Wed Dec  5 2007 Fabian Groffen <[email protected]>
-- Allow for 'included' dependencies, such that the wonders of libtool
-  can compile against a build dir of a dependency, instead of its
-  installation dir.
-
-* Tue Jan  9 2007 Fabian Groffen <[email protected]>
-- Initial autotooled setup
-
diff --git a/buildtools/ChangeLog.Jun2010 b/buildtools/ChangeLog.Jun2010
deleted file mode 100644
--- a/buildtools/ChangeLog.Jun2010
+++ /dev/null
@@ -1,3 +0,0 @@
-# ChangeLog file for buildtools
-# This file is updated with Maddlog
-
diff --git a/buildtools/ChangeLog.Mar2011 b/buildtools/ChangeLog.Mar2011
deleted file mode 100644
--- a/buildtools/ChangeLog.Mar2011
+++ /dev/null
@@ -1,3 +0,0 @@
-# ChangeLog file for buildtools
-# This file is updated with Maddlog
-
diff --git a/buildtools/ChangeLog.Nov2009 b/buildtools/ChangeLog.Nov2009
deleted file mode 100644
--- a/buildtools/ChangeLog.Nov2009
+++ /dev/null
@@ -1,10 +0,0 @@
-# ChangeLog file for buildtools
-# This file is updated with Maddlog
-
-* Fri Jan  8 2010 Sjoerd Mullender <[email protected]>
-- Added Maddlog script to add ChangeLog entries.
-
-* Tue Dec  1 2009 Fabian Groffen <[email protected]>
-- Added mchangelog script that I use to add ChangeLog entries. The
-  script is a highly modified version of Gentoo's echangelog script.
-
diff --git a/buildtools/ChangeLog.Oct2010 b/buildtools/ChangeLog.Oct2010
deleted file mode 100644
--- a/buildtools/ChangeLog.Oct2010
+++ /dev/null
@@ -1,10 +0,0 @@
-# ChangeLog file for buildtools
-# This file is updated with Maddlog
-
-* Thu Nov  2 2010 Sjoerd Mullender <[email protected]>
-- On Windows, we now no longer use the pthreads library but instead
-  use the "native" threads, semaphores, and mutex implementation.
-
-* Wed Sep 22 2010 Fabian Groffen <[email protected]>
-- We now provide pkg-config files (*.pc) for libraries.
-
diff --git a/clients/ChangeLog-Archive b/clients/ChangeLog-Archive
--- a/clients/ChangeLog-Archive
+++ b/clients/ChangeLog-Archive
@@ -168,6 +168,10 @@
 - Disable timer functionality for non-XQuery languages since it is
   incorrect, bug #2705
 
+* Thu Jan 20 2011 Sjoerd Mullender <[email protected]>
+- Fix problem with Windows cmd script if installation folder name
+  contains parentheses.
+
 * Tue Jan  4 2011 Fabian Groffen <[email protected]> - 11.1.1-20110317
 - Added mapi_get_uri function to retrieve mapi URI for the connection
 
@@ -351,3 +355,6 @@
   length (excluding trailing NULL byte) of the field returned by
   mapi_fetch_field().
 
+* Mon Jan  4 2010 Sjoerd Mullender <[email protected]>
+- Fix exit code of mclient -D in case dump fails.
+
diff --git a/clients/ChangeLog.Apr2011 b/clients/ChangeLog.Apr2011
deleted file mode 100644
--- a/clients/ChangeLog.Apr2011
+++ /dev/null
@@ -1,3 +0,0 @@
-# ChangeLog file for clients
-# This file is updated with Maddlog
-
diff --git a/clients/ChangeLog.Aug2011 b/clients/ChangeLog.Aug2011
deleted file mode 100644
--- a/clients/ChangeLog.Aug2011
+++ /dev/null
@@ -1,3 +0,0 @@
-# ChangeLog file for clients
-# This file is updated with Maddlog
-
diff --git a/clients/ChangeLog.Feb2010 b/clients/ChangeLog.Feb2010
deleted file mode 100644
--- a/clients/ChangeLog.Feb2010
+++ /dev/null
@@ -1,3 +0,0 @@
-# ChangeLog file for clients
-# This file is updated with Maddlog
-
diff --git a/clients/ChangeLog.Jun2010 b/clients/ChangeLog.Jun2010
deleted file mode 100644
--- a/clients/ChangeLog.Jun2010
+++ /dev/null
@@ -1,3 +0,0 @@
-# ChangeLog file for clients
-# This file is updated with Maddlog
-
diff --git a/clients/ChangeLog.Mar2011 b/clients/ChangeLog.Mar2011
deleted file mode 100644
--- a/clients/ChangeLog.Mar2011
+++ /dev/null
@@ -1,3 +0,0 @@
-# ChangeLog file for clients
-# This file is updated with Maddlog
-
diff --git a/clients/ChangeLog.Nov2009 b/clients/ChangeLog.Nov2009
deleted file mode 100644
--- a/clients/ChangeLog.Nov2009
+++ /dev/null
@@ -1,6 +0,0 @@
-# ChangeLog file for clients
-# This file is updated with Maddlog
-
-* Mon Jan  4 2010 Sjoerd Mullender <[email protected]>
-- Fix exit code of mclient -D in case dump fails.
-
diff --git a/clients/ChangeLog.Oct2010 b/clients/ChangeLog.Oct2010
deleted file mode 100644
--- a/clients/ChangeLog.Oct2010
+++ /dev/null
@@ -1,7 +0,0 @@
-# ChangeLog file for clients
-# This file is updated with Maddlog
-
-* Thu Jan 20 2011 Sjoerd Mullender <[email protected]>
-- Fix problem with Windows cmd script if installation folder name
-  contains parentheses.
-
diff --git a/gdk/ChangeLog-Archive b/gdk/ChangeLog-Archive
--- a/gdk/ChangeLog-Archive
+++ b/gdk/ChangeLog-Archive
@@ -49,6 +49,10 @@
 * Mon May 31 2010 Sjoerd Mullender <[email protected]> - 1.38.1-20100618
 - Updated Vendor information.
 
+* Fri May  7 2010 Fabian Groffen <[email protected]>
+- Updated HowToStart.rst for our move from SourceForge for sources,
+  trackers and downloads.
+
 * Tue Apr 20 2010 Stefan Manegold <[email protected]> - 1.38.1-20100618
 - Made compilation of "testing" (and "java") independent of MonetDB.
   This is mainly for Windows, but also on other systems, "testing" can
diff --git a/gdk/ChangeLog.Apr2011 b/gdk/ChangeLog.Apr2011
deleted file mode 100644
--- a/gdk/ChangeLog.Apr2011
+++ /dev/null
@@ -1,3 +0,0 @@
-# ChangeLog file for MonetDB
-# This file is updated with Maddlog
-
diff --git a/gdk/ChangeLog.Aug2011 b/gdk/ChangeLog.Aug2011
deleted file mode 100644
--- a/gdk/ChangeLog.Aug2011
+++ /dev/null
@@ -1,3 +0,0 @@
-# ChangeLog file for MonetDB
-# This file is updated with Maddlog
-
diff --git a/gdk/ChangeLog.Feb2010 b/gdk/ChangeLog.Feb2010
deleted file mode 100644
--- a/gdk/ChangeLog.Feb2010
+++ /dev/null
@@ -1,6 +0,0 @@
-# ChangeLog file for MonetDB
-# This file is updated with Maddlog
-
-* Fri May  7 2010 Fabian Groffen <[email protected]>
-- Updated HowToStart.rst for our move from SourceForge for sources,
-  trackers and downloads.
diff --git a/gdk/ChangeLog.Jun2010 b/gdk/ChangeLog.Jun2010
deleted file mode 100644
--- a/gdk/ChangeLog.Jun2010
+++ /dev/null
@@ -1,3 +0,0 @@
-# ChangeLog file for MonetDB
-# This file is updated with Maddlog
-
diff --git a/gdk/ChangeLog.Mar2011 b/gdk/ChangeLog.Mar2011
deleted file mode 100644
--- a/gdk/ChangeLog.Mar2011
+++ /dev/null
@@ -1,3 +0,0 @@
-# ChangeLog file for MonetDB
-# This file is updated with Maddlog
-
diff --git a/gdk/ChangeLog.Oct2010 b/gdk/ChangeLog.Oct2010
deleted file mode 100644
--- a/gdk/ChangeLog.Oct2010
+++ /dev/null
@@ -1,3 +0,0 @@
-# ChangeLog file for MonetDB
-# This file is updated with Maddlog
-
diff --git a/geom/ChangeLog.Apr2011 b/geom/ChangeLog.Apr2011
deleted file mode 100644
--- a/geom/ChangeLog.Apr2011
+++ /dev/null
@@ -1,3 +0,0 @@
-# ChangeLog file for geom
-# This file is updated with Maddlog
-
diff --git a/geom/ChangeLog.Aug2011 b/geom/ChangeLog.Aug2011
deleted file mode 100644
--- a/geom/ChangeLog.Aug2011
+++ /dev/null
@@ -1,3 +0,0 @@
-# ChangeLog file for geom
-# This file is updated with Maddlog
-
diff --git a/geom/ChangeLog.Jun2010 b/geom/ChangeLog.Jun2010
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to