Changeset b783311
- Timestamp:
- Nov 17, 2013, 4:00:15 AM (11 years ago)
- Branches:
- release-1.9
- Children:
- 8505b8f, 8b0d793
- Parents:
- 384b2fa
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r489df88 rb783311 1 1 1.9 2 * Update Jabber module for Net::DNS changes -james2vegas@aim.com 3 * Update and make configurable the Zephyr default format -adehnert@mit.edu 4 * Fix a crash when zcrypt fails -andersk@mit.edu 5 * Fix building with OpenSSL before 0.9.8 -andersk@mit.edu 6 * Make :loadsubs reload instanced personals too -davidben@mit.edu 7 * Make Perl zephyr_zwrite call die() when it fails -jgross@mit.edu 8 * Tell gpg calls from zcrypt to ignore ~/.gnupg -andersk@mit.edu 9 * Replace outgoing zephyr default format with a small URL -geofft@mit.edu 2 10 * Add getnumlines() to perl interface -asedeno@mit.edu 3 11 * Include names of invalid filters on filter errors -adehnert@mit.edu -
configure.ac
re2e4072 rb783311 1 1 dnl Process this file with autoconf to produce a configure script. 2 AC_INIT([BarnOwl],[1.9rc 1],[bug-barnowl@mit.edu])2 AC_INIT([BarnOwl],[1.9rc2],[bug-barnowl@mit.edu]) 3 3 AM_INIT_AUTOMAKE([1.7.0 -Wall -Wno-portability foreign]) 4 4 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
Note: See TracChangeset
for help on using the changeset viewer.