aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorliujisi@google.com <liujisi@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2011-04-30 15:29:09 +0000
committerliujisi@google.com <liujisi@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2011-04-30 15:29:09 +0000
commit5d99632b2da0476d4b32f81f22f1383ad2a3801c (patch)
treebebbca98b508da05194e059bc0cebab4f0829efd /CHANGES.txt
parent03aaa0417f2cdb318d6e07df13686203d2f3a1ab (diff)
downloadprotobuf-5d99632b2da0476d4b32f81f22f1383ad2a3801c.tar.gz
protobuf-5d99632b2da0476d4b32f81f22f1383ad2a3801c.tar.bz2
protobuf-5d99632b2da0476d4b32f81f22f1383ad2a3801c.zip
Update changelog for 2.4.1 release.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 4f15eada..737f8659 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,22 @@
+2011-05-01 version 2.4.1:
+
+ C++
+ * Fixed the frendship problem for old compilers to make the library now gcc 3
+ compatible again.
+ * Fixed vcprojects/extract_includes.bat to extract compiler/plugin.h.
+
+ Java
+ * Removed usages of JDK 1.6 only features to make the library now JDK 1.5
+ compatible again.
+ * Fixed a bug about negative enum values.
+ * serialVersionUID is now defined in generated messages for java serializing.
+ * Fixed protoc to use java.lang.Object, which makes "Object" now a valid
+ message name again.
+
+ Python
+ * Experimental C++ implementation now requires C++ protobuf library installed.
+ See the README.txt in the python directory for details.
+
2011-02-02 version 2.4.0:
General