We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03aaa04 commit 5d99632Copy full SHA for 5d99632
CHANGES.txt
@@ -1,3 +1,22 @@
1
+2011-05-01 version 2.4.1:
2
+
3
+ C++
4
+ * Fixed the frendship problem for old compilers to make the library now gcc 3
5
+ compatible again.
6
+ * Fixed vcprojects/extract_includes.bat to extract compiler/plugin.h.
7
8
+ Java
9
+ * Removed usages of JDK 1.6 only features to make the library now JDK 1.5
10
11
+ * Fixed a bug about negative enum values.
12
+ * serialVersionUID is now defined in generated messages for java serializing.
13
+ * Fixed protoc to use java.lang.Object, which makes "Object" now a valid
14
+ message name again.
15
16
+ Python
17
+ * Experimental C++ implementation now requires C++ protobuf library installed.
18
+ See the README.txt in the python directory for details.
19
20
2011-02-02 version 2.4.0:
21
22
General
0 commit comments