File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
- # Version ???
1
+ # Version 0.2.0
2
2
3
3
- delete debug output automatically printed when DEBUG is defiend in
4
4
build-time.
22
22
23
23
- Use mmap(2) when opening a tags file if fopen() supports "m" mode flag.
24
24
25
+ - LT_VERSION 2:0:1
26
+
27
+ - extend the API
28
+
29
+ - add a constant: TagErrnoFileMaybeTooBig
30
+ - add a function: tagsFindPseudoTag
31
+
25
32
# Version 0.1.0
26
33
27
34
- propagate internal errors to caller
Original file line number Diff line number Diff line change 1
1
# -*- Autoconf -*-
2
- AC_INIT ( libreadtags , 0.1 .0 )
2
+ AC_INIT ( libreadtags , 0.2 .0 )
3
3
AC_CONFIG_MACRO_DIR ( [ m4] )
4
4
AC_CONFIG_SRCDIR ( [ readtags.c] )
5
5
@@ -27,6 +27,7 @@ AC_PROG_LIBTOOL
27
27
#
28
28
# 2:0:1
29
29
# introduced TagErrnoFileMayTooBig.
30
+ # introduced tagsFindPseudoTag.
30
31
#
31
32
AC_SUBST ( LT_VERSION , [ 2:0:1] )
32
33
You can’t perform that action at this time.
0 commit comments