diff options
-rw-r--r-- | ChangeLog | 16 | ||||
-rw-r--r-- | txr.1 | 2 | ||||
-rw-r--r-- | txr.c | 2 |
3 files changed, 18 insertions, 2 deletions
@@ -1,5 +1,21 @@ 2009-11-01 Kaz Kylheku <kkylheku@gmail.com> + 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 <kkylheku@gmail.com> + Bug ID 27898: Directory order dependencies in test case. Converted some directories to text files. @@ -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 @@ -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; |