Changeset 970dafa


Ignore:
Timestamp:
Mar 12, 2012, 12:01:54 AM (12 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
release-1.8
Parents:
1cdb459
Message:
BarnOwl 1.8.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r65ff3f4 r970dafa  
     11.8.1
     2 * Only add outgoing messages for personal part of half-personal messages -andersk@mit.edu
     3 * Don’t write CC: line on zwrite -C '' -andersk@mit.edu
     4 * Don’t send public pings on zwrite '' or zwrite @REALM -andersk@mit.edu
     5 * Don’t treat zwrite '' as personal -andersk@mit.edu
     6 * Stop pretending to support zwrite * -andersk@mit.edu
     7 * Show foreign realms on non-personal zephyrs like Owl did -andersk@mit.edu
     8 * Fix memory leak in zcrypt -davidben@mit.edu
     9 * Don't attempt to switch filters in :view -d if invalid -davidben@mit.edu
     10 * Fixed typo in unbindkey usage error -rileyb@mit.edu
     11 * Fix bug generating filter text in 256-color mode -asedeno@mit.edu
     12 * Remove ^noc from reply-lockout -geofft@mit.edu
     13 * Avoid quadratic loops when receiving zephyrs -andersk@mit.edu
     14 * Fix hang on empty zcrypt messages -adehnert@MIT.EDU
     15
    1161.8
    217 * Compute the home directory in zcrypt consistently with BarnOwl -davidben@mit.edu
  • configure.ac

    r4f8535e r970dafa  
    11dnl Process this file with autoconf to produce a configure script.
    2 AC_INIT([BarnOwl],[1.8],[bug-barnowl@mit.edu])
     2AC_INIT([BarnOwl],[1.8.1],[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.