Changeset b18151c
- Timestamp:
- Dec 3, 2016, 6:34:31 PM (8 years ago)
- Branches:
- master, release-1.10
- Children:
- 370d94d, 9aed96d
- Parents:
- 392b5cf
- git-author:
- Adam Glasgall <glasgall@mit.edu> (12/03/16 16:50:20)
- git-committer:
- Adam Glasgall <glasgall@mit.edu> (12/03/16 18:34:31)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r6f87658 rb18151c 1 1.10rc1 2 * Numerous autotools/build machinery fixes -andersk@mit.edu 3 * Numerous code correctness and simplification/cleanup fixes -andersk@mit.edu 4 * Add and use a cpanfile documenting perl module dependencies -jgross@mit.edu 5 * Add Travis configuration -jgross@mit.edu 6 * Avoid strchrnul -andersk@mit.edu 7 * Numerous IRC fixes -jgross@mit.edu 8 * Improve smartnarrow and smartfilter documentation -jgross@mit.edu 9 * filterproc: Rewrite using GIOChannel -andersk@mit.edu 10 * Implement :twitter-favorite -nelhage@nelhage.com 11 * Kill the client-side tweet length check. -nelhage@nelhage.com 12 * squelch the Twitter legacy_list_api warnings -nelhage@nelhage.com 13 * Use SSL for Twitter by default -adehnert@mit.edu 14 * Humanize zsigs -andersk@mit.edu 15 * Show Zephyr charset in info popup -andersk@mit.edu 16 * Fix Jabber SRV record support (at one point fixed connecting via jabber to google talk or facebook) -james2vegas@aim.com 17 * fix cmd_join in BarnOwl/Module/IRC.pm -james2vegas@aim.com 18 * Add a ~/.owl/ircchannels file, persist channels -jgross@mit.edu 19 * Added hooks for user going idle or active. -jgross@mit.edu 20 * Support channel-or-user IRC commands, and setup irc-msg to use it. -ezyang@mit.edu 21 * Refactor perl calls through a single method -jgross@mit.edu 22 * Really support building Perl modules from a separate builddir -andersk@mit.edu 23 * Get rid of all our embedded copies of Module::Install -andersk@mit.edu 24 * Don't let new_variable_* overriding previously set values -rnjacobs@mit.edu 25 * Messages sent to 'class messages' are not personal -jgross@mit.edu 26 * Expose message_matches_filter to perl -jgross@mit.edu 27 * Fail fast on -c filsrv, which most people won't have permission to send to -rnjacobs@mit.edu 28 * zcrypt: Use getopt_long for argument parsing -andersk@mit.edu 29 * zcrypt: Accept -help and --version -andersk@mit.edu 30 * barnowl --help: Write to stdout and exit successfully -andersk@mit.edu 31 * Don't swallow errors in :unsuball -davidben@mit.edu 32 * Allow testing in a separate build directory -andersk@mit.edu 33 * Add support for arbitrary Perl subs for getters and setters for barnowl variables -glasgall@mit.edu 34 * owl_zephyr_loadsubs: Don’t leak memory on error opening ~/.zephyr.subs -andersk@mit.edu 35 * Make :loadsubs reload instanced personals too -davidben@mit.edu 36 * Fix some undefined behavior in filter.c, caught by clang scan-build -jgross@mit.edu 37 * Die on a failed zephyr_zwrite; don't silently ignore it -jgross@mit.edu 38 * Fix a memory leak in zcrypt.c, caught by clang scan-build -jgross@mit.edu 39 * zcrypt: Make gpg stop messing around in ~/.gnupg -andersk@mit.edu 40 * Fix display of pseudologins -davidben@mit.edu 41 * Unbundle random Facebook module libraries -davidben@mit.edu 42 * Replace deprecated GLib < 2.31.0 APIs -andersk@mit.edu 43 * Abstract g->interrupt_lock -andersk@mit.edu 44 * zephyr: Replace outgoing default format with a small URL -geofft@mit.edu 45 1 46 1.9 2 47 * Update Jabber module for Net::DNS changes -james2vegas@aim.com -
configure.ac
r77dfeb1 rb18151c 1 1 dnl Process this file with autoconf to produce a configure script. 2 AC_INIT([BarnOwl],[1.10 dev],[bug-barnowl@mit.edu])2 AC_INIT([BarnOwl],[1.10rc1],[bug-barnowl@mit.edu]) 3 3 AM_INIT_AUTOMAKE([1.7.0 foreign std-options -Wall -Wno-portability]) 4 4 AM_MAINTAINER_MODE([enable])
Note: See TracChangeset
for help on using the changeset viewer.