Changeset ddd02df


Ignore:
Timestamp:
Dec 26, 2003, 4:06:42 PM (20 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:
421c286f
Parents:
40d834a
Message:
Collapsed version and updated change log for release
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r5471a98 rddd02df  
    11$Id$
    22
    3 2.1.3-pre-2
    4         Updated man page
     32.1.3
    54        Added perl filter elements.  Similar to having "filter <subfilter>"
    65          in a filter, you may also have "perl <functionname>"
     
    87          returns 0 or 1 depending on whether the message matches
    98          that element of the filter.
    10           [Note: currently this overloads the filtername element
    11           of the filterelement structure to store the function name.
    12           Perhaps we should change the name of this element to something
    13           more general to avoid confusion?]
    14        
    15 2.1.3-pre-1
    169        Don't print an error about loading subs if there is no
    1710          .zephyr.subs
    1811        Do the initial zephyr_buddy_check when pseduologin set to true.
     12        Updated man page
    1913       
    20142.1.2
  • owl.h

    r32eed98 rddd02df  
    2020static const char owl_h_fileIdent[] = "$Id$";
    2121
    22 #define OWL_VERSION         2.1.3-pre-2
    23 #define OWL_VERSION_STRING "2.1.3-pre-2"
     22#define OWL_VERSION         2.1.3
     23#define OWL_VERSION_STRING "2.1.3"
    2424
    2525/* Feature that is being tested to redirect stderr through a pipe.
Note: See TracChangeset for help on using the changeset viewer.