1 Autobuild NEWS -- History of user-visible changes. -*- outline -*-
2 Copyright (C) 2004 Simon Josefsson
3 See the end for copying conditions.
5 * Version 3.3 (released 2004-08-26)
7 ** Autobuild.m4 macro project name/version printing improvement.
9 ** Manual now explain abput and abbuild.
11 * Version 3.2 (released 2004-08-08)
13 ** Improved regexp's for guessing project name, revision, etc.
15 * Version 3.1 (released 2004-07-31)
19 * Version 3.0 (released 2004-07-31)
21 ** New commands used to upload files to compile hosts.
22 The generic front end "abput", and one backend "abput-sourceforge", is
23 included. By simply writing a new backend, e.g., "abput-myownserver",
24 you can introduce new compile hosts that become available via the
27 ** New commands used to build files on compile hosts.
28 The generic front end "abbuild", and one backend
29 "abbuild-sourceforge", is included. Similar to how abput works, you
30 can write a new backend easily.
32 * Version 2.2 (released 2004-07-28)
34 ** Guessing of project name and revision based on *.tar.gz names improved.
38 * Version 2.1 (released 2004-07-14)
40 ** Htmlize now works in batch mode.
41 This was accomplished by using htmlfontify.el by Vivek Dasmohapatra
42 instead of htmlize.el.
44 * Version 2.0 (released 2004-07-09)
46 ** Autobuild and Abindex now combined into one tool "autobuild".
48 ** New script "htmlize" replaces the Autobuild --html parameter.
50 ** A copy of htmlize.el is now included and is installed by default.
52 * Version 1.5 (released 2004-07-09)
54 ** abindex: Accepts directories as command line argument, not just files.
55 This is useful if you have too many files in a directory, so that
56 expanding wildcards in the directory overflow command line argument
59 * Version 1.4 (released 2004-07-08)
61 ** Don't include generated files in examples/.
62 The file names were too long, which causes problems with tar. Now you
63 have to type 'make example.html' in examples/ yourself.
65 * Version 1.3 (released 2004-07-08)
67 ** Added proper manual in doc/.
69 ** Added example from the tutorial, in examples/.
71 * Version 1.2 (released 2004-07-08)
73 ** autobuild: Values specified on the command line are now used for all
74 files read, when multiple filenames are supplied on command line,
75 instead of just for the first file as was the case before.
77 * Version 1.1 (released 2004-07-07)
79 ** Fixed minor bugs discovered while writing tutorial web page.
81 * Version 1.0 (released 2004-07-07)
85 ----------------------------------------------------------------------
86 Copying and distribution of this file, with or without modification,
87 are permitted in any medium without royalty provided the copyright
88 notice and this notice are preserved.