File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
- ## [ Unreleased ]
4
+ ## [ 0.3 ] - 2016-06-21
5
5
### Added
6
6
- Write support for tables.
7
7
- API documentation in Doxygen.
8
8
- Simplified table handle creation.
9
9
- Ability to change cache timeout value.
10
10
- Updated examples with subagent support.
11
11
- Unit tests.
12
+
12
13
### Fixed
13
14
- OS X Clang compilation.
14
15
@@ -25,5 +26,5 @@ All notable changes to this project will be documented in this file.
25
26
### Added
26
27
- Initial release.
27
28
28
- [ Unreleased ] : https://github.com/jonasj76/libnsh/compare/v0.2...HEAD
29
+ [ 0.3 ] : https://github.com/jonasj76/libnsh/compare/v0.2...v0.3
29
30
[ 0.2 ] : https://github.com/jonasj76/libnsh/compare/v0.1...v0.2
Original file line number Diff line number Diff line change 1
1
AC_PREREQ ( [ 2.61] )
2
- AC_INIT ( [ libnsh] , [ 0.2 ] , [ https://github.com/jonasj76/libnsh/issues] )
2
+ AC_INIT ( [ libnsh] , [ 0.3 ] , [ https://github.com/jonasj76/libnsh/issues] )
3
3
4
4
AM_INIT_AUTOMAKE ( [ foreign -Wall -Werror] )
5
5
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "libnsh"
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = 0.2
41
+ PROJECT_NUMBER = 0.3
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ pkginclude_HEADERS = nsh.h scalar.h table.h private.h deprecated.h
5
5
6
6
lib_LTLIBRARIES = libnsh.la
7
7
libnsh_la_SOURCES = scalar.c table.c
8
- libnsh_la_LDFLAGS = -version-info 2 :0:2
8
+ libnsh_la_LDFLAGS = -version-info 3 :0:3
You can’t perform that action at this time.
0 commit comments