Changeset 050d25e


Ignore:
Timestamp:
Mar 2, 2010, 6:23:56 PM (14 years ago)
Author:
Nelson Elhage <nelhage@ksplice.com>
Branches:
release-1.5
Parents:
c4d1f12
git-author:
Nelson Elhage <nelhage@mit.edu> (03/01/10 20:38:37)
git-committer:
Nelson Elhage <nelhage@ksplice.com> (03/02/10 18:23:56)
Message:
BarnOwl 1.5.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r491cdb1 r050d25e  
     11.5.1
     2 * Fix numerous memory leaks. -andersk@mit.edu
     3 * owl_message_get_cc_without_recipient: Don’t overflow the output buffer. -andersk@mit.edu
     4        (Fixes CVE-2010-0793)
     5 * owl_command_aimwrite: Fix a buffer overflow on aimwrite -m. -andersk@mit.edu
     6 * zcrypt: Don’t read off the end of misaligned input messages. -andersk@mit.edu
     7 * Fix zcrypt when compiling without krb4 -oremanj@MIT.EDU
     8 * Fix a crash narrowing to certain messages. -andersk@mit.edu
     9 * Fix a subtle bug in the perl bindings. -nelhage@mit.edu
     10 * Squelch an 'uninitialized' warning in recv:shift-left. -nelhage@mit.edu
     11
    1121.5
    213 * Show the prompt in short editwins when scrolling back to the start. -nelhage@mit.edu
  • configure.ac

    r491cdb1 r050d25e  
    11dnl Process this file with autoconf to produce a configure script.
    2 AC_INIT([BarnOwl],[1.5],[bug-barnowl@mit.edu])
     2AC_INIT([BarnOwl],[1.5.1],[bug-barnowl@mit.edu])
    33AM_INIT_AUTOMAKE([-Wall foreign])
    44m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
Note: See TracChangeset for help on using the changeset viewer.