We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b51a7 commit e9aec0dCopy full SHA for e9aec0d
2 files changed
NEWS.md
@@ -1,4 +1,4 @@
1
-# Version ???
+# Version 0.2.0
2
3
- delete debug output automatically printed when DEBUG is defiend in
4
build-time.
@@ -22,6 +22,13 @@
22
23
- Use mmap(2) when opening a tags file if fopen() supports "m" mode flag.
24
25
+- LT_VERSION 2:0:1
26
+
27
+ - extend the API
28
29
+ - add a constant: TagErrnoFileMaybeTooBig
30
+ - add a function: tagsFindPseudoTag
31
32
# Version 0.1.0
33
34
- propagate internal errors to caller
configure.ac
@@ -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])
5
@@ -27,6 +27,7 @@ AC_PROG_LIBTOOL
#
# 2:0:1
# introduced TagErrnoFileMayTooBig.
+# introduced tagsFindPseudoTag.
AC_SUBST(LT_VERSION, [2:0:1])
0 commit comments