Changes:
2005-08-22
version 2.7
* add constants for Mysql#options: Mysql::OPT_GUESS_CONNECTION,
Mysql::OPT_USE_EMBEDDED_CONNECTION,
Mysql::OPT_USE_REMOTE_CONNECTION, Mysql::SET_CLIENT_IP
* test.rb: for 4.0.x, 5.0.x
2005-08-16
version 2.7-beta3
* add Mysql::Stmt#bind_result
2005-08-02
version 2.7-beta2
* BUG: mysql.c.in: fetch_hash: nil value doesn't exist in
hash. (Thanks Stefan Kaes)
* add constant Mysql::VERSION.
* add Mysql#prepare
2005-07-24
version 2.7-beta
* add Mysql#stmt_init method
* add Mysql::Stmt, Mysql::Time, Mysql::RowOffset class
* add Mysql::Error#sqlstate method
* change offset value to Mysql::RowOffset object that is used
by Mysql::Result#row_seek,row_tell
2005-07-31
version 2.6.3
* add constant Mysql::VERSION.
2005-07-26
version 2.6.2
* BUG: mysql.c.in: fetch_hash: nil value doesn't exist in
hash. (Thanks Stefan Kaes)
2005-06-28
version 2.6.1
* mysql.c.in: fix to compile error on MacOSX.
* Don't build the opengl/gtk player, make them options, by default off
(I just wanted to install the library not the useless players).
Bump PKGREVISION because PLIST has been modified.
- pkgsrc changes: check IP filter's header file <ipl.h> as well as
<netinet/ipl.h>.
- Apply recent official patches including a security fix for DoS noted by
http://secunia.com/advisories/16674/
* 2005-09-03 09:41 (Minor) E-mail sent when cache dies is blocked from many
antispam rules
* 2005-09-03 09:41 (Minor) Solaris 10 SPARC transparent proxy build problem
with ipfilter
* 2005-09-01 22:57 (Minor) snmo cacheClientTable fails on "long" IP addresses
* 2005-09-01 22:49 (Minor) squid_ldap_auth -U does not work
* 2005-09-01 22:44 (Major) assertion failed:
store.c:523: "e->store_status == STORE_PENDING"
* 2005-09-01 22:39 (Cosmetic) Greek translation of error messages
* 2005-09-01 22:31 (Minor) Some odd FTP servers respond with 250
where 226 is expected
* 2005-09-01 22:26 (Cosmetic) Fails to compile with glibc -D_FORTIFY_SOURCE=2
* 2005-09-01 22:18 (Cosmetic) Odd URLs when failing to forward request via
parent and several error messages inconsistent
in reported request details
* 2005-09-01 22:09 (Minor) More chroot_dir and squid -k reconfigure issues
* 2005-09-01 21:56 (Medium) assertion failed:
StatHist.c:93: ((int) floor (0.99L + statHistVal(H, 0) - min)) == 0
* 2005-09-01 20:27 (Major) Segmentation fault in sslConnectTimeout
* 2005-08-19 09:31 (Minor) sync redeclarations when support for ARP acls
* 2005-08-14 17:05 (Cosmetic) New 'mail_program' configuration option in
squid.conf
cwm is a window manager for X11. It was originally inspired by evilwm,
but was rewritten from scratch due to limitations in the evilwm codebase.
The from-scratch rewrite borrowed some code from 9wm. cwm contains many
new features which all concentrate on the efficiency and transparency of
window management. cwm also aims to maintain the most simplest and
pleasant aesthetic.
Remove the files/ant script, by patching the bin/ant script, as ant people
worked on it.
I'm taking maintainership for this one
Fix PR 29038 and PR 29338, apache-ant now can use plugins
Fix PR 30332 (update to 1.6.5)
Approved by jwise@
Bcrypt is a cross platform file encryption utility. Encrypted files
are portable across all supported operating systems and processors.
Passphrases must be between 8 and 56 characters and are hashed
internally to a 448 bit key. However, all characters supplied are
significant. The stronger your passphrase, the more secure your data.
In addition to encrypting your data, bcrypt will by default overwrite
the original input file with random garbage three times before deleting
it in order to thwart data recovery attempts by persons who may gain
access to your computer.
patch provided by Jason White in PR 31089
* Version 1.16:
- added %%Orientation comment to the prolog (thanks to Ken Pizzini
<ken@gnu.org>)
- added Slovak translation and .holiday file (thanks to M.F. PSIkappa
<psi@platon.atlantis.sk>)
- added Russian translation (thanks to Alexei A. Gaidioukov
<lexey@cda.ipmce.su>)
released by Mark Hanson 2005-01-01, mbh@panix.com
Dates are complex enough without times and timezones. This module may
be used to create simple date objects. It handles:
Validation:
Reject 1999-02-29 but accept 2000-02-29.
Interval arithmetic:
How many days were between two given dates? What date comes N days
after today?
Day-of-week calculation:
What day of the week is a given date?
It does NOT deal with hours, minutes, seconds, and time zones.