Changeset f2fc5ad


Ignore:
Timestamp:
Feb 11, 2009, 12:53:30 PM (15 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
eef5b52
Parents:
b4c270c
git-author:
Nelson Elhage <nelhage@mit.edu> (12/13/08 19:29:47)
git-committer:
Nelson Elhage <nelhage@mit.edu> (02/11/09 12:53:30)
Message:
1.0.4.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r43a306c rf2fc5ad  
     11.0.4
     2 * Added a ':show quickstart' command. -geofft
     3 * Allow filters that reference a sub filter more than once non-cyclically. -nelhage
     4 * Make 'version' return 'BarnOwl' not 'Owl'
     5 * Escape interpolated regexes in filters. -andersk
     6 * Various code cleanups. -andersk
     7 * Fix format string injection bugs. -andersk
     8 * Clean up various code warnings. -nelhage
     9 * Replace questionable sprintf(buf, "%s...", buf, ...) pattern. -andersk
     10 * Show IRC /me messages with the conventional * instead of bold. -andersk
     11 * Rip out the openurl function and webbrowser variable. -andersk
     12
    1131.0.3
    214 * Moved BarnOwl source control to git on github.
  • owl.h

    rf34dd65 rf2fc5ad  
    5252
    5353#ifndef OWL_VERSION_STRING
    54 #define OWL_VERSION_STRING "1.0.3"
     54#define OWL_VERSION_STRING "1.0.4.1"
    5555#endif
    5656
Note: See TracChangeset for help on using the changeset viewer.