Skip to content

Commit

Permalink
Preparing for version v0.102
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzoleeman committed Sep 8, 2022
1 parent f11b500 commit c0e6d9f
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 3 deletions.
30 changes: 30 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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):
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])

Expand Down
2 changes: 1 addition & 1 deletion libisns.pc
Original file line number Diff line number Diff line change
Expand Up @@ -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}
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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: [
Expand Down

0 comments on commit c0e6d9f

Please sign in to comment.