From 585153a577788c590370d20e40263b61238dfab3 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Tue, 11 Apr 2023 11:54:59 +0200 Subject: [PATCH] Release version 1.1.0 --- NEWS | 5 +++++ meson.build | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index df8b1f0..3601b26 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Version 1.1.0 +* Add option to install lastlog compat symlink +* lastlog2: add --service option +* liblastlog2: sort output according to user names + Version 1.0.1 * liblastlog2: fix memory leak diff --git a/meson.build b/meson.build index ebac7c1..7122a60 100644 --- a/meson.build +++ b/meson.build @@ -11,7 +11,7 @@ project( 'b_pie=true', 'warning_level=2',], license : ['BSD-2-Clause',], - version : '1.0.1', + version : '1.1.0', ) cc = meson.get_compiler('c')