Changeset 050d25e
- Timestamp:
- Mar 2, 2010, 6:23:56 PM (15 years ago)
- 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)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r491cdb1 r050d25e 1 1.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 1 12 1.5 2 13 * Show the prompt in short editwins when scrolling back to the start. -nelhage@mit.edu -
configure.ac
r491cdb1 r050d25e 1 1 dnl Process this file with autoconf to produce a configure script. 2 AC_INIT([BarnOwl],[1.5 ],[bug-barnowl@mit.edu])2 AC_INIT([BarnOwl],[1.5.1],[bug-barnowl@mit.edu]) 3 3 AM_INIT_AUTOMAKE([-Wall foreign]) 4 4 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
Note: See TracChangeset
for help on using the changeset viewer.