[Bps-public-commit] RT-Condition-Complex branch, master, updated. 328b3ae708a7e77fc788bc7e18b9f3d75ed9bef1

Ruslan Zakirov ruz at bestpractical.com
Fri Nov 20 21:21:35 EST 2009


The branch, master has been updated
       via  328b3ae708a7e77fc788bc7e18b9f3d75ed9bef1 (commit)
      from  9ef5ef11e3f1d82f331e8f3941913a537c75672b (commit)

Summary of changes:
 CHANGES                     |   14 ++++++++++++++
 MANIFEST                    |    1 +
 lib/RT/Condition/Complex.pm |    2 +-
 3 files changed, 16 insertions(+), 1 deletions(-)
 create mode 100644 CHANGES

- Log -----------------------------------------------------------------
commit 328b3ae708a7e77fc788bc7e18b9f3d75ed9bef1
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date:   Sat Nov 21 05:21:01 2009 +0300

    bump version, 0.03

diff --git a/CHANGES b/CHANGES
new file mode 100644
index 0000000..09c0e96
--- /dev/null
+++ b/CHANGES
@@ -0,0 +1,14 @@
+0.03 2009-11-21
+
+    * ParseCode now takes text of the condition as argument
+    * moved more things into Solve method and made code
+      more abstract for re-use not only in conditions
+    * new Describe method with localization
+
+0.02 2009-11-05
+
+    * switch over RT::Extension::ColumnMap
+
+0.01 2009-09-06
+
+    * initial release
diff --git a/MANIFEST b/MANIFEST
index 91907e8..d0b4e0b 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,3 +1,4 @@
+CHANGES
 etc/initialdata
 inc/Module/Install.pm
 inc/Module/Install/Base.pm
diff --git a/lib/RT/Condition/Complex.pm b/lib/RT/Condition/Complex.pm
index e33191c..ecacac7 100644
--- a/lib/RT/Condition/Complex.pm
+++ b/lib/RT/Condition/Complex.pm
@@ -4,7 +4,7 @@ use 5.008003;
 use strict;
 use warnings;
 
-our $VERSION = '0.02';
+our $VERSION = '0.03';
 
 use base 'RT::Condition';
 

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list