toolkit/components/protobuf/README.txt

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/components/protobuf/README.txt	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +This library has been updated to protobuf-2.4.1 as of 11/30/12.
     1.5 +
     1.6 +Protocol Buffers (protobuf) source is available (via svn) at:
     1.7 +svn checkout http://protobuf.googlecode.com/svn/trunk/ protobuf-read-only
     1.8 +
     1.9 +This code is covered under the BSD license (see COPYING.txt). Documentation is
    1.10 +available at http://code.google.com/p/protobuf.
    1.11 +
    1.12 +This import includes only files in protobuf-lite, a lighter-weight library that
    1.13 +does not support reflection or descriptors. Manual changes include removing all
    1.14 +tests, testdata, config.h, and all files not used in protobuf-lite.
    1.15 +
    1.16 +Applied Patches
    1.17 +===============
    1.18 +r512.patch:
    1.19 +  Support VS2013 (from revision r512)
    1.20 +
    1.21 +vs2013.patch
    1.22 +  Additional changes to support VS2013 missed from revision r512.

mercurial