Skip to content

Commit

Permalink
various - prep for 2.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Winter committed Aug 1, 2018
1 parent 4f6a066 commit d31144f
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Release Highlights
==================

Version 2.9.1
-------------
* Fix crash in in-process mode with networking disabled.
* Fix compilation with Qt 5.12.
* Update Android toolchain file.
* Allow to disable QtScript dependency.
* Fix crash on zero-sized paint operations.
* Fix plugin deployment on Android.
* Fix crash in Qt Quick inspector when encountering invalid bounding rects.
* Fix activating the Qt3D plugin when attaching to a Qt3D application at runtime.
* Fix out-of-bounds framebuffer read in Qt Quick remote view for some non-integer scaling factors.

Version 2.9.0
-------------
* Improve Qt Quick Controls 2 tracer coloring.
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@ endif()
# Version setup
set(GAMMARAY_VERSION_MAJOR "2")
set(GAMMARAY_VERSION_MINOR "9")
set(GAMMARAY_VERSION_PATCH "0")
set(GAMMARAY_VERSION_PATCH "1")
set(GAMMARAY_VERSION "${GAMMARAY_VERSION_MAJOR}.${GAMMARAY_VERSION_MINOR}.${GAMMARAY_VERSION_PATCH}")
set(GAMMARAY_VERSION_STRING "${GAMMARAY_VERSION}")
set(GAMMARAY_SOVERSION "2.9.0")
set(GAMMARAY_SOVERSION "2.9.1")
set(GAMMARAY_PLUGIN_VERSION "2.9")
set(PROJECT_VERSION_STRING "${GAMMARAY_VERSION_STRING}")
if(ANDROID)
Expand Down
7 changes: 7 additions & 0 deletions debian.changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
gammaray (2.9.1) final; urgency=low

* 2.9.1 final release

-- Allen Winter <[email protected]> Wed, 01 Aug 2018 12:00:00 -0500


gammaray (2.9.0) final; urgency=low

* 2.9.0 final release
Expand Down
4 changes: 2 additions & 2 deletions gammaray-qt4.dsc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Format: 1.0
Source: gammaray
Version: 2.9.0
Version: 2.9.1
Binary: gammaray
Maintainer: Allen Winter <[email protected]>
Architecture: any
Build-Depends: debhelper (>=9), cdbs, cmake, libqt4-dev, libqtwebkit-dev

Files:
00000000000000000000000000000000 00000 gammaray-2.9.0.tar.gz
00000000000000000000000000000000 00000 gammaray-2.9.1.tar.gz
4 changes: 3 additions & 1 deletion gammaray-qt4.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: gammaray-qt4
Version: 2.9.0
Version: 2.9.1
Release: 1
Summary: An introspection tool for Qt applications
Source: gammaray-%{version}.tar.gz
Expand Down Expand Up @@ -111,6 +111,8 @@ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DGAMMARAY_PROBE_
%{_libdir}/gammaray/*/*/gammaray_kjobtracker*

%changelog
* Wed Aug 01 2018 Allen Winter <[email protected]> 2.9.1
2.9.1 final
* Wed Feb 07 2018 Allen Winter <[email protected]> 2.9.0
2.9.0 final
* Tue Sep 05 2017 Allen Winter <[email protected]> 2.8.1
Expand Down
4 changes: 2 additions & 2 deletions gammaray.dsc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Format: 1.0
Source: gammaray
Version: 2.9.0
Version: 2.9.1
Binary: gammaray
Maintainer: Allen Winter <[email protected]>
Architecture: any
Build-Depends: debhelper (>=9), cdbs, cmake, qt5-default, qtbase5-private-dev, qtdeclarative5-dev, qtdeclarative5-private-dev, qtdeclarative5-dev-tools, qtscript5-dev, qttools5-dev, qttools5-dev-tools, libqt5svg5-dev, libqt5webkit5-dev, libwayland-dev, kdstatemachineeditor

Files:
00000000000000000000000000000000 00000 gammaray-2.9.0.tar.gz
00000000000000000000000000000000 00000 gammaray-2.9.1.tar.gz
4 changes: 3 additions & 1 deletion gammaray.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: gammaray
Version: 2.9.0
Version: 2.9.1
Release: 1
Summary: An introspection tool for Qt applications
Source: %{name}-%{version}.tar.gz
Expand Down Expand Up @@ -167,6 +167,8 @@ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DKDE_INSTALL_USE
%{_libdir}/qt5/mkspecs/modules/*

%changelog
* Wed Aug 01 2018 Allen Winter <[email protected]> 2.9.1
2.9.1 final
* Wed Feb 07 2018 Allen Winter <[email protected]> 2.9.0
2.9.0 final
* Tue Sep 05 2017 Allen Winter <[email protected]> 2.8.1
Expand Down

0 comments on commit d31144f

Please sign in to comment.