aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcsharptest <roger@csharptest.net>2015-02-22 13:42:40 -0600
committerrogerk <devnull@localhost>2015-02-22 13:42:40 -0600
commita3e8d12961e1c4a237dc4fa187ae982c664bf393 (patch)
tree1ac8440470d390af10e40cbf997678550a4231f9
parent53727a0ac7428bc50bc309758d47a66d38e28e85 (diff)
downloadprotobuf-a3e8d12961e1c4a237dc4fa187ae982c664bf393.tar.gz
protobuf-a3e8d12961e1c4a237dc4fa187ae982c664bf393.tar.bz2
protobuf-a3e8d12961e1c4a237dc4fa187ae982c664bf393.zip
Updated changes.txt with previous and current release
-rw-r--r--CHANGES.txt45
1 files changed, 45 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d80368c7..a4bd41cb 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -9,6 +9,51 @@ For more information about Protocol Buffers in general, visit the project page
for the C++, Java and Python project:
http://protobuf.googlecode.com
===============================================================================
+RELEASE NOTES - Version 2.4.1.554
+===============================================================================
+
+Changes:
+- Upgrade solution format to Visual Studio 2012.
+- Add the ability to print a builder (not just a message)
+- TextGenerator introduces a new overload of PrintTo
+- Munge protoc's error format into a VS-C#-compatible output format.
+- Work to make ProtoGen clone that acts as a protoc.exe plugin.
+- Added the AllowPartiallyTrustedCallers attribute
+- Optimized enum parsing.
+
+Fixes:
+- Fix for bug in limited input stream's Position, Introduced Position on
+ output stream
+- Fix for writing a character to a JSON output overflows allocated buffer
+- Optimize FromBase64String to return Empty when presented with empty string.
+- Use string.Concat instead of operator to avoid potential import problems
+- Issue 81: quoting for NUnit parameters.
+- Issue 56: NuGet package is noisy
+- Issue 70: Portable library project has some invalid Nunit-based code.
+- Issue 71: CodedInputStream.ReadBytes go to slow path unnecessarily
+- Issue 84: warning CS0219: The variable `size' is assigned but never used
+
+===============================================================================
+RELEASE NOTES - Version 2.4.1.521
+===============================================================================
+
+Changes:
+- Add generated_code_attributes option, defaulted to false
+- Added support for Portable library
+- Added 'Unsafe' static type in ByteString to allow direct buffer access
+
+Fixes:
+- Issue 50: The XML serializer will fail to deserialize a message with empty
+ child message
+- Issue 45: Use of 'item' as a field name causes AmbiguousMatchException
+- Issue 49: Generated nested static Types class should be partial
+- Issue 38: Disable CLSCompliant warnings (3021)
+- Issue 40: proto_path does not work for command-line file names
+- Issue 54: should retire all bytes in buffer (bufferSize)
+- Issue 43: Fix to correct identical 'umbrella_classname' options from trying
+ to write to the same filename.
+
+===============================================================================
RELEASE NOTES - Version 2.4.1.473
===============================================================================