Changeset 4664c96


Ignore:
Timestamp:
Oct 19, 2003, 11:44:02 PM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
49d467c
Parents:
f17bff98
Message:
2.0.9 release
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    rf17bff98 r4664c96  
    11$Id$
    22
    3 2.0.9-pre-4
     32.0.9
    44        Added the 'fancylines' variable.
    5         Enabled OWL_STDERR_REDIR by default.
    65        Added the 'show startup' command.
    7        
    8 2.0.9-pre-3
    9         Added testing feature for capturing stderr messages
    10                 from commands and displaying them in the errors buffer.
    11                 This feature is disabled by default.
    12                 Enable in owl.h with:  OWL_STDERR_REDIR 1
    13         Reverted some error messages to makemsg's
     6        Added feature for capturing stderr messages
     7           from commands and displaying them in the errors buffer.
    148        Create an admin message explaning that a zephyr couldn't
    159           be sent
    16        
    17 2.0.9-pre-2
    1810        Better reporting of perl errors (both into the errqueue
    1911                and also clearing the error after displaying it).
    2012        Allow default_style to be specified in config.
    21        
    22 2.0.9-pre-1
    2313        Added errqueue
    2414        Added command "show errors"
  • owl.h

    rf17bff98 r4664c96  
    1919static const char owl_h_fileIdent[] = "$Id$";
    2020
    21 #define OWL_VERSION         2.0.9-pre-4
    22 #define OWL_VERSION_STRING "2.0.9-pre-4"
     21#define OWL_VERSION         2.0.9
     22#define OWL_VERSION_STRING "2.0.9"
    2323
    2424/* Feature that is being tested to redirect stderr through a pipe.
Note: See TracChangeset for help on using the changeset viewer.