Changeset: 961301b12e2c for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=961301b12e2c Modified Files: MonetDB.spec buildtools/ChangeLog-Archive buildtools/ChangeLog.Apr2012 debian/changelog gdk/ChangeLog-Archive gdk/ChangeLog.Apr2012 libversions Branch: Apr2012 Log Message:
Moved contents of ChangeLog.Apr2012 to MonetDB.spec, debian/changelog and ChangeLog-Archive. diffs (123 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/Apr2012/%{name}-%{version}.tar.bz2 +Source: http://dev.monetdb.org/downloads/sources/Apr2012-SP1/%{name}-%{version}.tar.bz2 BuildRequires: bison BuildRequires: bzip2-devel @@ -631,6 +631,16 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libmonet rm -fr $RPM_BUILD_ROOT %changelog +* Mon May 14 2012 Fabian Groffen <[email protected]> - 11.9.3-20120514 +- Rebuilt. + +* Wed May 2 2012 Sjoerd Mullender <[email protected]> - 11.9.3-20120514 +- buildtools: Windows: we now use OpenSSL 1.0.1b. + +* Fri Apr 27 2012 Fabian Groffen <[email protected]> - 11.9.3-20120514 +- gdk: Implemented MT_getrss for Mac OS X systems, this allows the server to + know about how much memory is currently in use. + * Wed Apr 18 2012 Sjoerd Mullender <[email protected]> - 11.9.1-20120418 - Rebuilt. diff --git a/buildtools/ChangeLog-Archive b/buildtools/ChangeLog-Archive --- a/buildtools/ChangeLog-Archive +++ b/buildtools/ChangeLog-Archive @@ -1,6 +1,9 @@ # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY # This file contains past ChangeLog entries +* Wed May 2 2012 Sjoerd Mullender <[email protected]> - 11.9.3-20120514 +- Windows: we now use OpenSSL 1.0.1b. + * Wed Feb 22 2012 Sjoerd Mullender <[email protected]> - 11.7.7-20120224 - Fixed some of the package names for Debian/Ubuntu. Packages for libraries should contain the major number of the library version number. diff --git a/buildtools/ChangeLog.Apr2012 b/buildtools/ChangeLog.Apr2012 --- a/buildtools/ChangeLog.Apr2012 +++ b/buildtools/ChangeLog.Apr2012 @@ -1,6 +1,3 @@ # ChangeLog file for buildtools # This file is updated with Maddlog -* Wed May 2 2012 Sjoerd Mullender <[email protected]> -- Windows: we now use OpenSSL 1.0.1b. - diff --git a/debian/changelog b/debian/changelog --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +monetdb (11.9.3-20120514) unstable; urgency=low + + * Rebuilt. + + -- Fabian Groffen <[email protected]> Mon, 14 May 2012 12:36:35 +0200 + +monetdb (11.9.3-20120514) unstable; urgency=low + + * buildtools: Windows: we now use OpenSSL 1.0.1b. + + -- Sjoerd Mullender <[email protected]> Wed, 2 May 2012 12:36:35 +0200 + +monetdb (11.9.3-20120514) unstable; urgency=low + + * gdk: Implemented MT_getrss for Mac OS X systems, this allows the server to + know about how much memory is currently in use. + + -- Fabian Groffen <[email protected]> Fri, 27 Apr 2012 12:36:35 +0200 + monetdb (11.9.1-20120418) 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,10 @@ # DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY # This file contains past ChangeLog entries +* Fri Apr 27 2012 Fabian Groffen <[email protected]> - 11.9.3-20120514 +- Implemented MT_getrss for Mac OS X systems, this allows the server to + know about how much memory is currently in use. + * Tue Feb 7 2012 Sjoerd Mullender <[email protected]> - 11.9.1-20120418 - The type "chr" has been removed. chr has long been superseded by bte for 1 byte arithmetic plus it is diff --git a/gdk/ChangeLog.Apr2012 b/gdk/ChangeLog.Apr2012 --- a/gdk/ChangeLog.Apr2012 +++ b/gdk/ChangeLog.Apr2012 @@ -1,7 +1,3 @@ # ChangeLog file for MonetDB # This file is updated with Maddlog -* Fri Apr 27 2012 Fabian Groffen <[email protected]> -- Implemented MT_getrss for Mac OS X systems, this allows the server to - know about how much memory is currently in use. - diff --git a/libversions b/libversions --- a/libversions +++ b/libversions @@ -35,13 +35,13 @@ # version of the GDK library (subdirectory gdk; also includes # common/options and common/mutils) -GDK_VERSION=5:0:0 +GDK_VERSION=5:1:0 # version of the MAPI library (subdirectory clients/mapilib) MAPI_VERSION=6:0:0 # version of the MONETDB5 library (subdirectory monetdb5, not including extras) -MONETDB5_VERSION=11:0:0 +MONETDB5_VERSION=11:1:0 # version of the STREAM library (subdirectory common/stream) -STREAM_VERSION=4:0:1 +STREAM_VERSION=4:1:1 _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
