Changeset 6e05655


Ignore:
Timestamp:
Jun 9, 2003, 2:41:31 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:
bd3f232
Parents:
6bf73ce
Message:
Fixed bug for long hostnames
Changed version to 2.0.3 for release
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r6bf73ce r6e05655  
    11$Id$
    22
    3 2.0.3-pre-1
     32.0.3
    44        Don't ring the terminal bell on mail messages.
    55        Nuke <FONT>
    66        Make the build work a little better on OSX
    77        Fixed a bug in fmtext
     8        Expanded the size of the hostname buffer
    89       
    9102.0.2
  • owl.h

    rb2b0773 r6e05655  
    1414static const char owl_h_fileIdent[] = "$Id$";
    1515
    16 #define OWL_VERSION         2.0.3-pre-1
    17 #define OWL_VERSION_STRING "2.0.3-pre-1"
     16#define OWL_VERSION         2.0.3
     17#define OWL_VERSION_STRING "2.0.3"
    1818
    1919#define OWL_DEBUG 0
     
    247247  owl_fmtext fmtext;
    248248  int delete;
    249   char hostname[MAXHOSTNAMELEN];
     249  char hostname[MAXHOSTNAMELEN+1];
    250250  owl_list attributes;            /* this is a list of pairs */
    251251  char *time;
Note: See TracChangeset for help on using the changeset viewer.