Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
Use perl5/module.mk
|
|
Use perl5/module.mk
|
|
Use perl5/module.mk
|
|
Use perl5/module.mk
|
|
Use perl5/module.mk
|
|
|
|
|
|
|
|
|
|
bump PKGREVISION.
|
|
|
|
---
Changes with Apache 2.0.42
*) mod_dav: Check for versioning hooks before using them.
[Greg Stein]
Changes with Apache 2.0.41
*) The protocol version (eg: HTTP/1.1) in the request line parsing
is now case insensitive. [Jim Jagielski]
*) Allow AddOutputFilterByType to add multiple filters per directive.
[Justin Erenkrantz]
*) Remove warnings with Sun's Forte compiler. [Justin Erenkrantz]
*) Fixed mod_disk_cache's generation of 304s
[Kris Verbeeck <Kris.Verbeeck@ubizen.com>]
*) Add support for using fnmatch patterns in the final path
segment of an Include statement (eg.. include /foo/bar/*.conf).
and remove the noise on stderr during config dir processing.
[Joe Orton <jorton@redhat.com>]
*) mod_cache: cache_storage.c. Add the hostname and any request
args to the key generated for caching. This provides a unique
key for each virtual host and for each request with unique
args. [Paul J. Reder, args code provided by Kris Verbeeck]
*) mod_cache: Do not cache responses to GET requests with query
URLs if the origin server does not explicitly provide an
Expires header on the response (RFC 2616 Section 13.9)
[Kris Verbeeck krisv@be.ubizen.com]
*) Fix memory leak in core_output_filter. [Justin Erenkrantz]
*) Update OpenSSL detection to work on Darwin.
[Sander Temme <sctemme@covalent.net>]
*) Update the xslt and css to give the documentation a more
modern style.
[André Malo <nd@perlig.de>, Gernot Winkler <greh@o3media.de>]
*) Fix some bucket memory leaks in the chunking code
[Joe Schaefer <joe+apache@sunstarsys.com>]
*) Add ModMimeUsePathInfo directive. [Justin Erenkrantz]
*) mod_cache: added support for caching streamed responses (proxy,
CGI, etc) with optional CacheMaxStreamingBuffer setting [Brian Pane]
*) Add image/x-icon to httpd.conf PR 10993.
[Ian Holsman, Peter Bieringer <pb@bieringer.de>]
*) Fix FileETags none operation. PR 12207.
[Justin Erenkrantz, Andrew Ho <andrew@tellme.com>]
*) Restored the experimental leader/followers MPM to working
condition and converted its thread synchronization from
mutexes to atomic CAS. [Brian Pane]
*) Fix Logic on non-html file removal in mod_deflate
[Kris Verbeeck <Kris.Verbeeck@ubizen.com>]
*) Fix "ab -g"'s truncated year: the last digit was cut off.
[Leon Brocard <acme@astray.com>]
*) mod_rewrite can now sets cookies in err_headers, uses the correct
expiry date, and can now set the path as well
PR 12132,12181,12172.
[Ian Holsman / Rob Cromwell <apachechangelog@robcromwell.com>]
*) The content-length filter no longer tries to buffer up
the entire output of a long-running request before sending
anything to the client. [Brian Pane]
*) Win32: Lower the default stack size from 1MB to 256K. This will
allow around 8000 threads to be started per child process.
'EDITBIN /STACK:size apache.exe' can be used to change this
value directly in the apache.exe executable.
[Bill Stoddard]
*) Win32: Implement ThreadLimit directive in the Windows MPM.
[Bill Stoddard]
*) Remove CacheOn config directive since it is set but never checked.
No sense wasting cycles on unused code. Besides, the only truly
bug free code is deleted code. :) [Paul J. Reder]
*) BufferLogs are now run-time enabled, and the log_config now has 2 new
callbacks to allow a 3rd party module to actually do the writing of the
log file [Ian Holsman]
*) Correct ISAPIReadAheadBuffer to default to 49152, per mod_isapi docs.
[André Malo, Astrid Keßler <kess@kess-net.de>]
*) Fix Segfault in mod_cache. [Kris Verbeeck <Kris.Verbeeck@ubizen.com>]
*) Fix a null pointer dereference in the merge_env_dir_configs
function of the mod_env module. PR 11791
[Paul J. Reder]
*) New option to ServerTokens 'maj[or]'. Only show the major version
Also Surfaced this directive in the standard config (default FULL)
[Ian Holsman]
*) Change mod_rewrite to use apr-util's dbm support for dbm rewrite
maps. The dbm type (e.g., ndbm, gdbm) can be specified on the
RewriteMap directive. PR 10644 [Jeff Trawick]
*) Fixed mod_rewrite's RewriteMap prg: support so that request/response
pairs will no longer get out of sync with each other. PR 9534
[Cliff Woolley]
*) Fixes required to get quoted and escaped command args working in
mod_ext_filter. PR 11793 [Paul J. Reder]
*) mod-proxy: handle proxied responses with no status lines
[JD Silvester <jsilves@uwo.ca>, Brett Huttley <brett@huttley.net>]
*) Fix bug where environment or command line arguments containing
non-ASCII-7 characters would cause the Win32 child process creation
to fail. PR 11854 [William Rowe]
*) Bug #11213.. make module loading error messages more informative
[Ian Darwin <Ian779@darwinsys.com>]
*) thread safety & proxy-ftp [Alexey Panchenko alexey@liwest.ru, Ian Holsman]
*) mod_disk_cache works much better. This module should still
be considered experimental. [Eric Prud'hommeaux]
*) Performance improvement for keepalive requests: when setting
aside a small file for potential concatenation with the next
response on the connection, set aside the file descriptor rather
than copying the file into the heap. [Brian Pane]
|
|
Expand on the DESCR. Partially addresses pkg/18374
|
|
Expand on the DESCR. Partially addresses pkg/18374
|
|
|
|
libtool archives.
|
|
|
|
Release 0.5.5 : Feature enchancements.
* New module math.mt-random : implements Mersenne-Twister random
number generator.
* New module srfi-19: supports SRFI-19 (Time data types and procedures).
* New procedure pa$ (partial apply), compose, and some
combinator-like procedures like map$, for-each$. See "Combinators"
section of the reference manual for details.
* New procedures copy-file, move-file, touch-file and
find-file-in-paths in file.util module.
* New procedures arity, procedure-arity-includes?,
arity-at-least-value to query procedure's arity. See "Procedure arity"
section of the reference manual.
* New syntax define-constant, set!-values, begin0, let1.
* New module math.const : provides some useful constants like pi and e.
* New system procedure sys-utime.
* New built-in type <time>, a SRFI-compatible time
representation. SRFI-18 procedures current-time, time->seconds and
seconds->time are also provided.
* Built-in sort function is improved for the worst case.
Release 0.5.6 : Bug fix and feature enchancements.
* Supports JIS X 0213:2000 japanese character set.
* SRFI-27 (Source of random bits) is supported.
* Added macro dolist; I couldn't regist the temptation.
* Fixed a bug that caused active objects in DLL to be
garbage-collected on cygwin platform.
* Fixed a bug that char->integer returned wrong number (thanks for
Sven Hartrumpf).
* Fixed gosh's usage message (thanks for Sven Hartrumpf).
* vector-fill! takes optional start/end argument (parallel to SRFI-13
string-fill!).
Release 0.5.7
* Updated Boehm GC to version 6.1alpha5.
* Characters can be written in Unicode, as #\uXXXX or #\uXXXXXXXX, or
embedded in literal strings as \uXXXX or \UXXXXXXXX. If Gauche's
internal character encoding is not UTF-8, they are converted to
internal encoding by the reader. Procedures char->ucs and ucs->char
are also provided.
* Added SRFI-25 (multi-dimensional arrays) support as gauche.array
module. See "Arrays" section of the reference manual for details.
* Added SRFI-26 (cut and cute macros for specializing parameters)
support. See "Making procedures" section of the reference manual.
* Added SRFI-28 (basic format strings) support by simply extending
the existing format to allow to omit the port argument.
* Renamed module srfi-4 to gauche.uvector and added lots of
arithmetic operations on the homogeneous numeric vectors. The old
module srfi-4 still works as an alias of gauche.uvector.
* Fixed a bug in the UTF8 to EUC_JP conversion routine in
gauche.charconv module.
* Added make target 'uninstall'.
Release 0.6
* Multithread support
* Now info documents are created and installed by default.
* On-line documentation.
* Several bug fix and cleanup in signal handling. Added
set-signal-handler!, get-signal-handler and get-signal-handlers. Added
sys-sigmask and sys-sigsuspend. Fixed sys-pause that had missed some
signals to catch.
* In gauche.net module, allow socket-bind and make-server-socket to
accept 0 as port number and let the system assign the port. (Thanks to
ODA Hideo for a patch).
* Bug fix in eqv? and equal? : (eqv? 1 1.0) should be #f, but it
returned #t. So as equal?.
* Bug fix in call/cc and dynamic-wind handling. When you assigned
continuation to the top-level variable and re-invoked it later,
dynamic-wind stack wasn't called properly in certain situations.
* Bug fix in reading library path from the environment variable
(thanks to Alex Shinn).
* Bug fix in gauche.uvector code that caused random crash with
s64vector/u64vector.
* Bug fix in gosh that didn't flush buffered ports when it is used
non-interactively and Scheme's main function returns. (thanks to
Fujii-san).
Release 0.6.1 : minor fixes.
* Bug fix: fixed the stack trace in the default error message which
was broken since the last release.
* Bug fix: gosh sometimes went into an infinite loop or dumped core
when used as a slave process of Emacs and the Emacs is killed. (Thanks
to Sakae for pointing this out).
* The stub generator script is improved. The new format allows more
compact notation. It is not fully compatible with the older versions.
Gauche release 0.6.2 :
* Module inheritance: modules can be inherited now. You can extend
the existing modules, or bind them togehter into one module, using
module inheritance. See the extended "Modules" section of the
reference manual.
* Added nested block comment #| ... |#. This is defined in SRFI-30
and compatible among lots of popular Scheme implementations.
* Added debug stub feature (#?=). See "Debugging" section of the
reference manual.
* Bug fix: when SIGINT handler was installed and read was
interrupted, the read procedure returned EOF. (Thanks to Julian
Fondren for reporting this).
* Bug fix: enable-debug hasn't been working for some time.
* Bug fix: regexp worked incorrectly for patterns like #/a|(b)|c/
(thanks to Alex Shinn for reporting this).
* The default signal handler for SIGHUP, SIGQUIT and SIGTERM now
terminates the interpreter. So gosh terminates properly when run under
Emacs and the Scheme buffer is killed.
* New procedures: fixnum?, bignum?, string-pointer-copy,
string-pointer-byte-index (these two are contributed by Alex Shinn),
keyword->string, read-eval-print-loop, sys-nanosleep.
* New procedures in util.queue: queue-length, list->queue,
queue->list, find-in-queue, remove-from-queue!.
Gauche release 0.6.3 :
* Improved the compiler and the VM. Call-intensive applications may
observe 5%-10% performance improvement.
* Object-apply hook: if non-procedure object is 'applied', a generic
method object-apply is implicitly invoked.
* Regexp improvements:
* Charset reader improvement: you can include POSIX character class
notations, such as [:alpha:], in the literal character set,
e.g. #[[:alpha:]].
* Syntax for literal incomplete strings are changed from #"..." to
#*"...". The old one is still recognized, but its use is deprecated;
eventually the #"..." syntax will be taken by string interpolation
feature, so please move to the new syntax if you're using the old one.
* Added module: gauche.syslog - syslog(3) API.
* gauche.logger improvements: now <log-drain> object accepts
procedures to generate prefix. The log can be directed to system
logger by specifying symbol syslog as the logfile path.
* Bug fix in file.util: directory-fold signalled an error when the
directory had a dangling symlink.
* Added module: rfc.quoted-printable
* Bug fix in math.mt-random: the DSO file is linked with
:export-symbols #t, so that other extension modules that use C API of
math.mt-random can work.
* Bug fix in configure.in : changed autoconf variable GZIP to
GZIP_PROGRAM, for the former interferes gzip's operation.
|
|
|
|
|
|
software.
|
|
|
|
|
|
aren't used when building Qt3 itself, as Qt3 expects QTDIR=${WRKSRC},
which is handled by qt3-libs/Makefile.common.
|
|
Expand on the DESCR. Partially addresses pkg/18374
|
|
|
|
Patch supplied by Maekawa-san <gehhena at netbsd dot org> as PR#18337.
|
|
|
|
Expand on the DESCR. Partially addresses pkg/18374
|
|
an unconditional one.
buildlink1 -> buildlink2
Expand on the DESCR. Partially addresses pkg/18374
|
|
|
|
of bugfixes, plus
NEW FEATURES
* Added the ability to specify which characters are recognized
as quote prefix characters, so nonconformists not using '>' to
quote text will still have their articles colored right in Pan.
* Added "Go to previous article" navigation button.
* Added support for decoding yenc-encoded attachments!
UPDATES
* Add a new preference option, dictating whether failed tasks
should be removed from the Task Manager. Unconditionally clearing
the queue didn't go down too well with some of the leechers.
* Added support for mime articles which explicitly specify a
Content-Transfer-Encoding of x-uuencode.
* Make sure that the default window size is large enough that a
full line, up to the default number of wrap characters and with
the default font, will fit without scrolling.
* The 'Download Articles' dialog now switches the articlelist to
the group when the headers have been downloaded.
Since this dialog is mostly used to sample a (potentially large)
group, this seems the more intuitive approach.
* Added Message-ID to Find Article's search criteria.
* If an article no longer exists on the news server, tasks to read
that article are now automatically removed from the Task Manager.
|
|
|
|
|
|
|
|
too unstable to warrant a wholesale update from 0.11 (gnome) to 0.13 (gtk2)
pan-0.13.0 to be re-imported as gtk2-pan.
|
|
|
|
This should fix PR pkg/18494
|
|
Netscape 7 will not work otherwise.
|
|
against -current.
|
|
|
|
* Checking the gcc version is unnecessary when using gcc/buildlink2.mk"
* buildlink2 allows the configure script to detect xml-config on its own;
we don't need to tell the script where it is through XML_CONFIG=...
|
|
GCC_VERSION is the version number of the gcc detected. EGCS gcc is
considered to be "gcc-2.8.1" so that it will match "gcc>=2.8.0".
GCC_PKG is the package name "gcc-${GCC_VERSION} for the gcc detected.
|
|
|