Changeset 14489be
- Timestamp:
- Feb 12, 2009, 10:17:36 PM (16 years ago)
- Branches:
- debian
- Children:
- d09b339
- Parents:
- f4d817d (diff), eef5b52 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Files:
-
- 13 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r43a306c reef5b52 1 1.0.5 2 * Implement initial support for real timers. -nelhage 3 * Fix some compile warnings. -nelhage 4 * Don't ignore the --datarootdir setting. -andersk 5 * Replace questionable sprintf(buf, "%s...", buf, ...) pattern. -andersk 6 * Show IRC /me messages with the conventional * instead of bold -andersk 7 * Rip out the openurl function and related variables. -andersk 8 * Stop leaking perl variables in :perl. -nelhage 9 * Display multi-line error messages as admin messages. -nelhage 10 * Fix a bug rendering multi-byte characters in the last column of the window. -andersk 11 * Map Esc-A/B/C/D like arrow keys everywhere. -geofft 12 * Fix a bug trying to disconnect from Jabber with no accounts connected. -asedeno 13 * Call perl_sys_init3 to make libperl work on several other platforms. -hartmans 14 * Bind the 'Delete' key to delete the next character. -andersk 15 * Fix a double-free in owl_zephyr_delsub. -geofft 16 * Don't fill-paragraph the ending dot of the buffer. -price 17 * Fix numerous unsafe uses of sprintf(). -nelhage 18 (Fixes CVE-2009-0363) 19 20 1.0.4 21 * Added a ':show quickstart' command. -geofft 22 * Allow filters that reference a sub filter more than once non-cyclically. -nelhage 23 * Make 'version' return 'BarnOwl' not 'Owl' 24 * Escape interpolated regexes in filters. -andersk 25 * Various code cleanups. -andersk 26 * Fix format string injection bugs. -andersk 27 * Clean up various code warnings. -nelhage 28 * Replace questionable sprintf(buf, "%s...", buf, ...) pattern. -andersk 29 * Show IRC /me messages with the conventional * instead of bold. -andersk 30 * Rip out the openurl function and webbrowser variable. -andersk 31 1 32 1.0.3 2 33 * Moved BarnOwl source control to git on github. -
owl.h
rf34dd65 reef5b52 52 52 53 53 #ifndef OWL_VERSION_STRING 54 #define OWL_VERSION_STRING "1.0. 3"54 #define OWL_VERSION_STRING "1.0.5" 55 55 #endif 56 56 -
.gitignore
r6b7e7a5 r8d07892a 23 23 varstubs.c 24 24 *~ 25 libfaim/rxhandlers.c.orig -
Makefile.in
rdf7f364 rf4d817d 33 33 34 34 EXE = barnowl 35 PERL_MODULES = Jabber 35 PERL_MODULES = Jabber IRC 36 36 MODULE_DIRS = $(PERL_MODULES:%=perl/modules/%) 37 37
Note: See TracChangeset
for help on using the changeset viewer.