Changeset 14489be


Ignore:
Timestamp:
Feb 12, 2009, 10:17:36 PM (15 years ago)
Author:
Sam Hartman <hartmans@mit.edu>
Branches:
debian
Children:
d09b339
Parents:
f4d817d (diff), eef5b52 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:
Merge commit 'barnowl-1.0.5' into debian
Files:
13 added
4 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r43a306c 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
     201.0.4
     21 * Added a ':show quickstart' command. -geofft
     22 * Allow filters that reference a sub filter more than once non-cyclically. -nelhage
     23 * Make 'version' return 'BarnOwl' not 'Owl'
     24 * Escape interpolated regexes in filters. -andersk
     25 * Various code cleanups. -andersk
     26 * Fix format string injection bugs. -andersk
     27 * Clean up various code warnings. -nelhage
     28 * Replace questionable sprintf(buf, "%s...", buf, ...) pattern. -andersk
     29 * Show IRC /me messages with the conventional * instead of bold. -andersk
     30 * Rip out the openurl function and webbrowser variable. -andersk
     31
    1321.0.3
    233 * Moved BarnOwl source control to git on github.
  • owl.h

    rf34dd65 reef5b52  
    5252
    5353#ifndef OWL_VERSION_STRING
    54 #define OWL_VERSION_STRING "1.0.3"
     54#define OWL_VERSION_STRING "1.0.5"
    5555#endif
    5656
  • .gitignore

    r6b7e7a5 r8d07892a  
    2323varstubs.c
    2424*~
     25libfaim/rxhandlers.c.orig
  • Makefile.in

    rdf7f364 rf4d817d  
    3333
    3434EXE = barnowl
    35 PERL_MODULES = Jabber
     35PERL_MODULES = Jabber IRC
    3636MODULE_DIRS = $(PERL_MODULES:%=perl/modules/%)
    3737
Note: See TracChangeset for help on using the changeset viewer.