From c0e6d9fedc5a7041260de477fe1a8455fa074113 Mon Sep 17 00:00:00 2001 From: Lee Duncan Date: Thu, 8 Sep 2022 11:04:51 -0700 Subject: [PATCH] Preparing for version v0.102 --- ChangeLog | 30 ++++++++++++++++++++++++++++++ configure.ac | 2 +- libisns.pc | 2 +- meson.build | 2 +- 4 files changed, 33 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c379a74..9a3e5c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +* Changes v0.101 to v0.102: + +Andrew Sayers (1): + Typo: s/overried/override/ + +Lee Duncan (15): + Add a package config file for libisns.a + build: Remove these two files, no longer used + git: ignore all shared library files + meson builds now working + meson: Add ability to disable static library build + Add a decprecation warning to configure script. + meson: update README with meson info + meson: convert some args to 'features' + meson: fix error building shared lib with version + meson: several updates based on review + meson: small option usage cleanup + meson: update README + Fix two compiler warnings in slp.c + build: only specify version in one place + meson: just specify subdir for header-file install. + +Pavel I Volkov (1): + Removed bash-specific function definitions. + +Wenchao Hao (2): + isnsadm: Fix unparse command line options "-V" and "-r" + isnsd: socket: Make sure to create IPv6 socket default + + * Changes v0.100 to v0.101: Dmitry Bogdanov (1): diff --git a/configure.ac b/configure.ac index 8670cb7..ae31783 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(open-isns, [0.101]) +AC_INIT(open-isns, [0.102]) AC_CONFIG_SRCDIR([isnsd.c]) AC_CONFIG_AUX_DIR([aclocal]) diff --git a/libisns.pc b/libisns.pc index 78ce783..d78af44 100644 --- a/libisns.pc +++ b/libisns.pc @@ -2,7 +2,7 @@ includedir=/usr/include libdir=/usr/lib64 Name: libisns -Version: 0.101 +Version: 0.102 Description: iSNS user space library Libs: -L${libdir} -lisns Cflags: -I${includedir} diff --git a/meson.build b/meson.build index f630b39..0deadf9 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ # meson build for open-isns project('libisns', 'c', - version: '0.101', + version: '0.102', meson_version: '>= 0.54.0', license: 'LGPL-2.1-or-later', default_options: [