You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2012/11/10 02:14:19 UTC

svn commit: r1407713 - in /buildr/trunk: CHANGELOG doap.rdf lib/buildr/version.rb

Author: donaldp
Date: Sat Nov 10 01:14:18 2012
New Revision: 1407713

URL: http://svn.apache.org/viewvc?rev=1407713&view=rev
Log:
Bump the version and preparation for phase of development

Modified:
    buildr/trunk/CHANGELOG
    buildr/trunk/doap.rdf
    buildr/trunk/lib/buildr/version.rb

Modified: buildr/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/buildr/trunk/CHANGELOG?rev=1407713&r1=1407712&r2=1407713&view=diff
==============================================================================
--- buildr/trunk/CHANGELOG (original)
+++ buildr/trunk/CHANGELOG Sat Nov 10 01:14:18 2012
@@ -1,3 +1,5 @@
+1.4.10 (Pending)
+
 1.4.9 (2012-11-08)
 * Fixed:  Fixed the interaction with the FileUtils classes. The last release
           introduced a non-deterministic bug that sometimes caused logging

Modified: buildr/trunk/doap.rdf
URL: http://svn.apache.org/viewvc/buildr/trunk/doap.rdf?rev=1407713&r1=1407712&r2=1407713&view=diff
==============================================================================
--- buildr/trunk/doap.rdf (original)
+++ buildr/trunk/doap.rdf Sat Nov 10 01:14:18 2012
@@ -37,6 +37,20 @@
     <category rdf:resource="http://projects.apache.org/category/build-management" />
     <release>
       <Version>
+        <name>1.4.9</name>
+        <created>2012-11-08</created>
+        <revision>1.4.9</revision>
+        <dc:description>
+* Fixed:  Fixed the interaction with the FileUtils classes. The last release
+          introduced a non-deterministic bug that sometimes caused logging
+          preferences to be ignored and the install method to be
+          inadvertently overwritten.
+
+        </dc:description>
+      </Version>
+    </release>
+    <release>
+      <Version>
         <name>1.4.8</name>
         <created>2012-11-01</created>
         <revision>1.4.8</revision>

Modified: buildr/trunk/lib/buildr/version.rb
URL: http://svn.apache.org/viewvc/buildr/trunk/lib/buildr/version.rb?rev=1407713&r1=1407712&r2=1407713&view=diff
==============================================================================
--- buildr/trunk/lib/buildr/version.rb (original)
+++ buildr/trunk/lib/buildr/version.rb Sat Nov 10 01:14:18 2012
@@ -14,5 +14,5 @@
 # the License.
 
 module Buildr
-  VERSION = '1.4.9'.freeze
+  VERSION = '1.4.10.dev'.freeze
 end
\ No newline at end of file