You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by cu...@apache.org on 2010/08/30 19:22:27 UTC

svn commit: r990873 - in /avro/branches/branch-1.4: ./ DIST_README.txt lang/py/ lang/ruby/ lang/ruby/Manifest

Author: cutting
Date: Mon Aug 30 17:22:26 2010
New Revision: 990873

URL: http://svn.apache.org/viewvc?rev=990873&view=rev
Log:
Merge r990867 & 990871 from trunk, minor cleanups preparing for 1.4.0.

Modified:
    avro/branches/branch-1.4/   (props changed)
    avro/branches/branch-1.4/DIST_README.txt
    avro/branches/branch-1.4/lang/py/   (props changed)
    avro/branches/branch-1.4/lang/ruby/   (props changed)
    avro/branches/branch-1.4/lang/ruby/Manifest

Propchange: avro/branches/branch-1.4/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Aug 30 17:22:26 2010
@@ -1 +1 @@
-/avro/trunk:990852,990860
+/avro/trunk:990852,990860,990867,990871

Modified: avro/branches/branch-1.4/DIST_README.txt
URL: http://svn.apache.org/viewvc/avro/branches/branch-1.4/DIST_README.txt?rev=990873&r1=990872&r2=990873&view=diff
==============================================================================
--- avro/branches/branch-1.4/DIST_README.txt (original)
+++ avro/branches/branch-1.4/DIST_README.txt Mon Aug 30 17:22:26 2010
@@ -9,6 +9,6 @@ This distribution contains the following
 
   - avro-doc-x.y.z.tar.gz contains Avro's pre-built documentation.
 
-  - the c/, cpp/, java/, py/, and ruby/ subdirectories contain
+  - the c/, cpp/, java/, php/, py/, and ruby/ subdirectories contain
     pre-built, language-specific binaries, bundles, etc. as
     conveniences.

Propchange: avro/branches/branch-1.4/lang/py/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Aug 30 17:22:26 2010
@@ -1,2 +1,3 @@
 avro.egg-info
 build
+MANIFEST

Propchange: avro/branches/branch-1.4/lang/ruby/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Aug 30 17:22:26 2010
@@ -1,3 +1,4 @@
 avro.gemspec
+data.avr
 pkg
 tmp

Modified: avro/branches/branch-1.4/lang/ruby/Manifest
URL: http://svn.apache.org/viewvc/avro/branches/branch-1.4/lang/ruby/Manifest?rev=990873&r1=990872&r2=990873&view=diff
==============================================================================
--- avro/branches/branch-1.4/lang/ruby/Manifest (original)
+++ avro/branches/branch-1.4/lang/ruby/Manifest Mon Aug 30 17:22:26 2010
@@ -1,6 +1,7 @@
 CHANGELOG
 Manifest
 Rakefile
+avro.gemspec
 interop/test_interop.rb
 lib/avro.rb
 lib/avro/collect_hash.rb