Author: cutting
Date: Wed May 23 20:34:58 2012
New Revision: 1342033
URL: http://svn.apache.org/viewvc?rev=1342033&view=rev
Log:
AVRO-1098: CSharp: Fix compilation to work under older versions of Mono.
Modified:
avro/trunk/CHANGES.txt
avro/trunk/lang/csharp/README
Modified: avro/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/avro/trunk/CHANGES.txt?rev=1342033&r1=1342032&r2=1342033&view=diff
==============================================================================
--- avro/trunk/CHANGES.txt (original)
+++ avro/trunk/CHANGES.txt Wed May 23 20:34:58 2012
@@ -59,6 +59,9 @@ Avro 1.7.0 (unreleased)
instead of a generic IOException when reading ints and longs past
the end of file. (thiru & cutting)
+ AVRO-1098: CSharp: Fix compilation to work under older versions of Mono.
+ (cutting)
+
BUG FIXES
AVRO-1045. Java: Fix a bug in GenericData#deepCopy() of ByteBuffer values.
Modified: avro/trunk/lang/csharp/README
URL:
http://svn.apache.org/viewvc/avro/trunk/lang/csharp/README?rev=1342033&r1=1342032&r2=1342033&view=diff
==============================================================================
--- avro/trunk/lang/csharp/README (original)
+++ avro/trunk/lang/csharp/README Wed May 23 20:34:58 2012
@@ -26,6 +26,8 @@ or
$ CONFIGURATION=Debug TARGETFRAMEWORKVERSION=3.5 xbuild Avro.sln
+Note: In Ubuntu 12.04 (Precise Pangolin), please omit TARGETFRAMEWORKVERSION
argument and leave it to the default.
+
2. Unit tests
This is a common procedure for both Windows and Linux.