Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
- removed warning by Mail::Address::host() when no e-mail address
is provided.
- corrected the folding of lines: folds start only with one blank
according to rfc2822.
- Added a big warning against automatic sender email address detection
as provided by Mail::Util::mailaddress(). Please explicitly set
MAILADDRESS.
- Mail::Address->format should quote phrases with weird character.
- reported confusing error message when no MailerType was specified.
|
|
making IO::Scalar::getline work with ref to int.
|
|
|
|
|
|
include:
- Make new() comply with the documentation and return undef on
a read() failure.
- Re-adds bin/ptar, which disappeared from this distribution after
0.22 (sorry about that).
- Fix a file renaming bug that forgot to carry over path info
- Fix a bug where adding dirs on win32 gave 'permission denied'
- Add extra tests explicilty for Archive::Tar::File
- Move completely from FileHandle to IO::File
- Quell some annoying warnings about binmode on unopened filehandles
- Add tests for binary files included in a tarball
- The chown() code somehow didn't make it into the 1.05 release
- Patch _get_handle() to treat all IO::File handles as binary.
This should make win32 users happy
- A method called 'contains_file' that will tell you if a certain file
is already in the archive.
- Add a global variable $CHOWN that controls whether Archive::Tar
should attempt to chown() files or not when it can.
- NULL-byte padding was done also on files that had no real content,
like symlinks, thus ending up with a number of bytes not dividable
by 512.
- Always do a readlink on the full path, never just the file
- Make Archive::Tar write proper headers when dealing with symlinks
For this $Archive::Tar::FOLLOW_SYMLINKS is introduced
|
|
|
|
|
|
match PLIST.
|
|
u_long correctly.
|
|
level as the rest of the file.
|
|
Fix rc.d/apache restart to 'apache_doit stop; apache_doit start'
Now in the case of apache_start=startssl and apache not running,
'rc.d/apache restart' will start apache with startssl.
|
|
assembly language module zoom_filter_xmmx.c breaks when optimized. Some
googling indicates that this is also encountered with FreeBSD and Linux.
A review of the CVS tree for xine shows that this module has been
removed. As as module is only built if MMX is detected (HAVE_FFMMX
defined) removing the module should not break anything; that is the
approach taken in this new patch that removes building zoom_filter_xmmx
from Makefile.in for xineplug_post_goom.la
|
|
|
|
the PKGREVISION bump from 12 hours ago.
|
|
|
|
|
|
|
|
Patch provided by Georg Schwarz in PR pkg/26507
Bump PKGREVISIONS (PLIST change)
|
|
|
|
|
|
Patch provided by pancake in PR pkg/26517
|
|
|
|
-some types of socket errors would raise an exception instead of letting
getmail gracefully continue; fixed. Thanks: David.
-documentatation updates; fix two typos and add to the section on using
ClamAV with getmail.
-changes to my release process; the current version's URL will not change
when a new version is released. See, I try to help others, even when they
don't do the same...
|
|
|
|
. build fix for sparc64
. bug fix to make xorg-docs build
Both from official groff CVS via Werner Lemberg.
Bump PKGREVISION.
|
|
|
|
in PR 24265.
Bump PKGREVISION.
|
|
Version 1.0.5 -- the "Weighs the same as a duck" release
* Added Finnish translation (Eero Tamminen) and relationship calculator.
* Usability improvements for small screen sizes.
* Find duplicates tool fixed.
* Cross-platform newline support in GEDCOM import.
* Parents deleting fixed in Family View.
* Minor bug fixes.
|
|
|
|
|
|
|
|
This includes the Python extension in wip/py-vtkmodule: vtk-python
already links against a specific Python version, so the Python
extension cannot be built for multiple Python versions anyway.
|
|
|
|
|
|
|
|
2.0 was a major feature release - too many to list here, see the
included ChangeLog.* files for details.
2.0.x fixed bugs.
|
|
|
|
|
|
Changes:
[11.0] released 7/30/04
* IMAP support has been added. It should considered to be in beta state
now, but should not have any disturbing effects on other code unless
it is actually used. (So the version jump does not require vendors to
continue to ship older releases.)
To get started with IMAP, see the manual page for the 'account',
'folder', and 'imap' commands, and for the 'folder' variable, as
well as the EXAMPLES and NOTES sections.
* Support for SMTP AUTH LOGIN was added (contributed by John Fawcett).
* It is now possible to encrypt SMTP with SSL/TLS, using the STARTTLS
method as well as with the SMTPS variant.
* New 'account' command to set groups of variables.
* Line and column limits (used e.g. for the header summary) are updated
when the size of the terminal is changed (handling SIGWINCH).
* If saving an outgoing message to the folder given in the 'record'
variable fails, the message is not sent but put in 'dead.letter'
instead. This rarely happens with local record folders, but is of
concern if 'record' refers to an IMAP mailbox.
* For addresses specified with the ~b, ~c, ~h, and ~t tilde escapes
or by the 'editheaders' method, if a comma, parenthesis, angle bracket,
or quoting character appears, only the comma is accepted as an address
separator. Otherwise, whitespace separates addresses as elsewhere. This
allows the insertion of comments in recipient addresses and more closely
matches the behavior of System V mailx. (Thanks to Ryan Lovett and Hilko
Bengen.)
* An internal version of getopt() is now used to properly work around
system defects such as the option reordering on GNU libc based
systems. If you really prefer the libc version, remove getopt.o from
the list of objects in the Makefile. (Note that nail already worked
around the glibc problem, so unless _your_ patches changed its
behavior, use the new internal getopt() to remain compatible.)
* The undocumented facility to pass sendmail options on the command
line of nail has been removed because it was not compatible with
POSIX and System V. If you need to pass options to sendmail, create
a shell script which invokes it appropriately and let the nail
variable 'sendmail' point to its location.
* Fixed the text of some usage messages (thanks to Christian Reiber).
|
|
|
|
|
|
Collection, from pkgsrc-wip.
Original package by Adam Migus.
Apache::Test is a test toolkit for testing an Apache server with any
configuration. It works with Apache 1.3 and Apache 2.0 and any of its
modules, including mod_perl 1.0 and 2.0. It was originally developed
for testing mod_perl 2.0.
For an extensive documentation see the tutorial:
http://perl.apache.org/docs/general/testing/testing.html
|
|
|
|
I. IMPORTANT BUG FIXES
- The function `FT_Get_CharMap_Index' was only declared, without
any real code. For consistency, it has been renamed to
`FT_Get_Charmap_Index'. (This function is needed to implement
cmap caches.)
- `FT_Outline_Get_BBox' sometimes returned incorrect values for
conic outlines (e.g., for TrueType fonts).
- Handling of `bhed' table has been fixed.
- The TrueType driver with enabled byte code interpreter sometimes
returned artifacts due to incorrect rounding. This bug has been
introduced after version 2.1.4.
- The BDF driver dropped the last glyph in the font.
- The BDF driver now uses the DEFAULT_CHAR property (if available)
to select a glyph shape for the undefined glyph.
II. IMPORTANT CHANGES
- George Williams contributed code to handle Apple's font
distortion technology found in GX fonts (`avar', `cvar', `fvar',
and `gvar' tables; the Multiple Masters API has been slightly
extended to cope with the new functionality).
- The `FT_GlyphSlotRec' structure has been extended: The elements
`lsb_delta' and `rsb_delta' give the difference between hinted
and unhinted left and right side bearings if autohinting is
active. Using those values can improve the inter-letter spacing
considerably. See the documentation of `FT_GlyphSlotRec' and
the `ftstring' demo program how to use it.
III. MISCELLANEOUS
- A new documentation file `formats.txt' describes various font
formats supported (and not supported) by FreeType.
|
|
following the practice in gcc3-c.
|
|
|
|
1.01 Sun Jun 27 23:35:46 EDT 2004
- Releasing 1.00_06 as stable
1.00_06 - Pg/Oracle: Don't attempt to do case insensitive comparisons on
integer values.
1.00_05 - Force utf8 flag on when doing searches for utf8 data; this
is a workaround for DBDs that don't do it themselves.
1.00_04 - Move Postgres specific join behaviour to the superclass so
everyone gets the benefit.
1.00_03 - Remove "AS" from table name aliases on joins, since Oracle
doesn't like em.
1.00_02 - Slightly cleaner code in SearchBuilder->GotoPage
1.00_01 - Better handling of case insensitive comparisons on Postgres
- Proper support for query paging on SQLite
|
|
|
|
2.0 with gcc 3.4. The patch is no longer required with 2.0.3.
|