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/26 19:22:20 UTC

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

Author: sslavic
Date: Fri Jul 26 17:22:20 2013
New Revision: 1507376

URL: http://svn.apache.org/r1507376
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=1507376&r1=1507375&r2=1507376&view=diff
==============================================================================
--- mahout/trunk/CHANGELOG (original)
+++ mahout/trunk/CHANGELOG Fri Jul 26 17:22:20 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=1507376&r1=1507375&r2=1507376&view=diff
==============================================================================
--- mahout/trunk/distribution/src/main/assembly/bin.xml (original)
+++ mahout/trunk/distribution/src/main/assembly/bin.xml Fri Jul 26 17:22:20 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=1507376&r1=1507375&r2=1507376&view=diff
==============================================================================
--- mahout/trunk/distribution/src/main/assembly/src.xml (original)
+++ mahout/trunk/distribution/src/main/assembly/src.xml Fri Jul 26 17:22:20 2013
@@ -5,7 +5,6 @@
   <formats>
     <format>dir</format>
     <format>tar.gz</format>
-    <format>tar.bz2</format>
     <format>zip</format>
   </formats>
   <fileSets>