Changeset eef5b52


Ignore:
Timestamp:
Feb 11, 2009, 12:54:20 PM (15 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
9d12aa5, 87afe92, 308ace3
Parents:
f2fc5ad
git-author:
Nelson Elhage <nelhage@mit.edu> (02/10/09 14:01:47)
git-committer:
Nelson Elhage <nelhage@mit.edu> (02/11/09 12:54:20)
Message:
BarnOwl 1.0.5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    rf2fc5ad reef5b52  
     11.0.5
     2 * Implement initial support for real timers. -nelhage
     3 * Fix some compile warnings. -nelhage
     4 * Don't ignore the --datarootdir setting. -andersk
     5 * Replace questionable sprintf(buf, "%s...", buf, ...) pattern. -andersk
     6 * Show IRC /me messages with the conventional * instead of bold -andersk
     7 * Rip out the openurl function and related variables. -andersk
     8 * Stop leaking perl variables in :perl. -nelhage
     9 * Display multi-line error messages as admin messages. -nelhage
     10 * Fix a bug rendering multi-byte characters in the last column of the window. -andersk
     11 * Map Esc-A/B/C/D like arrow keys everywhere. -geofft
     12 * Fix a bug trying to disconnect from Jabber with no accounts connected. -asedeno
     13 * Call perl_sys_init3 to make libperl work on several other platforms. -hartmans
     14 * Bind the 'Delete' key to delete the next character. -andersk
     15 * Fix a double-free in owl_zephyr_delsub. -geofft
     16 * Don't fill-paragraph the ending dot of the buffer. -price
     17 * Fix numerous unsafe uses of sprintf(). -nelhage
     18        (Fixes CVE-2009-0363)
     19
    1201.0.4
    221 * Added a ':show quickstart' command. -geofft
  • owl.h

    rf2fc5ad reef5b52  
    5252
    5353#ifndef OWL_VERSION_STRING
    54 #define OWL_VERSION_STRING "1.0.4.1"
     54#define OWL_VERSION_STRING "1.0.5"
    5555#endif
    5656
Note: See TracChangeset for help on using the changeset viewer.