Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
NEW FEATURES
o sprintf() returns elements of the result in UTF-8 when the
format or any character input has a corresponding element
declared as UTF-8. Similarly for paste(), elements of the
result are in UTF-8 when any input to that element is declared
as UTF-8.
o axis() has new arguments 'col.ticks' and 'lwd.ticks' to allow
the colour and line width of ticks to be set separately from
that of the line (e.g. to set one or the other to transparent
or zero width).
o legend() has a new argument 'box.col' to set the colour of the
enclosing box.
o legend() gains a 'xpd' argument to make it easier to place a
legend in the margins or outer margins.
o stripchart() now passes '...' to title() (as well as to
plot.default() and axis()). (Wish of PR#12202)
o help.search() has new argument 'searchEngine' to go
directly to the search form: this is needed by users of
Firefox 3 to workaround a bug in interpreting the search
results pages.
+ BUG FIXES
2.7.1 NEW FEATURES
o tools::texi2dvi() has a new argument 'texinputs' to allow the
TeX and bibtex input paths to be specified (even on MiKTeX).
o dev.copy2pdf() gains an 'out.type' argument to allow it to be
used with cairo_pdf() or quartz(type = "pdf").
o poly() has additional checks against user error (as in PR#11243).
o The Mac OS quartz() device draws contiguous lines much faster.
o A field containing just a sign is no longer regarded as numeric
(it was on all platforms in 2.7.0, but not on most in earlier
versions of R). Similarly, '.' is now always non-numeric.
o CITATION files are now read in Latin-1: quite a few were
failing if used in a multibyte locale such as UTF-8.
o The DESCRIPTION file of a package can specify an 'OS_type' field
as either 'unix' or 'windows' to confine installation to that
OS type.
o HoltWinters() now uses optimize() rather than optim for
one-parameter problems which should be more reliable (PR#11469).
o axis() now respects the setting of par("xpd") when clipping.
o The 'factor' method of format() now preserves names, dims and
dimnames in the same way as for character and numeric inputs.
(PR#11512)
o read.DIF(*, transpose=TRUE) now allows to correctly read DIF files
produced by some versions of Excel.
DEPRECATED & DEFUNCT
o The use of unserialize() on character strings is deprecated:
that was a format used in R < 2.4.0.
o The use of embedded nuls in character strings is deprecated:
They will no longer be allowed in R 2.8.0.
UTILITIES
o R CMD check checks for possible check directories in the
sources -- in mid-2008 there were about 20 examples on CRAN.
o R CMD build tries harder to clean up the inst/doc directory
from the remnants of earlier builds.
It also removes any directories with extension .Rcheck, and
files .DS_Store and ._* (created by tar on Mac OS X under some
circumstances: it now sets environment variables to ask for
such files not to be created by that tar.)
+ BUG FIXES
|
|
|
|
|
|
- Make this compile on amd64
- Don't silently look for libraries when we don't need them. This should fix
PR 39318
- Add missing depends on apr
Release 5.4
###########
* Fixes to the http modules as some Apache installations are picky
* The MySQL module also works with mysqld-5.0, updated
* Added AS/400 return code checks to pop3 module
* Fixed memory leaks in the http-form module.
* Implemented a proposal by Jean-Baptiste.BEAUFRETON (at) turbomeca.fr to
check for "530 user unknown" message in the ftp module
* Added a performance patch by alejandro.mendiondo (at) baicom.com. This one
needs stability testing!
* Beautification to remove compiler warnings of modern gcc
|
|
Noticed by Aleksej Saushev in PR 39403.
|
|
|
|
|
|
I'm not entirely clear on whether it's expected to be useful with
xorg, but that's a different story...
PKGREVISION++
While here, add destdir support.
|
|
|
|
Add proper deps.
Add destdir support.
And, finally, make it build properly. (82 (small) patches later...)
|
|
for version 2.0.1)
|
|
|
|
enhancements:
- Simple command-line tools to interface with VMware host
- Guest OS scripts that can be triggered by the VMware host
- Startup script
When compiled with X11 support (the default), this release also provides:
- GTK+-based GUI to configure time sync, device connections, and scripts
- Helper application to interface with the xf86-video-vmware driver,
enabling dynamic screen resize
|
|
|
|
|
|
been using this version with ufraw, and is therefore committing it
before upgrading.
GtkImageView is a simple image viewer widget for GTK. Similar to the
image viewer panes in gThumb or Eye of Gnome. It makes writing image
viewing and editing applications easy. Among its features are:
* Mouse and keyboard zooming.
* Scrolling and dragging.
* Adjustable interpolation.
* Fullscreen mode.
* GIF animation support.
|
|
into The NetBSD Packages Collection.
Kwalify is a parser, schema validator, and data binding tool for
YAML and JSON. This package provides a Perl 5 implementation of
Kwalify.
|
|
|
|
Collection.
Kwalify is a parser, schema validator, and data binding tool for
YAML and JSON. This package provides a Perl 5 implementation of
Kwalify.
|
|
|
|
Ok (at least in general outline) by maintainer.
PKGREVISION++
|
|
under Mac OS X.
|
|
|
|
|
|
|
|
|
|
on NetBSD and probably elsewhere.
Because the build wasn't stopping on error, prior builds of this package
"succeeded" and generated a shared library missing some code. For this
reason, bump both PKGREVISION and BUILDLINK_ABI_DEPENDS.
|
|
|
|
|
|
|
|
- Prevent crash bug in Winbind caused by a race condition
when a child process becomes unresponsive.
- Fix interactive password prompting in the "net" command.
- Documentation clarifications and typographical fixes.
- Correct issues with running Winbind running on a Samba PDC.
- Problems with trusted Windows 2008 domains.
- Difficulty joining an NT4 or Windows 2000 AD domain.
|
|
|
|
- fixed issue in GIF load plug-in
- fixed event handling in MIDI controller
- fixed handling of the 'Highlight' tool option in Crop and Rectangle
Select tools
- various fixes to the Python bindings:
- fixed crash with Python 2.5 on 64 bit systems
- added missing validity checks
- allow to pass None for PDB_DISPLAY
- plugged a memory leak in gimp-text-get-extents-fontname PDB call
- fixed potential timeout issues in org.gimp.GIMP.UI D-Bus service
- fixed endianness issue in the ICO save plug-in
- translation fixes and updates (be, it, lt, nn, vi)
|
|
|
|
CVE-2008-3144 (this one shouldn't affect platforms supported by pkgsrc)
all taken from Gentoo. Bump package revision.
|
|
seem to build it for at least amd64 fine, the code looks perfectly portable,
and nobody answered a query on tech-pkg.
|
|
|
|
patch-ab: fix y2038 bugs; time_t != long
distinfo: update
Makefile: PKGREVISION++
|
|
|
|
CVE-2008-2327. Bump package revision.
|
|
|
|
|
|
|
|
patch with a more tolerant version of patch (like netbsd's) gives two
copies of the definitions in the same file, with who knows what
consequences. Applying the patch with a less tolerant version of patch
fails.
So, remove it, and bump PKGREVISION just in case.
|
|
|
|
|
|
|
|
|
|
|