SHA256
1
0
forked from pool/scrcpy

Accepting request 596047 from home:xenonpk

- Update to version 1.1~git20180408:
  * Map numpad ENTER key
- Update to version 1.1~git20180405:
  * Add FAQ section about KWin crash
- Update to version 1.1~git20180404:
  * Avoid pointer arithmetic on "void *"
  * Use const pointers when possible
- Update to version 1.1~git20180331:
  * Document 32 bits packages Windows in README
- Update to version 1.1~git20180328:
  * Make checkstyle happy
  * Install on macOS via Homebrew in README
- Update to version 1.1~git20180328:
  * Document how to make a portable build on Windows
- Update to version 1.1~git20180327:
  * Factorize texture creation
- Update to version 1.1~git20180326:
  * Forward double-click events
- Update to version 1.1~git20180325:
  * Add instructions to install Java 8 on macOS
  * Update README.md
  * Add instructions to run via Docker
- Update to version 1.1~git20180324:
  * Change links to wikipedia
  * Add links to FFmpeg and LibSDL2 dependencies
  * Process the last video frame
  * Unref last packet on exit
  * Clarify adb requirements
  * Describe workaround to get output on Windows
- Update to version 1.1~git20180321:
  * Disable custom SDL signal handlers
  * Remove useless blocks in switch/case
- Update to version 1.1~git20180320:
  * Include source root directory

OBS-URL: https://build.opensuse.org/request/show/596047
OBS-URL: https://build.opensuse.org/package/show/hardware/scrcpy?expand=0&rev=2
This commit is contained in:
Tomáš Chvátal
2018-04-12 21:02:58 +00:00
committed by Git OBS Bridge
parent 34a77cf4e4
commit 17f531cc17
7 changed files with 91 additions and 9 deletions

View File

@@ -1,3 +1,85 @@
-------------------------------------------------------------------
Tue Apr 10 13:06:03 UTC 2018 - pousaduarte@gmail.com
- Update to version 1.1~git20180408:
* Map numpad ENTER key
-------------------------------------------------------------------
Thu Apr 05 12:40:37 UTC 2018 - pousaduarte@gmail.com
- Update to version 1.1~git20180405:
* Add FAQ section about KWin crash
-------------------------------------------------------------------
Wed Apr 04 11:39:14 UTC 2018 - pousaduarte@gmail.com
- Update to version 1.1~git20180404:
* Avoid pointer arithmetic on "void *"
* Use const pointers when possible
-------------------------------------------------------------------
Sat Mar 31 11:02:02 UTC 2018 - pousaduarte@gmail.com
- Update to version 1.1~git20180331:
* Document 32 bits packages Windows in README
-------------------------------------------------------------------
Thu Mar 29 10:04:47 UTC 2018 - pousaduarte@gmail.com
- Update to version 1.1~git20180328:
* Make checkstyle happy
* Install on macOS via Homebrew in README
-------------------------------------------------------------------
Wed Mar 28 10:58:32 UTC 2018 - pousaduarte@gmail.com
- Update to version 1.1~git20180328:
* Document how to make a portable build on Windows
-------------------------------------------------------------------
Tue Mar 27 10:59:57 UTC 2018 - pousaduarte@gmail.com
- Update to version 1.1~git20180327:
* Factorize texture creation
-------------------------------------------------------------------
Mon Mar 26 12:54:43 UTC 2018 - pousaduarte@gmail.com
- Update to version 1.1~git20180326:
* Forward double-click events
-------------------------------------------------------------------
Sun Mar 25 12:54:55 UTC 2018 - pousaduarte@gmail.com
- Update to version 1.1~git20180325:
* Add instructions to install Java 8 on macOS
* Update README.md
* Add instructions to run via Docker
-------------------------------------------------------------------
Sat Mar 24 10:34:49 UTC 2018 - pousaduarte@gmail.com
- Update to version 1.1~git20180324:
* Change links to wikipedia
* Add links to FFmpeg and LibSDL2 dependencies
* Process the last video frame
* Unref last packet on exit
* Clarify adb requirements
* Describe workaround to get output on Windows
-------------------------------------------------------------------
Wed Mar 21 21:38:36 UTC 2018 - opensuse-packaging@opensuse.org
- Update to version 1.1~git20180321:
* Disable custom SDL signal handlers
* Remove useless blocks in switch/case
-------------------------------------------------------------------
Wed Mar 21 20:13:18 UTC 2018 - opensuse-packaging@opensuse.org
- Update to version 1.1~git20180320:
* Include source root directory
-------------------------------------------------------------------
Sun Mar 18 16:45:01 UTC 2018 - pousaduarte@gmail.com