Skip to content

Commit

Permalink
Update ChangeLog and bump version for release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Nov 10, 2021
1 parent 364503f commit 73df48b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ All notable changes to this project will be documented in this file.
> **Note:** releases up to v0.3 were made by Jonas and are available for
> download from https://github.com/jonasj76/libnsh/releases/
[v0.4][UNRELEASED]
------------------
[v0.4][] - 2021-11-10
---------------------

### Changes
- Forked by Westermo
- Add libnsh.pc file, for easier integration with `pkg-config`
- Use GitHub Actions to automate build and release handling
- Add doc/HACKING.md release and maintenance checklist
- Add support for `NSH_TABLE_ENTRY_NOTSUPPORTED()` macro


[v0.3][] - 2016-06-21
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.61])
AC_INIT([libnsh], [0.4-dev], [https://github.com/westermo/libnsh/issues])
AC_INIT([libnsh], [0.4], [https://github.com/westermo/libnsh/issues])
AC_CONFIG_AUX_DIR(auxdata)
AM_INIT_AUTOMAKE([1.11 foreign -W -Wall -Wextra])
AM_SILENT_RULES([yes])
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ pkginclude_HEADERS = nsh.h scalar.h table.h private.h deprecated.h

lib_LTLIBRARIES = libnsh.la
libnsh_la_SOURCES = scalar.c table.c
libnsh_la_LDFLAGS = -version-info 3:0:3
libnsh_la_LDFLAGS = -version-info 4:0:1

0 comments on commit 73df48b

Please sign in to comment.