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/09 09:03:04 UTC

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

Author: sslavic
Date: Tue Jul  9 07:03:04 2013
New Revision: 1501110

URL: http://svn.apache.org/r1501110
Log:
Temporarily reverted MAHOUT-1275 changes, scheduled for 0.9, while 0.8 code freeze is on

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=1501110&r1=1501109&r2=1501110&view=diff
==============================================================================
--- mahout/trunk/CHANGELOG (original)
+++ mahout/trunk/CHANGELOG Tue Jul  9 07:03:04 2013
@@ -1,10 +1,6 @@
 Mahout Change Log
 
-Release 0.9 - unreleased
-
-  MAHOUT-1275: Dropped bz2 distribution format for source and binaries (sslavic)
-
-Release 0.8
+Release 0.8 - unreleased
 
   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=1501110&r1=1501109&r2=1501110&view=diff
==============================================================================
--- mahout/trunk/distribution/src/main/assembly/bin.xml (original)
+++ mahout/trunk/distribution/src/main/assembly/bin.xml Tue Jul  9 07:03:04 2013
@@ -5,6 +5,7 @@
   <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=1501110&r1=1501109&r2=1501110&view=diff
==============================================================================
--- mahout/trunk/distribution/src/main/assembly/src.xml (original)
+++ mahout/trunk/distribution/src/main/assembly/src.xml Tue Jul  9 07:03:04 2013
@@ -5,6 +5,7 @@
   <formats>
     <format>dir</format>
     <format>tar.gz</format>
+    <format>tar.bz2</format>
     <format>zip</format>
   </formats>
   <fileSets>