OLD | NEW |
1 Name: Protocol Buffers | 1 Name: Protocol Buffers |
2 Short Name: protobuf | 2 Short Name: protobuf |
3 URL: http://protobuf.googlecode.com/svn/trunk | 3 URL: http://protobuf.googlecode.com/svn/trunk |
4 License: BSD | 4 License: BSD |
5 License File: COPYING.txt | 5 License File: COPYING.txt |
6 Version: unknown | 6 Version: unknown |
7 Revision: r423 | 7 Revision: r423 |
8 Security Critical: yes | 8 Security Critical: yes |
9 | 9 |
10 Local files (not taken from upstream): | 10 Local files (not taken from upstream): |
11 README.chromium | 11 README.chromium |
12 config.h | 12 config.h |
13 descriptor2_pb.py | 13 descriptor2_pb.py |
14 | 14 |
| 15 The Java lite version of the library has been checked in directly under |
| 16 javalib/protobuf-java-2.4.1-lite.jar. It should be updated whenever a |
| 17 new version of protobuf is rolled. It can be built by following the |
| 18 instructions in svn/trunk/java/README.txt. |
| 19 Note: Remember to use the lite profile with "mvn install -P lite". |
| 20 |
15 A protobuf.gyp file has been added for building with Chromium. | 21 A protobuf.gyp file has been added for building with Chromium. |
16 | 22 |
17 This code has been patched to support unknown field retention in protobuf-lite. | 23 This code has been patched to support unknown field retention in protobuf-lite. |
18 See r62331 for the patch. | 24 See r62331 for the patch. |
19 | 25 |
20 Revision r427 was cherry-picked from upstream. | 26 Revision r427 was cherry-picked from upstream. |
21 | 27 |
22 Cherry-pick patch from http://code.google.com/p/protobuf/issues/detail?id=425. | 28 Cherry-pick patch from http://code.google.com/p/protobuf/issues/detail?id=425. |
OLD | NEW |