From fe4ada9205a90e5aebc2d603136193c3903ea68f Mon Sep 17 00:00:00 2001 From: Michael J Rubinsky Date: Sun, 20 Jul 2014 18:17:41 -0400 Subject: [PATCH] BFN --- ansel/docs/CHANGES | 1 + ansel/package.xml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ansel/docs/CHANGES b/ansel/docs/CHANGES index f7cf7942d71..92e13140e21 100644 --- a/ansel/docs/CHANGES +++ b/ansel/docs/CHANGES @@ -2,6 +2,7 @@ v3.0.2-git ---------- +[mjr] Fix fatal divide by zero error due to incorrectly named variable. [jan] Fix type of ansel_shares_users.user_uid column. [jan] Fix watermark font size preference. [jan] Make shares table compatible with Oracle. diff --git a/ansel/package.xml b/ansel/package.xml index 14519096bf3..485c73789ba 100644 --- a/ansel/package.xml +++ b/ansel/package.xml @@ -33,6 +33,7 @@ GPL-2.0 +* [mjr] Fix fatal divide by zero error due to incorrectly named variable. * [jan] Fix type of ansel_shares_users.user_uid column. * [jan] Fix watermark font size preference. * [jan] Make shares table compatible with Oracle. @@ -1348,6 +1349,7 @@ 2014-02-24 GPL-2.0 +* [mjr] Fix fatal divide by zero error due to incorrectly named variable. * [jan] Fix type of ansel_shares_users.user_uid column. * [jan] Fix watermark font size preference. * [jan] Make shares table compatible with Oracle.