changeset 18:7f5b3f035bef 0.2.0

misc: update before 0.2.0
author David Demelier <markand@malikania.fr>
date Wed, 16 Dec 2020 16:17:34 +0100
parents 2694997c4c90
children cf6a2b8642c1
files .hgignore CHANGES.md INSTALL.md Makefile README.md
diffstat 5 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Wed Dec 16 16:12:31 2020 +0100
+++ b/.hgignore	Wed Dec 16 16:17:34 2020 +0100
@@ -25,3 +25,6 @@
 ^test/test-resize$
 ^test/test-shrink$
 ^test/test-sub$
+
+# Distribution files.
+^libbuf-(\d+)\.(\d+)\.(\d+)\.tar\.xz$
--- a/CHANGES.md	Wed Dec 16 16:12:31 2020 +0100
+++ b/CHANGES.md	Wed Dec 16 16:17:34 2020 +0100
@@ -1,7 +1,7 @@
 libbuf CHANGES
 ==============
 
-libbuf current
+libbuf 0.2.0 2020-12-16
 -----------------------
 
 - Use `memcpy` instead of `strcpy` in buf_puts as optimization.
--- a/INSTALL.md	Wed Dec 16 16:12:31 2020 +0100
+++ b/INSTALL.md	Wed Dec 16 16:17:34 2020 +0100
@@ -22,5 +22,4 @@
 
 Alternatively, you can use the following targets as well.
 
-- `make doxygen`: build doxygen documentation.
 - `make test`: run test suite.
--- a/Makefile	Wed Dec 16 16:12:31 2020 +0100
+++ b/Makefile	Wed Dec 16 16:17:34 2020 +0100
@@ -30,7 +30,7 @@
 LIBDIR=         ${PREFIX}/lib
 MANDIR=         ${PREFIX}/share/man
 
-VERSION=        0.1.0
+VERSION=        0.2.0
 
 SRCS=           buf-clear.c \
                 buf-dup.c \
--- a/README.md	Wed Dec 16 16:12:31 2020 +0100
+++ b/README.md	Wed Dec 16 16:17:34 2020 +0100
@@ -6,8 +6,7 @@
 Documentation
 -------------
 
-You can generate the documentation using `make doxygen`, otherwise you can also
-read the *libbuf.3* manual page.
+See the `libbuf.3` manual page for an overview.
 
 Portability
 -----------