Changeset: 77803b2fe978 for monetdb-ruby
URL: http://dev.monetdb.org/hg/monetdb-ruby?cmd=changeset;node=77803b2fe978
Modified Files:
        Changelog
        debian/changelog
        rubygem-monetdb-sql.spec
Branch: default
Log Message:

Update changelogs.


diffs (67 lines):

diff --git a/Changelog b/Changelog
--- a/Changelog
+++ b/Changelog
@@ -1,38 +1,4 @@
-* Tue 30 Jun 2009 22:14:38 CEST
-Added test cases for the standalone driver (ruby unit test).
-
-* Thu 25 Jun 2009 17:31:02 CEST
-Fixed a major bug that resulted in data corruption;
-MAPI implementation code cleanup and bug fixes;
-Support to ruby 1.9;
-Both the standalone driver and activerecord now support transactions; nested 
transactions
-are simulated via savepoints in activerecord.
-Added a Rakefile and script to run activerecord unit test suite.
-Type conversion in the standalone driver is now performed after data has been 
retrieved and can be executed on single fields.
-
-* Mon 25 May 2009 17:52:01 CEST
-Imported last week changes (protocol 9 support, parametrized the connection 
options in the activerecord adapter, fixed a bug in the auth protocol v8).
-Fixed a bug in the mapi protocol that resulted in data loss (wrong handling of 
TRANSACTIONS).
-Began to port the activerecord test suite to monetdb (not all test cases can 
be performed).
-Removed an unneeded file ('lib/MonetDBStatement.rb') from the gemspec of the 
standalone driver (the feature will be moved to HEAD).
-Began to port the driver to ruby 1.9.
-Removed *.gem files from cvs.
-
-* Mon 18 May 2009 15:22:31 CEST
-Fixed bugs that prevented the correct working of activerecords' migration;
-The activerecord connector now supports insertion, update and alter table 
operations;
-Type casting is working in activerecord;
-Added a rubygem and rakefile for activerecord-monetdb-adapter;
-Added a new usage example for activerecord to the README file;
-Added an example directory to the cvs tree;
-The driver now correctly works with merovingian.
-
-
-* Sat  9 May 2009 15:58:36 CEST
-Fixed bugs with the query processing in the standalone driver;
-Added INSERT and UPDATE methods in the activerecord connector.
-
-* Thu  7 May 2009 17:03:01 CEST
-
-Added a check against the protocol version during authentication;
-Imported the activerecord code (available under adapter/).
+* Wed Mar  2 2016 Sjoerd Mullender <sjo...@acm.org>
+- The Ruby interface to MonetDB is now a separate package.
+- The Ruby interface was updated to Ruby 2, and the activerecord
+  integration was removed.
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
-ruby-monetdb-sql (1.0-1) unstable; urgency=low
+ruby-monetdb-sql (1.0) unstable; urgency=low
 
   * The Ruby interface to MonetDB is now a separate package.
+  * The Ruby interface was updated to Ruby 2, and the activerecord
+    integration was removed.
 
  -- Sjoerd Mullender <sjo...@acm.org>  Wed, 02 Mar 2016 12:27:21 +0100
diff --git a/rubygem-monetdb-sql.spec b/rubygem-monetdb-sql.spec
--- a/rubygem-monetdb-sql.spec
+++ b/rubygem-monetdb-sql.spec
@@ -68,3 +68,5 @@ find %{buildroot}%{gem_instdir} -name \*
 %changelog
 * Wed Mar  2 2016 Sjoerd Mullender <sjo...@acm.org> - 1.0-1
 - The Ruby interface to MonetDB is now a separate package.
+- The Ruby interface was updated to Ruby 2, and the activerecord
+  integration was removed.
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to