Release v0.08271
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index d557c39..20e725f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,25 @@
 Revision history for DBIx::Class
 
+0.08271 2016-06-17 10:11 (UTC)
+
+  xx  Maintenance no-changes-in-lib release fixing failing tests  xx
+  xx   due to advances in currently available CPAN dependencies   xx
+  xx     ( for folks stuck due to minor 0.0828xx regressions )    xx
+
+    * Fixes
+        - Fix t/105view_deps.t failing with libsqlite >= 3.009, where view
+          definitions are lazily-checked for correctness only at DML-time as
+          opposed to DDL-time (RT#1546088)
+        - Fix hang in t/72pg.t when run against DBD::Pg 3.5.0. The ping()
+          implementation changes due to RT#100648 made an alarm() based
+          timeout lock-prone.
+        - Adjust Oracle SQLMaker to accommodate fixed API in SQL::Abstract
+        - Disable test failing on newer SQLite (workaround for RT#96499)
+
+    * Misc
+        - Remove warning about potential side effects of RT#79576 (scheduled)
+        - Fix intermittent failures in the LeakTracer on 5.18+
+
 0.08270 2014-01-30 21:54 (PST)
     * Fixes
         - Fix 0.08260 regression in DBD::SQLite bound int handling. Inserted