Skip to content

Commit

Permalink
Update changelog for 2.4.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
liujisi@google.com committed Apr 30, 2011
1 parent 03aaa04 commit 5d99632
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5d99632

Please sign in to comment.