Changes since 1.26:
* important changes in version 1.28 19/1/2006:
- add pod to ptar and ptardiff so they have manpages generated
- integrate change 25333 by rgs@oregon on 2005/08/27 16:28:27
which fixes a failure in Archive::Tar tests when perl is built
with -Dmksymlinks
- integrate Change 26870 by craigb@craigb-brianor on
2006/01/17 04:03:01 holding vms specific patches
- mention 'full_name' as property type to list_archive
- address #14922 -- unable to reproduce, but add a test
case to make sure the issue doesn't occur
- apply the docpatch provided by:
#15935: File type constants are not documented
- document our lack of support for stringified archives and
compressed archives opened to a non-io-zlib fh
- 1.27 was skipped due to PAUSE issues
X-Chat is a graphical IRC client that runs on UNIX-like systems.
This is a Python scripting plugin for X-Chat.
This package is based on Min Sik Kim's "xchat2-python" package available
via "pkgsrc-wip".
assigned using the "?=" operator, since these variables are not meant to
be set by the user.
- Restricted the files that are checked for absolute pathnames in patch
files.
Fix C++ RTL usage: c_str is how to get the representation, not getCStr.
Attempt to fix declaration of static template members. Be conditional
for GCC 3.4+ for now, it conflicts with the constructor in GCC 3.3.
Attempt to fix timezone usage as found in other packages.
Use PTHREAD_* variables instead of hard-coded -lpthread.
Don't look for _nl_domain_bindings in -lintl, libintl uses a different
prefix.
Remove harmfull class keywords in friend declarations.
Firefox is called "Deerpark" and has the blue globe logo without the fox.
As of currently, we do not have permission of The Mozilla Foundation to
redistribute builds with official branding, but users are allowed to build it
for themselves, hence the option. Once we've got this permission from Mozilla
(Hubert and I are working on this), this option will become a default.
The same will apply to Thunderbird once we've updated it to 1.5.
Ok by hubertf.
Fix typo, MASTER_SIZE_MOZILLA=MASTER_SITE_MOZILLA.
Fix version number in MASTER_SITES.
Fix MASTER_SITES to contain valid URLs to the nspr distribution.
Simon Schubert to point out the right file.
Fix ATI driver option to not include the theatre module, if disabled.
Shown by Robert Sebastian Gerus during testing of the first fix.
Bump revision of xorg-server.
Version 2.1.2:
Bug fixes; see ChangeLog for details
Version 2.1:
Added support for raw Commodore C2N tape archives. Renamed the
CP/M-related options to -m and -M, so that the C2N-related options can be
-c and -C.
Version 2.0.5:
Mikko Suonio provided patches for tolerating truncated T64 and Lynx
archives. His patches also handle single-file T64 archives that have
number of entries set to zero, and Lynx archives that have file names
starting with a space.
Version 2.0.5.1:
It was brought to my attention that Lynx 17 on the Commodore 64 and some
other utilities do not recognize the Lynx archives created by cbmconvert.
I slightly modified the magic cookie to fix the problem.
Changes:
- flush cache when changing ftp:charset.
- show all queued commands on `queue' command.
- support open ranges for `mirror --size-range'.
- new setting dns:max-retries.
- change dns:fatal-timeout setting to accept time interval suffixes.
- prefer getaddrinfo over gethostbyname2.
- treat GNUTLS_E_UNEXPECTED_PACKET_LENGTH as EOF indicator - this fixes
secure ftp with ProFTPD server.
- fixed netrc usage when no user name is given.
Changes:
New
- Continuous browser display when selecting in History panel.
- Use final stable version of external library.
- Record working directory for all subsequent file access within
the same Paros instance.
- Improved spider capability to crawl forms with textarea and handle
links with "&"
- Improved check for cross-site script without bracket.
- Improved check for PHP error and MySQL.
- Improved blind sql check on double quotes.
Fix
- if request body contain certain binary bytes it may cause unnecessary
encoding and corrupt the request. Fixed to always submit contain
binary bytes.
- better handling of accepted-encoding.