]> git.donarmstrong.com Git - deb_pkgs/libstatistics-r-perl.git/blobdiff - Changes
Update upstream source from tag 'upstream/0.34'
[deb_pkgs/libstatistics-r-perl.git] / Changes
diff --git a/Changes b/Changes
index 5635c25e39781bf4df711db1b5161b863b7ee592..4982e923115b516bd7194d9df0a81b0b40ed80a7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,52 @@
 Revision history for Perl extension Statistics::R.
 
+0.34  2015-10-19
+    - Fixed obscure issue in DESTROY (reported by Pär Larsson, RT #107246)
+
+0.33  2014-08-28
+    - Better way to set large arrays (patch by Ken Yamaguchi, RT #97359)
+    - Properly handle the quit() command (reported by tecolo, Github #5)
+    - Prefer using the 'bin' constructor instead of 'r_bin'
+    - Method version() to get the version of R
+    - Better handling of R internationalization
+
+0.32  2013-12-18 
+    - Fixed POD error (reported by Srividya Vaidyanathan, RT #91438)
+
+0.31  2013-02-07
+    - Simplification and speedup of communications with R
+    - Handle multiple locales when looking for errors (patch by Jean Véronis and
+      Brian Cassidy)
+
+0.30  2012-11-15
+    - Skip tests that hang on Windows (thanks Clifford Sobchuk and Gisbert W.
+      Selke, RT #77761)
+    - Automatically destroy the R bridge when Statistics::R goes out of scope
+      (unless running in shared mode)
+
+0.29  2012-11-07
+    - Fixed cross-platform filename problem in run_from_file (thanks Clifford
+      Sobchuk, RT #77761)
+
+0.28  2012-11-06
+    - Fixed packaging issue by repackaging with Module::Install version 1.06
+    - Fixed character causing failure of POD test
+
+0.27  2012-03-22
+    - Better handling of R line length limits
+    - Better quoting of strings passed to R
+    - Optimizations
+    
+0.26  2012-01-28
+    - Support more R installation paths in Windows (patch by Adam Kennedy)
+
+0.25  2011-12-21
+    - Fixed a bug in the get() method (reported by Manuel A. Alonso Tarajano,
+      patched by Brian Cassidy)
+
 0.24  2011-11-09
-    - Require Text::Balanced >= 0.97 to prevent bad surprises (reported by Ryan Golhar)
+    - Require Text::Balanced >= 0.97 to prevent bad surprises (reported by Ryan
+      Golhar)
 
 0.23  2011-10-28
     - Arrays of number-containing strings are now handled properly (RT bug 
@@ -31,7 +76,8 @@ Revision history for Perl extension Statistics::R.
     - Refactoring to remove old code doing platform-specific operations.
     - Lots of code cleanup
     - Removed the now useless r_dir and tmp_dir options of new()
-    - Fix for change of dir bug (RT #6724). Also fixes missing synopsis file (RT #70307)
+    - Fix for change of dir bug (RT #6724). Also fixes missing synopsis file (RT
+      #70307)
     - More subtle cleanup procedure (RT #70392)
 
 0.09  2011-08-23