You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ss...@apache.org on 2013/07/08 21:30:01 UTC

svn commit: r1500898 - in /mahout/trunk: CHANGELOG distribution/src/main/assembly/bin.xml distribution/src/main/assembly/src.xml

Author: sslavic
Date: Mon Jul  8 19:30:01 2013
New Revision: 1500898

URL: http://svn.apache.org/r1500898
Log:
MAHOUT-1275 Dropped bz2 distribution format for source and binaries

Modified:
    mahout/trunk/CHANGELOG
    mahout/trunk/distribution/src/main/assembly/bin.xml
    mahout/trunk/distribution/src/main/assembly/src.xml

Modified: mahout/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/mahout/trunk/CHANGELOG?rev=1500898&r1=1500897&r2=1500898&view=diff
==============================================================================
--- mahout/trunk/CHANGELOG (original)
+++ mahout/trunk/CHANGELOG Mon Jul  8 19:30:01 2013
@@ -1,6 +1,10 @@
 Mahout Change Log
 
-Release 0.8 - unreleased
+Release 0.9 - unreleased
+
+  MAHOUT-1275: Dropped bz2 distribution format for source and binaries (sslavic)
+
+Release 0.8
 
   MAHOUT-1272: Parallel SGD matrix factorizer for SVDrecommender (Peng Cheng via ssc)
 

Modified: mahout/trunk/distribution/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/distribution/src/main/assembly/bin.xml?rev=1500898&r1=1500897&r2=1500898&view=diff
==============================================================================
--- mahout/trunk/distribution/src/main/assembly/bin.xml (original)
+++ mahout/trunk/distribution/src/main/assembly/bin.xml Mon Jul  8 19:30:01 2013
@@ -5,7 +5,6 @@
   <formats>
     <format>dir</format>
     <format>tar.gz</format>
-    <format>tar.bz2</format>
     <format>zip</format>
   </formats>
 

Modified: mahout/trunk/distribution/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/distribution/src/main/assembly/src.xml?rev=1500898&r1=1500897&r2=1500898&view=diff
==============================================================================
--- mahout/trunk/distribution/src/main/assembly/src.xml (original)
+++ mahout/trunk/distribution/src/main/assembly/src.xml Mon Jul  8 19:30:01 2013
@@ -5,7 +5,6 @@
   <formats>
     <format>dir</format>
     <format>tar.gz</format>
-    <format>tar.bz2</format>
     <format>zip</format>
   </formats>
   <fileSets>