| 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 | 69 |
| 70 These patches uninline some functions, resulting in a significant reduction | 70 These patches uninline some functions, resulting in a significant reduction |
| 71 (somewhere between 500 KB and 1 MB) of binary size. | 71 (somewhere between 500 KB and 1 MB) of binary size. |
| 72 | 72 |
| 73 - 0011-libprotobuf_export.patch | 73 - 0011-libprotobuf_export.patch |
| 74 | 74 |
| 75 During merge with internal branch, the dll export attribute was accidentally | 75 During merge with internal branch, the dll export attribute was accidentally |
| 76 removed in C++11 mode. | 76 removed in C++11 mode. |
| 77 | 77 |
| 78 Fixed in https://github.com/google/protobuf/pull/1549 | 78 Fixed in https://github.com/google/protobuf/pull/1549 |
| 79 |
| 80 - 0012-extract-globals.patch |
| 81 |
| 82 Fixes https://crbug.com/700120. Moves empty_string_ into globals.cc so that |
| 83 Chromium may build a shared library containing just protobuf globals. Also |
| 84 renames it to cr_empty_string_ to not conflict with the system protobuf on |
| 85 Linux. |
| OLD | NEW |