Skip to content

Commit

Permalink
Update version to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ehopperdietzel committed Jul 7, 2024
1 parent 0ba9f8a commit 91f3bc7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Louvre (2.3.1-1)

# Bug Fixes

* Fixed issue preventing apps from launching when LLauncher daemon fails to redirect stdin to /dev/null.
* Removed unnecessary override of SRM environment variables that may cause some hardware to function suboptimally.

# Dependencies

* Updated SRM dependency to v0.6.1.

-- Eduardo Hopperdietzel <ehopperdietzel@gmail.com> Sun, 07 Jul 2024 14:28:24 -0400


Louvre (2.3.0-1)

# New Protocols
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="Louvre is released under the MIT license." />
</a>
<a href="https://github.com/CuarzoSoftware/Louvre">
<img src="https://img.shields.io/badge/version-2.3.0-brightgreen" alt="Current Louvre version." />
<img src="https://img.shields.io/badge/version-2.3.1-brightgreen" alt="Current Louvre version." />
</a>
</p>

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.0
2.3.1
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ drm_dep = dependency('libdrm')
gbm_dep = dependency('gbm')
input_dep = dependency('libinput')
libseat_dep = dependency('libseat')
srm_dep = dependency('SRM', version : '>=0.6.0')
srm_dep = dependency('SRM', version : '>=0.6.1')
pthread_dep = cpp.find_library('pthread')
dl_dep = cpp.find_library('dl')

Expand Down

0 comments on commit 91f3bc7

Please sign in to comment.