* the IDN code now verifies that only TLD-legitmate letters are used in the
name or a warning is displayed (when verbose is enabled)
* provides error texts for IDN errors
* file upload parts in formposts now get their directory names cut off
* added CURLINFO_OS_ERRNO
* added CURLOPT_FTPSSLAUTH to allow ftp connects to attempt "AUTH TLS" instead
before "AUTH SSL"
* curl_getdate() completely rewritten: may affect rare curl -z use cases
* bugfixes
site.
Notable changes since 1.40:
* language/encoding fixes
* cache overhaul and directory listing optimization, the existing cache
files should be deleted
* wsvn.php changed, configuration changes need to be re-done
* added blame support
* support for comparing entire directories, and directory tarball download
* various config options now per-project
* new 'Zinn' style
* new Swedish, Japanese, Korean, Russian, Chinese, Spanish translations
See changes.txt in the source distribution for complete & detailed list
of changes.
g/c no longer needed Makefile.module
add support for building extensions off PECL; version for PECL packages
is built as ${PHP_BASE_VERS}.${PECL_VERSION}, i.e. PECL pkg version 1.0
would become php-pkg-4.3.9.1.0 or php-pkg-5.0.2.1.0 respectively
This module takes advantage of the new flexibility in Mason 1.09_01
and newer to integrate an Apache::Session session directly into
Mason's Request object.
Apache::AuthCookieDBI is a module that subclasses Apache::AuthCookie and is
designed to be directly used for authentication in a mod_perl server.
It is a ticket-issuing system that looks up username/passwords in a DBI
database using generic SQL and issues MD5-checksummed tickets valid for
a configurable time period. Incoming requests with tickets are
checksummed and expire-time checked.
Apache::AuthCookie allows you to intercept a user's first unauthenticated
access to a protected document. The user will be presented with a custom
form where they can enter authentication credentials. The credentials are
posted to the server where AuthCookie verifies them and returns a session
key.
Visitors is a very fast web log analyzer for Linux, Windows, and
other Unix-like operating systems. It takes as input a web server
log file, and outputs statistics in form of different reports.
The design principles are very different compared to other software
of the same type:
* No installation required, can process up to 150,000 lines of
log entries per second in fast computers (20MB/s with my log
files average length).
* Designed to be executed by the command line, output html and
text reports. The text report can be used in pipe to less to
check web stats from ssh.
* Support for real time statistics with the Visitors Stream Mode
introduced with version 0.3.
* To specify the log format is not needed at all. Works out of
box with apache and most other web servers with a standard log
format (see the documentation for more information on the format).
* It's a portable C program, can be compiled on many different
systems.
* The produced html report doesn't contain images or external
CSS, is self-contained, you can send it by email to users.
* Visitors is free software (and of course, freeware), under
the terms of the GPL license. You don't need to pay to use it.
The distribution file actually has 1.6 as the release number,
but it *is* an upgrade over 1.54. Obviously someone needs a
lesson in dewey-decimal ordering.
Work around this by cheesily adding a `0' to the PKGNAME setting.
The current developer version number is 1.70_01, so there is some
hope that this will not repeat.