Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Name: WDS | |
| 2 URL: https://github.com/01org/wds | |
| 3 Version: 1.0.0 | |
| 4 License: LGPL 2.1 | |
| 5 License File: src/COPYING | |
| 6 Security Critical: yes | |
|
Nico
2016/02/11 13:11:43
this had a security review, yes?
Mikhail
2016/02/11 13:16:15
Yeah, this has passed both licensing and security
| |
| 7 | |
| 8 Description: | |
| 9 WDS is a set of libraries for developers who want to build Wi-Fi Display | |
| 10 applications on linux. | |
| 11 | |
| 12 Modifications: | |
| 13 - None | |
| 14 | |
| 15 To import a new snapshot of WDS: | |
| 16 - Checkout the latest release tag: 'git checkout v1.0.0'. | |
| 17 - Change the DEPS entry to the newly checked out commit. | |
| 18 - Update generated files: | |
| 19 'cmake . && make wds && mv libwds/rtsp/gen/* ../gen/' | |
| 20 - Update this README to reflect the new version number. | |
| OLD | NEW |