Skip to content

Commit

Permalink
Prepare for 1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ntadej committed Dec 27, 2015
1 parent dfc1b41 commit 2c15d72
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ build_script:
- cmake .. -G %makefiles% -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="c:/dev/install" -DCI=ON -DNO_GIT=%nogitinfo% -DBUILD_TESTS=ON -DLIBVLC_LIBRARY="c:/dev/dependencies/vlc-%name%/sdk/lib/libvlc.lib" -DLIBVLCCORE_LIBRARY="c:/dev/dependencies/vlc-%name%/sdk/lib/libvlccore.lib" -DLIBVLC_INCLUDE_DIR="c:/dev/dependencies/vlc-%name%/sdk/include"
- if not %platform%==mingw (nmake) else (mingw32-make)
- if not %platform%==mingw (nmake install) else (mingw32-make install)
- if not %platform%==mingw (nmake windows) else (mingw32-make windows)
- cd ..
- cd build-debug
- cmake .. -G %makefiles% -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX="c:/dev/install" -DCI=ON -DNO_GIT=%nogitinfo% -DLIBVLC_LIBRARY="c:/dev/dependencies/vlc-%name%/sdk/lib/libvlc.lib" -DLIBVLCCORE_LIBRARY="c:/dev/dependencies/vlc-%name%/sdk/lib/libvlccore.lib" -DLIBVLC_INCLUDE_DIR="c:/dev/dependencies/vlc-%name%/sdk/include"
Expand Down
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# VLC-Qt Changelog

## master
## 1.0.0 (2015-12-27)
- Add audio and video filter module list (issue #112)
- Add "Ignore" ratio that enables QML player to stretch video to container (issue #113)
- Add ability to set playback rate (issue #127)
Expand All @@ -9,8 +9,6 @@
- Expose protected methods on widgets to enable subclassing
- Fix: Do not set time, if not playing (issue #120)

---

## 0.90.0 - 1.0 beta 1 (2015-09-20)
- Renamed to VLCQtCore, VLCQtQml and VLCQtWidgets
- Autogenerated CMake search scripts for full modularity
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.91.0
1.0.0
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
libvlc-qt (0.90.0-1) unstable; urgency=low
libvlc-qt (1.0.0-1) unstable; urgency=low

* The full changelog can be found in NEWS
* The full changelog can be found in CHANGELOG.md
or by running 'git log' when using Git

-- Tadej Novak <[email protected]> Thu, 15 Mar 2015 18:41:54 +0100

0 comments on commit 2c15d72

Please sign in to comment.