| OLD | NEW |
| 1 Name: Protocol Buffers | 1 Name: Protocol Buffers |
| 2 Short Name: protobuf | 2 Short Name: protobuf |
| 3 URL: https://github.com/google/protobuf | 3 URL: https://github.com/google/protobuf |
| 4 License: BSD | 4 License: BSD |
| 5 License File: LICENSE | 5 License File: LICENSE |
| 6 Version: 3.0.0-beta-3 | 6 Version: 3.0.0-beta-3 |
| 7 Revision: 3470b6895aa659b7559ed678e029a5338e535f14 | 7 Revision: 3470b6895aa659b7559ed678e029a5338e535f14 |
| 8 Security Critical: yes | 8 Security Critical: yes |
| 9 | 9 |
| 10 Steps used to create the current version: | 10 Steps used to create the current version: |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 | 79 |
| 80 These patches uninline some functions, resulting in a significant reduction | 80 These patches uninline some functions, resulting in a significant reduction |
| 81 (somewhere between 500 KB and 1 MB) of binary size. | 81 (somewhere between 500 KB and 1 MB) of binary size. |
| 82 | 82 |
| 83 - 0011-libprotobuf_export.patch | 83 - 0011-libprotobuf_export.patch |
| 84 | 84 |
| 85 During merge with internal branch, the dll export attribute was accidentally | 85 During merge with internal branch, the dll export attribute was accidentally |
| 86 removed in C++11 mode. | 86 removed in C++11 mode. |
| 87 | 87 |
| 88 Fixed in https://github.com/google/protobuf/pull/1549 | 88 Fixed in https://github.com/google/protobuf/pull/1549 |
| 89 |
| 90 - 0012-add-map-include.patch |
| 91 |
| 92 Workaround for gcc bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81347 |
| OLD | NEW |