Skip to content

Commit e9aec0d

Browse files
authored
Version 0.2.0 (#41)
Signed-off-by: Masatake YAMATO <[email protected]>
1 parent 33b51a7 commit e9aec0d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

NEWS.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version ???
1+
# Version 0.2.0
22

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

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

25+
- LT_VERSION 2:0:1
26+
27+
- extend the API
28+
29+
- add a constant: TagErrnoFileMaybeTooBig
30+
- add a function: tagsFindPseudoTag
31+
2532
# Version 0.1.0
2633

2734
- propagate internal errors to caller

configure.ac

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- Autoconf -*-
2-
AC_INIT(libreadtags, 0.1.0)
2+
AC_INIT(libreadtags, 0.2.0)
33
AC_CONFIG_MACRO_DIR([m4])
44
AC_CONFIG_SRCDIR([readtags.c])
55

@@ -27,6 +27,7 @@ AC_PROG_LIBTOOL
2727
#
2828
# 2:0:1
2929
# introduced TagErrnoFileMayTooBig.
30+
# introduced tagsFindPseudoTag.
3031
#
3132
AC_SUBST(LT_VERSION, [2:0:1])
3233

0 commit comments

Comments
 (0)