pkgsrc-WIP-cvs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: wip/lire
Module name: wip
Committed by: airhead
Date: Wed Mar 18 22:01:48 UTC 2009
Modified Files:
wip/lire: Makefile PLIST distinfo
Log Message:
Update Lire to 2.1. Release announcement:
Major changes since 2.0.3 (the previous stable release):
- Lire now requires DBD::SQLite, which uses SQLite 3.0. (SQLite 2
has become obsolete and is no longer supported). This means that the
Lire database format has changed. If you have one or more old lire
stores, you will need to convert each of them from SQLite2 format
to SQLite3 format, like this:
sqlite oldstore.db .dump | sqlite3 newstore.db
This assumes that you have both sqlite2 and sqlite3 installed on your
system, and that the names of the command line interface for the old
and new version are sqlite and sqlite3 respectively (this is at least
correct for Fedora).
After completion of the conversion(s), and after upgrading to
Lire 2.1, SQLite 2 can be removed from your system, unless it is
used by other applications than Lire of course.
- Improvement in exim2dlf, thanks to a patch contributed by Adrian Phillips.
Version 4.67 of exim introduced pid to log_selector, exim2dlf now
supports such log files too. See also
http://lists.logreport.org/pipermail/development/2008/000934.html.
Note that compatibility with pre-4.67 exim logfiles is preserved
by this patch.
- Added the merge2combined and dlf2combined www
scripts for merging web server logs of different types into one
log file in combined format. Next to these changes, various bugfixes
and documentation improvements have been made. See NEWS (at
http://download.logreport.org/pub/current/NEWS) (or see
http://download.logreport.org/pub/current/ChangeLog) for the details.
To generate a diff of this commit:
cvs -z3 rdiff -u -r1.1.1.1 -r1.2 wip/lire/PLIST wip/lire/distinfo
cvs -z3 rdiff -u -r1.4 -r1.5 wip/lire/Makefile
To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/lire/PLIST?r1=1.1.1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/lire/distinfo?r1=1.1.1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/lire/Makefile?r1=1.4&r2=1.5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs
Home |
Main Index |
Thread Index |
Old Index