michael@0: This library has been updated to protobuf-2.4.1 as of 11/30/12. michael@0: michael@0: Protocol Buffers (protobuf) source is available (via svn) at: michael@0: svn checkout http://protobuf.googlecode.com/svn/trunk/ protobuf-read-only michael@0: michael@0: This code is covered under the BSD license (see COPYING.txt). Documentation is michael@0: available at http://code.google.com/p/protobuf. michael@0: michael@0: This import includes only files in protobuf-lite, a lighter-weight library that michael@0: does not support reflection or descriptors. Manual changes include removing all michael@0: tests, testdata, config.h, and all files not used in protobuf-lite. michael@0: michael@0: Applied Patches michael@0: =============== michael@0: r512.patch: michael@0: Support VS2013 (from revision r512) michael@0: michael@0: vs2013.patch michael@0: Additional changes to support VS2013 missed from revision r512.