Skip to content

Commit 5d99632

Browse files
author
liujisi@google.com
committed
Update changelog for 2.4.1 release.
1 parent 03aaa04 commit 5d99632

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGES.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
compatible again.
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+
120
2011-02-02 version 2.4.0:
221

322
General

0 commit comments

Comments
 (0)