Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Release version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thkukuk committed Apr 5, 2023
1 parent 295da29 commit a463594
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 1.0.1
* liblastlog2: fix memory leak

Version 1.0.0
* Add PAM service name to database
* pam_lastlog2: Try XDG_VTNR if PAM_TTY is not a tty
* lastlog2: Fix header alignment

Version 0.7.0
* pam_lastlog2: add silent_if= option
* pam_lastlog2: try PAM_XDISPLAY if PAM_RHOST is not set
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ project(
'b_pie=true',
'warning_level=2',],
license : ['BSD-2-Clause',],
version : '1.0.0',
version : '1.0.1',
)

cc = meson.get_compiler('c')
Expand Down

0 comments on commit a463594

Please sign in to comment.