Changeset 612270d
- Timestamp:
- May 24, 2010, 8:24:37 PM (15 years ago)
- Branches:
- release-1.6
- Children:
- a484b3e
- Parents:
- bd1532f
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
radbf00a r612270d 1 1.6.1 2 * Jabber: Explain how to set your nick when joining a MUC. -andersk@mit.edu 3 * Jabber: Make smartnarrow -i filter on subject. -andersk@mit.edu 4 * Jabber: Fix completion of MUC names. -nelhage@mit.edu 5 * Improve help for bindkey and unbindkey -leonidg@mit.edu 6 * Fix a segfault in smartnarrow. -nelhage@mit.edu 7 * Fix a race in handling of resize events. -andersk@mit.edu 8 1 9 1.6 2 10 * Add :vp and :viewperson aliases for :viewuser. -kevinr@free-dissociation.com -
configure.ac
radbf00a r612270d 1 1 dnl Process this file with autoconf to produce a configure script. 2 AC_INIT([BarnOwl],[1.6 ],[bug-barnowl@mit.edu])2 AC_INIT([BarnOwl],[1.6.1],[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.