Skip to content

Commit

Permalink
Merge pull request #15 from lxqt/prerelease
Browse files Browse the repository at this point in the history
Pre-release changes
  • Loading branch information
tsujan authored Nov 5, 2024
2 parents 50dc8f5 + 0df78b0 commit 172343f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
libdbusmenu-lxqt-0.2.0 / 2024-11-05
===================================
* Stop checking for `QIcon::name()` existence.
* Fix AUTOMOC related warnings.
* Don't redefine already defined macros.
* Remove Bazaar stuff.
* Use CMake to set the CXX standard in use.
* Use CMake to set the symbol visibility.
* Remove duplicated compiler flags.
* Move compiler flag check/set.
* Update Qt6 include directories use.
* Update self include directories.
* Removes dist and distcheck targets.
* Renamed README;compiling instructions.

libdbusmenu-lxqt-0.1.0 / 2024-04-17
===================================
* Forked from libdbusmenu-qt and ported to Qt6.
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ option(WITH_DOC "Build documentation (requires Doxygen)" OFF)
# Versions
## Package version
set(dbusmenu_lxqt_VERSION_MAJOR 0)
set(dbusmenu_lxqt_VERSION_MINOR 1)
set(dbusmenu_lxqt_VERSION_MINOR 2)
set(dbusmenu_lxqt_VERSION_PATCH 0)
set(dbusmenu_lxqt_VERSION ${dbusmenu_lxqt_VERSION_MAJOR}.${dbusmenu_lxqt_VERSION_MINOR}.${dbusmenu_lxqt_VERSION_PATCH})

Expand All @@ -17,7 +17,7 @@ set(dbusmenu_lxqt_VERSION ${dbusmenu_lxqt_VERSION_MAJOR}.${dbusmenu_lxqt_VERSION
set(dbusmenu_lxqt_lib_SOVERSION 0)

### Bump this one when the API is extended in a binary-compatible way
set(dbusmenu_lxqt_lib_API_VERSION 1)
set(dbusmenu_lxqt_lib_API_VERSION 2)

### Bump this one when changes do not extend the API
set(dbusmenu_lxqt_lib_PATCH_VERSION 0)
Expand Down

0 comments on commit 172343f

Please sign in to comment.