Changeset 9d2a105


Ignore:
Timestamp:
Apr 24, 2010, 3:02:43 PM (14 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, release-1.10, release-1.6, release-1.7, release-1.8, release-1.9
Children:
5a57386
Parents:
c18d069
Message:
BarnOwl 1.6rc1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r491cdb1 r9d2a105  
     11.6
     2 * Support filtering on whether a message has been deleted. -nelhage@mit.edu
     3 * Properly quote strings containing newlines or tabs. -nelhage@mit.edu
     4 * Check for an unset mark in owl_editwin_replace_region. -nelhage@mit.edu
     5 * Add the "narrow-related" variable. -geofft@mit.edu
     6 * Fix a display bug under perl 5.12. -nelhage@mit.edu
     7 * Only use typewindelta when opening multiline editwins. -nelhage@ksplice.com
     8 * Add some checks to ./configure. -nelhage@mit.edu
     9 * Fix a use-after-free in popexec.c -nelhage@mit.edu
     10 * Make pseudologins asynchronous -asedeno@mit.edu
     11 * Fix some bugs in editwin handling and clean up code. -nelhage@ksplice.com
     12 * Add new command unbindkey for removing keybindings -leonidg@mit.edu
     13 * zcrypt: Implement AES encryption support using GPG. -nelhage@mit.edu
     14 * Add usage messages to everything in scripts/ -nelhage@mit.edu
     15 * Split zcrypt into an external, standalong binary. -nelhage@mit.edu
     16 * Fix minor documentation typo -alexmv@mit.edu
     17 * Document the init/cleanup vs. new/delete naming conventions. -andersk@mit.edu
     18 * Clean up code naming conventions to help avoid memory leaks.. -andersk@mit.edu
     19 * Add edit:help command for zsh-style in-edit help -davidben@mit.edu
     20 * Use libpanel to simplify and improve display layer. -davidben@mit.edu
     21 * Jabber: Mention [-a <account>] in :help jwrite. -andersk@mit.edu
     22 * Fix zcrypt when compiling without krb4 -oremanj@MIT.EDU
     23 * Send multiple PRIVMSGs for IRC messages entered as multiple paragraphs -oremanj@mit.edu
     24 * Require automake ≥ 1.7.0, and don’t warn about portability to non-GNU make. -andersk@mit.edu
     25 * Makefile.am: Use only direct children in SUBDIRS, to appease automake 1.7. -andersk@mit.edu
     26 * IRC: irc-disconnect on a pending reconnect should cancel it. -nelhage@mit.edu
     27 * Complete several commands that accept a filename. -nelhage@mit.edu
     28 * Complete the 'print' and 'bindkey' commands. -nelhage@mit.edu
     29
     301.5.1
     31 * Fix numerous memory leaks. -andersk@mit.edu
     32 * owl_message_get_cc_without_recipient: Don’t overflow the output buffer. -andersk@mit.edu
     33        (Fixes CVE-2010-0793)
     34 * owl_command_aimwrite: Fix a buffer overflow on aimwrite -m. -andersk@mit.edu
     35 * zcrypt: Don’t read off the end of misaligned input messages. -andersk@mit.edu
     36 * Fix zcrypt when compiling without krb4 -oremanj@MIT.EDU
     37 * Fix a crash narrowing to certain messages. -andersk@mit.edu
     38 * Fix a subtle bug in the perl bindings. -nelhage@mit.edu
     39 * Squelch an 'uninitialized' warning in recv:shift-left. -nelhage@mit.edu
     40
    1411.5
    242 * Show the prompt in short editwins when scrolling back to the start. -nelhage@mit.edu
  • configure.ac

    r75b0adb r9d2a105  
    11dnl Process this file with autoconf to produce a configure script.
    2 AC_INIT([BarnOwl],[1.6dev],[bug-barnowl@mit.edu])
     2AC_INIT([BarnOwl],[1.6rc1],[bug-barnowl@mit.edu])
    33AM_INIT_AUTOMAKE([1.7.0 -Wall -Wno-portability foreign])
    44m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
Note: See TracChangeset for help on using the changeset viewer.