Skip to content

Commit

Permalink
Version 0.2.0 (#41)
Browse files Browse the repository at this point in the history
Signed-off-by: Masatake YAMATO <[email protected]>
  • Loading branch information
masatake authored Dec 2, 2022
1 parent 33b51a7 commit e9aec0d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 8 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version ???
# Version 0.2.0

- delete debug output automatically printed when DEBUG is defiend in
build-time.
Expand All @@ -22,6 +22,13 @@

- Use mmap(2) when opening a tags file if fopen() supports "m" mode flag.

- LT_VERSION 2:0:1

- extend the API

- add a constant: TagErrnoFileMaybeTooBig
- add a function: tagsFindPseudoTag

# Version 0.1.0

- propagate internal errors to caller
Expand Down
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- Autoconf -*-
AC_INIT(libreadtags, 0.1.0)
AC_INIT(libreadtags, 0.2.0)
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([readtags.c])

Expand Down Expand Up @@ -27,6 +27,7 @@ AC_PROG_LIBTOOL
#
# 2:0:1
# introduced TagErrnoFileMayTooBig.
# introduced tagsFindPseudoTag.
#
AC_SUBST(LT_VERSION, [2:0:1])

Expand Down

0 comments on commit e9aec0d

Please sign in to comment.