This module provides a fairly low level interface to the BSD kqueue(2)
system call, allowing you to monitor for changes on sockets, files,
processes and signals.
from Srebrenko Sehic <haver at insecure.dk>
From mysql ChangeLog:
An SQL-injection security hole has been found in multi-byte encoding
processing. The bug was in the server, incorrectly parsing the string
escaped with the mysql_real_escape_string() C API function. (Bug#8378)
Detailed information:
http://dev.mysql.com/doc/refman/5.0/en/news-5-0-22.html
ok brad@
--
OMake is a build system designed for scalability and portability.
It uses a syntax similar to make utilities you may have used, but
it features many additional enhancements, such as:
Support for projects spanning several directories or directory
hierarchies. Fast, reliable, automated, scriptable dependency
analysis using MD5 digests, with full support for incremental builds.
Fully scriptable, includes a library that providing support for
standard tasks in C, C++, OCaml, and LaTeX projects, or a mixture
thereof. Full native support for rules that build several files
at once.
OMake provides a uniform interface on Linux/Unix (including 64-bit
architectures), Win32, Cygwin, Mac OS X, and other platforms that
are supported by OCaml.
Active filesystem monitoring, where the build automatically restarts
whenever you modify a source file. This can be very useful during
the edit/compile cycle. A built-in command-interpreter osh that
can be used interactively.
--
OCaml bindings to the SQLite 3 database access library. The current
version provides low level access to the SQL queries and data
transfer. Aggregate/user-defined SQL function support is not
implemented.