Skip to content

Commit

Permalink
Bump changelog and CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
Saviq committed Dec 1, 2021
1 parent 9d049a6 commit 1dc46f5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)

set(MIR_VERSION_MAJOR 1)
set(MIR_VERSION_MINOR 8)
set(MIR_VERSION_PATCH 1)
set(MIR_VERSION_PATCH 2)

add_definitions(-DMIR_VERSION_MAJOR=${MIR_VERSION_MAJOR})
add_definitions(-DMIR_VERSION_MINOR=${MIR_VERSION_MINOR})
Expand Down
17 changes: 17 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
mir (1.8.2) UNRELEASED; urgency=medium

* New upstream release 1.8.2

- Add missing headers
- Cherry picks
. examples/mir_demo_server/server_example_input_filter.cpp: Typo fix in stdout.
. Instantiate parameterized test suite DisplayOrientationSetting
. Fix FTBFS.
. Fix missing #includes for GCC 11
. Fix FTBFS
. Fix compiler errors
. Delete obsolete gmock hack
. Add missing include

-- Michał Sawicz <[email protected]> Wed, 01 Dec 2021 11:02:35 +0100

mir (1.8.0) UNRELEASED; urgency=medium

* New upstream release 1.8.0
Expand Down

0 comments on commit 1dc46f5

Please sign in to comment.