From 3d38f312065003330f2f9c6f504f0e634ba2a5b6 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 1 Nov 2009 19:24:02 -0800 Subject: Version 020. --- ChangeLog | 16 ++++++++++++++++ txr.1 | 2 +- txr.c | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 33dc5ba1..1b27ed8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2009-11-01 Kaz Kylheku + + Version 020 + + Improved documentation. + + Building via configure script. + + Support for cross compiling support. + + Support for building in separate build directory. + + Internal bugfixes. + + Portability bugs fixed; works on x86-64 GNU/Linux. + 2009-11-01 Kaz Kylheku Bug ID 27898: Directory order dependencies in test case. diff --git a/txr.1 b/txr.1 index 6b7a4552..19ffeb30 100644 --- a/txr.1 +++ b/txr.1 @@ -21,7 +21,7 @@ .\"IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED .\"WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. -.TH txr 1 2009-10-17 "txr v. 019" "Text Extraction Utility" +.TH txr 1 2009-10-17 "txr v. 020" "Text Extraction Utility" .SH NAME txr \- text extractor .SH SYNOPSIS diff --git a/txr.c b/txr.c index 281820e3..b7dcbe2a 100644 --- a/txr.c +++ b/txr.c @@ -39,7 +39,7 @@ #include "match.h" #include "txr.h" -const char *version = "019"; +const char *version = "020"; const char *progname = "txr"; const char *spec_file = "stdin"; obj_t *spec_file_str; -- cgit v1.2.3