| OLD | NEW |
| 1 Name: Quick Color Management System | 1 Name: Quick Color Management System |
| 2 Short Name: qcms | 2 Short Name: qcms |
| 3 URL: https://github.com/jrmuizel/qcms/tree/v4 | 3 URL: https://github.com/jrmuizel/qcms/tree/v4 |
| 4 Version: v4 | 4 Version: v4 |
| 5 Date: 2012-03-13 | 5 Date: 2012-03-13 |
| 6 License: MIT | 6 License: MIT |
| 7 License File: src/COPYING | 7 License File: src/COPYING |
| 8 Security Critical: yes | 8 Security Critical: yes |
| 9 | 9 |
| 10 Description: | 10 Description: |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 - https://bugzilla.mozilla.org/show_bug.cgi?id=853169 | 34 - https://bugzilla.mozilla.org/show_bug.cgi?id=853169 |
| 35 - Apply upstream fix for qcms_profile_from_memory from | 35 - Apply upstream fix for qcms_profile_from_memory from |
| 36 - https://bugzilla.mozilla.org/show_bug.cgi?id=969226 | 36 - https://bugzilla.mozilla.org/show_bug.cgi?id=969226 |
| 37 - Apply upstream simplification of qcmstypes.h | 37 - Apply upstream simplification of qcmstypes.h |
| 38 - https://hg.mozilla.org/mozilla-central/rev/b5be94737a83 | 38 - https://hg.mozilla.org/mozilla-central/rev/b5be94737a83 |
| 39 - Check for unused tag_len in read_nested_curveType() | 39 - Check for unused tag_len in read_nested_curveType() |
| 40 - Apply qcms_transform_precacheLUT_float does not properly free dest buffer | 40 - Apply qcms_transform_precacheLUT_float does not properly free dest buffer |
| 41 - https://bugzilla.mozilla.org/show_bug.cgi?id=701348 | 41 - https://bugzilla.mozilla.org/show_bug.cgi?id=701348 |
| 42 - Add qcms_profile_match api | 42 - Add qcms_profile_match api |
| 43 - https://code.google.com/p/chromium/issues/detail?id=401971 | 43 - https://code.google.com/p/chromium/issues/detail?id=401971 |
| 44 - Add qcms_profile_get_decription api | 44 - Add qcms_profile_get_description api |
| 45 - https://code.google.com/p/chromium/issues/detail?id=401971 | 45 - https://code.google.com/p/chromium/issues/detail?id=401971 |
| 46 - Convert MLUC profile description embedded nulls to '.' | 46 - Convert MLUC profile description embedded nulls to '.' |
| 47 - https://code.google.com/p/chromium/issues/detail?id=401971 |
| 48 - [APPLE port] Use en-localized profile description names |
| 47 - https://code.google.com/p/chromium/issues/detail?id=401971 | 49 - https://code.google.com/p/chromium/issues/detail?id=401971 |
| 48 To regenerate google.patch: | 50 To regenerate google.patch: |
| 49 git diff b8456f38 src > google.patch | 51 git diff b8456f38 src > google.patch |
| OLD | NEW |