Changeset 7c9c847


Ignore:
Timestamp:
Jul 2, 2003, 3:40:58 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:
09489b89
Parents:
453bd70
Message:
Remove a bogus debug command
Prepare for 2.0.6
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r453bd70 r7c9c847  
    11$Id$
    22
    3 2.0.6-pre-2
    4         Started adding code to do question/response stuff
     32.0.6
    54        aimlogin will now accept the screenname without a password and ask
    65           for the password such that it is not echo'd to the terminal
    7         Fixed documentation bug in aimwrite
    8 
    9 2.0.6-pre-1
    10         Initialze $owl::auth
    116        'addbuddy aim' and 'delbuddy aim' now work
    127        Bug fix to make zwrite -m work with -c/-i
     8        Fixed documentation bug in aimwrite
     9        Initialze $owl::auth
    1310        Fix in autoconf for des425
    14         Reformatted editwin.c and added capability of doing password
     11        Reformatted editwin.c and added capability of doing password-style
    1512           echoing
    1613       
  • functions.c

    r453bd70 r7c9c847  
    10851085{
    10861086  char *buff, *ptr;
    1087 
    1088   owl_function_debugmsg("Got: %s", buff);
    10891087
    10901088  buff=owl_global_get_buffercommand(&g);
  • owl.h

    rcf83b7a r7c9c847  
    1717static const char owl_h_fileIdent[] = "$Id$";
    1818
    19 #define OWL_VERSION         2.0.6-pre-2
    20 #define OWL_VERSION_STRING "2.0.6-pre-2"
     19#define OWL_VERSION         2.0.6
     20#define OWL_VERSION_STRING "2.0.6"
    2121
    2222#define OWL_DEBUG 0
Note: See TracChangeset for help on using the changeset viewer.