Changeset 88f0dae
- Timestamp:
- Jul 27, 2010, 9:10:44 PM (14 years ago)
- Branches:
- release-1.6
- Parents:
- af16ad3
- git-author:
- Nelson Elhage <nelhage@mit.edu> (07/24/10 17:43:21)
- git-committer:
- Nelson Elhage <nelhage@mit.edu> (07/27/10 21:10:44)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r612270d r88f0dae 1 1.6.2 2 * Use a uniquified debug file location. -nelhage@mit.edu 3 * Open the debug file using O_EXCL and an explicit mode. -nelhage@mit.edu 4 * Don't send AIM passwords to the debug log. -geofft@mit.edu 5 * Remove some dead AIM code that sends local files to the server. -geofft@mit.edu 6 * Handle errors from ZPending and ZReceiveNotice (CVE-2010-2725). -nelhage@mit.edu 7 * Include the public repository URL in the README -alexmv@mit.edu 8 * Install the documentation in 'make install'. -nelhage@mit.edu 9 * Add a configure flag to enable/disable building with krb4. -wthrowe@mit.edu 10 * Fix an infinite loop on 'view -r args'. -nelhage@mit.edu 11 * Free paths to Zephyr dot-files when non-existant -davidben@mit.edu 12 * Jabber: Accept a -m argument to jwrite to set the message. -nelhage@mit.edu 13 1 14 1.6.1 2 15 * Jabber: Explain how to set your nick when joining a MUC. -andersk@mit.edu -
configure.ac
r6c24c67 r88f0dae 1 1 dnl Process this file with autoconf to produce a configure script. 2 AC_INIT([BarnOwl],[1.6. 1],[bug-barnowl@mit.edu])2 AC_INIT([BarnOwl],[1.6.2],[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.