A -brf option for placing a function's opening brace after the function declaration was added along with --preprocessor-indentation for indenting preprocessor macros and --break-function-decl-args-end for breaking the function arguments list before the closing bracket. The behavior of the -bdfa option was changed.
Some build problems with gettext were resolved, the environment variable INDENT_PROFILE can be used to specify a profile file, and some bugfixes were implemented.
Indent was detecting `const' errornous as function qualifier in some cases. resulting in void foo(fmt) constchar *fmt; { }, compiles again with old K&R compilers and `GetText' macros `N_' and `_' do not get a space appended anymore.