Changes in 1.0.5
* Fixed CD Copy device selection when starting from the KDE "run" dialog
* Fixed HAL mounting (thanks to Ken Milmore)
* Always wait for the drive to become ready before starting verification
(this should fix some of the problems with failed verification where K3b
claims that no medium is in the drive.)
Changes in 1.0.4
* K3b now silently allows the burning of files bigger than 4 GB if an
appropriate version of genisoimage or mkisofs is installed ("silently"
means that I did not introduce any new messages)
* I was not able to find the aweful "disabled DMA" bug but I introduced
a little workaround which hopefully solves it for many of you (BTW: K3b
from svn trunk does support DVD burning with cdrecord.)
* Never use growisofs parameter -dvd-compat with DVD-RW media in
restricted overwrite mode (some drivesdo not like that)
* Unmount medium before DVD formatting
library's soname. Split Makefile.common out from Makefile in preparation
for the addition of the mpg123 program and output module packages.
Change buildlink3.mk to reflect this, and rename options.mk
to mpg123-options.mk in adherence with convention, e.g.
gecko-options.mk.
In addition to many bug fixes, new features [since approximately 0.10.0]
include:
- New image formats with 10 bits per channel
- SSE2 optimizations for many operations
- Opacity based optimizations for operators
- Altivec optimizations for many operations
- A 32 bit region implementation
Pkgsrc changes:
- none
Changes since version 2.18:
===========================
2008-08-04
* 2.19.0 released
* Fixed bug 2036585: enable cookies
2008-04-03
* 2.18.1 released
* Fixed bug 1932457: Configure fails due to wrong curl LDFLAGS
2008-10-10
Release 5.817
Gisle Aas (16):
Should store "wire" headers field names with _ without translation.
Test HTTP::Request->parse().
Restore pre-5.815 behaviour of returning "400 Bad Request" [RT#39694]
Rename the HTTP::Status constants to have HTTP_ prefix
Detection of unsupported schemes was broken [RT#37637]
Allow tainted methods to be forwarded to HTTP::Headers [RT#38736]
Add strict mode to HTML::Form
Fix test now that less warnings are generated.
Add content_is_xml method
Make split_header_words() lower case returned tokens/keys
Avoid invoking AUTOLOAD on object destruction [RT#39852]
Add decode() method to HTTP::Message
Add encode() method to HTTP::Message
Allow multiple fields to be set with push_header().
Make content_type and content_is_xhtml methods faster
Faster push_header()
2008-09-29
Release 5.816
Gisle Aas (2):
Add missing binmode() [RT#39668]
Doc tweaks
2008-09-24
Release 5.815
Gisle Aas (23):
We don't need to build the docs to run the tests.
Style tweaks.
The jigsaw service isn't up to much good these days.
HTTP::Cookies produces warnings for undefined cookie param names [RT#38480]
Typo fix; HTTP::Message will never include x-bzip2 in Accept-Encoding [RT#38617]
Added HTTP::Config module
Add methods to configure processing handlers.
100 Continue response not complete.
Use 3-arg open when response content to files.
Make the show_progress attribute official (by documenting it).
Start using handlers for driving the inner logic of LWP::UserAgent.
Expose the content_is_html and content_is_xhtml methods from HTTP::Headers.
Make credentials method able to get/set values.
An auth handler per realm.
Match proxy setting for request.
Set up separate handler for adding proxy authentication.
Add request_preprepare to be able to initialize proxy early enough.
Smarter get_my_handler() that can also create handlers.
Refactor; introduce run_handlers method
Pass in handler hash to the handler callback.
Don't let version=1 override behaviour if specified with a plan Set-Cookie header.
Remove handler when we don't have a username/password for the realm.
Make tests use Test.pm
Bron Gondwana (2):
Double-check that username or password has changed after a failed login.
Update Digest Authen to subclass Basic.
Ondrej Hanak (1):
Avoid running out of filehandles with DYNAMIC_FILE_UPLOAD.
Todd Lipcon (1):
Fixed parsing of header values starting with ':' [RT#39367]
amire80 (1):
Documentation typo fixes [RT#38203]
All:
- Extended the file COPYING to mention that the GPL used by the "mkisofs project"
requires to publish the full source for all parts of mkisofs in case that you
publish mkisofs binaries.
- Added a new Changelog file for the changes since cdrtools-2.01
- RUlES/rules.prg no longer includes a line with SHELL=/bin/sh.
This is needed to allow to implement a workaround for various bash
bugs that afffect makefiles in case that /bin/sh is linked to bash.
If your platform installs bash in /bin/sh (Linux, ....) or in case
thaat your platform offers a broken variant of the Korn Shell in /bin/sh
(like HP-UX), fetch the "Schily source consolidation" from
ftp://ftp.berlios.de/pub/schily/, compile everything and install the
original Bourne Shell, that comes with this packet, into /bin/bosh.
If you then call ./.clean and re-compilee everything, you get a "smake"
that calls /bin/bosh instead of the broken system shell.
- Added an autoconf test for POSIX violations found in POSIX.1-2008.
The official POSIX rule is not to define "new" interfaces that
are in conflict with older interfaces of the same name.
Our interfaces fexec*() have been defined and published in 1982.
The new POSIX interfaces define a different interface and the
new POSIX interfaces even use names that are not compatible with
POSIX rules. The new POSIX interfaces in question should be called
fdexec*() to follow the rules of other similar POSIX functions.
Simiar problems exist with getline()/fgetline().
We try to automatically rename our functions in case that the functions
could be found in the local libc.
Libschily:
- Added sleep.c and gettimeofday.c that emulate sleep() and gettimeofday()
when using MSVC
- Try to rename ecvt()/fcgt()/gcvt() in case that one of these functions
does not work and the libc implementation does not allow to overwrite the
function.
Libscg:
- Included a patch for the CAM interface from the FreeBSD people.
The patch sets up the CAM data structrures in a way that allows
SCSI bus and target scanning.
Cdrecord:
- Make dure that the DVD and BluRay drivers do not lower the default timeout.
cdrecord timeout=# now always allows to raise the default timeout to a larger
value.
- Added a workaround to prevent the Lite-ON BD B LH-2B1S/AL09
from hanging up when trying to write a BluRay Medium.
- Cdrecord now by default tries to set up a DMA Size of 126 kB.
If non-MMC drives are found, we fall back to the old value of 63 kB
This version adds some enhancements to aupanel, and reworks signal
handling in the voxware server to avoid races, hangs and other issues
seen with linux 2.6.21+ kernels. Other changes relating to the default
value of the 'MixerInit' option and the new location of the local unix
socket on Linux systems were also made.
Also include a patch from Aleksey Cheusov for a
"libpthread: Unlocking unlocked mutex" bug.
* Noteworthy changes in Version 1.4.12 (2008-10-10) [stable]
Released by Eric Blake, based on git version 1.4.11.*
** Fix regression introduced in 1.4.4b where using `traceon' could delete
a macro. This was most noticeable with `traceon(`traceon')', but
would also happen in cases such as `foo(traceon(`foo'))'.
** Fix regression introduced in 1.4.7 where `m4 -N9' died with an assertion
failure.
** Fix regression introduced in 1.4.11 where `defn' died with an assertion
failure on a traced but undefined macro.
** New `-g'/`--gnu' command-line option overrides `-G'/`--traditional'.
For now, the environment variable POSIXLY_CORRECT has no effect on M4
behavior; but a future release of M4 will behave as though --traditional
is implied if POSIXLY_CORRECT is set (this future change is necessary,
because in the current release, there is no way to disable GNU
extensions that conflict with POSIX without the use of a non-POSIX
command-line argument). Clients of M4 that want to use GNU extensions,
even when POSIXLY_CORRECT is set, should start using the -g command-line
argument, even though it is currently a no-op if -G did not appear
earlier in the command line, so that the client will not break in the
face of an upgraded m4 and a POSIXLY_CORRECT execution environment.
** The `-L'/`--nesting-limit' command-line option now defaults to 0 for
unlimited on platforms that can detect and deal with stack overflow. On
systems that lack alternate stack support, such as Cygwin, and on
systems that do not obey the POSIX semantics for distinguishing stack
overflow from other exceptions, such as Linux, you can optionally
install the libsigsegv library (version 2.6 or newer recommended) to
enhance m4's ability to accurately report stack overflow:
http://www.gnu.org/software/libsigsegv/
** A number of portability improvements inherited from gnulib.
* Try to auto-initialize Libgcrypt to minimize the effect of
applications not doing that correctly. This is not a perfect
solution but given that many applicationion would totally fail
without such a hack, we try to help at least with the most common
cases. Folks, please read the manual to learn how to properly
initialize Libgcrypt!
* Auto-initialize the secure memory to 32k instead of aborting the
process.
* Log fatal errors via syslog.
* Changed the name and the semantics of the fips mode config file.
* Add convenience macro gcry_fips_mode_active.
* More self-tests.
* Documentation cleanups.
* Fixed a build problem under Windows.
Changes 1.5:
* Minor build system fixes.
* Updated gettext. Removed included gettext copy.
* gpg-error has a new option --version.
A package that provides classes and methods for spatial data. The classes document
where the spatial location information resides, for 2D or 3D data. Utility functions
are provided, e.g. for plotting data as maps, spatial selection, as well as methods
for retrieving coordinates, for subsetting, print, summary, etc.
genetics 1.3.4 - 2008-08-20
---------------------------
- Fix bug in makeGenotypes that caused it to ignore the 'sep' argument
when determining which columns contain genotypes & add a corresponing
regression test
genetics 1.3.3 - 2007-04-29
---------------------------
- Correct 'obsolete' use of '$'. R no longer permits '$' to be used
to extract named elements from vectors (just lists).
- Remove the power.casectl() function, which was based on invalid
assumpations. It has been marked depreciated. Please use the
functions in the Bioconductor package 'GeneticsDesign' instead.
genetics 1.3.2 - 2007-11-20
---------------------------
- Fix bug in handling of assignment of NA value(s) to elements of an
existing genotype object.
- Fix warning messages from R CMD CHECK
- Correct documentation error by swapping definitions of kp and alpha
arguments of power.casectl().
genetics 1.3.1
--------------
- fixes in genotypeOrder to ensure all genotype/haplotype combinations
are used.
- genotypeOrder<- is now exported
genetics 1.3.0
--------------
- A note is now displayed on startup:
The R-Genetics project has developed an set of enhanced genetics
packages that will shortly replace 'genetics'. Please visit the
project homepage at http://rgenetics.org for more information.
- binsearch() has been moved to the gtools package
- New function groupGenotype to create groups/levels based on genotype
names
- Added some internal utility functions
(.genotype2Haplotype, .genotype2Allele, and .matchGenotype)
- Genotype class gets additional slot genotypeOrder (and genotype()
function gets additional argument with the same name) in order to enable
predefined order of genotypes in other functions e.g. summary
- Added order, sort and %in% methods for genotype and haplotype classes.
- Fixed genotype() with allow.partial.missing=FALSE when 'alleles' argument
is passed
- There is no more warning in genotype() if 'a1' or 'a2' have NA value(s)
and 'alleles'' argument is specified, since NA is NA anyway
- Fixed documentation of power.casectrl()
- added gtools to Depends as needed by expectedGenotypes(); the latter now
gives sorted genotypes according to order of given alleles
- print.HWE.test() wasn't displaying the observed vs expected genotype
frequency table. Fixed.
genetics 1.2.1
--------------
- Update Greg's email address
- Fixed a bug in function allele.number, as pointed out by Chris
Wallace
CHANGES IN 2.4.2 (2008-05-11)
-----------------------------
- Enhancements and bug fixes for read.xls() and xls2csv():
- More informative log messages when verbose=TRUE
- File paths containing spaces or other non-traditional characters
are now properly handled
- Better error messages, particularly when perl fails to generate
an output .csv file.
- The 'shortcut' character "~" (meaning user's home directory) is
now properly handled in file paths.
- XLS files created by OpenOffice are now properly handled. Thanks to
Robert Burns for pointing out the patch
(http://rt.cpan.org/Public/Bug/Display.html?id=7206)
CHANGES IN 2.4.1 (2008-03-24)
-----------------------------
- Update perl libraries needed by xls2csv() and read.xls()
to latest available versions on CRAN.
- Add read.xls() to exported function list
- Correct iris.xls example file. It didn't contain the complete
& properly formatted iris data set. Fixed.
- Fix typo in win32 example for read.xls()
CHANGES IN 2.4.0 (2008-01-30)
-----------------------------
- The keep() function now includes an 'all' argument to specify how
objects with names starting with '.' are handled.
- keep() now shows an informative warning message when a requested
object does not exist
- New vignette "Mapping Levels of a Factor" describing the use of
mapLevels().
- New vignette "Working with Unknown Values" describing the use of
isUnknown() and unknownToNA().
- Several enhancements to read.xls() (thanks to Gabor Grothendieck):
- New function xls2csv(), which handles converting an xls file
to a csv file and returns a connection to the
temporary csv file
- xls2csv() and read.xls() both allow a file or a url to be specified
- read.xls() has a new 'pattern' argument which, if supplied,
will ignore everything prior to the first line in th csv file
that matches the pattern. This is typically used if there
are a variable number of comment lines prior to the header
in which case one can specify one of the column
headings as the pattern. read.xls should
be compatible with the old read.xls.
- Minor fixes to drop.levels(), is.what().
- Implementation of unit tests for most functions.
CHANGES IN 2.3.1 (2006-10-29)
-----------------------------
- Arguments as well as their position of reorder.factor have been changed
to conform with reorder.factor method in stats package, due to collision
bug. Argument 'make.ordered' is now 'order' and old argument 'order' is
now 'new.order'! Therefore, you have to implicitly specify new.order i.e.
reorder(trt, new.order=c("PLACEBO", "300 MG", "600 MG", "1200 MG"))
- trim() gains ... argument.
- Added "unknown" methods for matrices.
- Added c() method for factors based on mapLevels() functions.
- Added write.fwf, which writes file in *F*ixed *W*idth *F*ormat.
CHANGES FROM 2.1.X to 2.3.0 (2006-09-19)
---------------------------------------
- Added mapLevels(), which produces a map with information on levels and/or
internal integer codes. Contributed by Gregor Gorjanc.
- Extended dropLevels() to work on the factors contained in a data
frame, as well as individual factors.
- Add unknown(), which changes given unknown value to NA and vice
versa. Contributed by Gregor Gorjanc.
- Extended trim() to handle a variety of data types data.frames,
lists, factors, etc. Code changes contributed by Gregor Gorjanc.
- Added resample() command that acts like sample() except that it
_always_ samples from the arguments provided, even if only a single
argument is present. This differs from sample() which behaves
differently in this case.
- Updated my email address.