* If just given a domain and no search list, make the search list the domain
* Skip arpping directives if we have a profile but not parsing one
* Allow the request of a DHCPv6 address or prefix, a prefix length must be
specified
* Add the ability to dump DHCPv6 leases
* Improve startup with regards to carrier checking and adding a link-local
IPv6 address
* Start the correct interface reference for added devices
* Support
http://datatracker.ietf.org/doc/draft-ietf-dhc-dhcpv6-stateful-issues-06
via the ia_pd_mix option
* Fix link handling where kernel reported flags in LINK_UP may not be
valid when we actually process them
* Fix defining new options in dhcpcd.conf and requesting them
* Fix a potential segfault when reloading configurations
* Print user defined options via -V
* Add support for RFC6603, Prefix Exclude option
* When requesting a IA_PD and another IA type, create a psuedo interface
to handle the IA_PD
* Handle truncated DHCPv6 saved leases
CHANGELOG:
0.2
---
* Added `Hashable` and `Data` support.
* Will build as full-fledged `Safe` Haskell if you configure with -f-hashable, merely `Trustworthy` otherwise.
* Allow for manual removal of the `hashable` dependency to support advanced sandbox users who explicitly want to avoid compiling certain dependencies
they know they aren't using.
We will fix bugs caused by any combination of these package flags, but the API of the package should be considered the default build
configuration with all of the package dependency flags enabled.
Version 0.65.0
mk-configure>=0.26.0 is required for build.
pkg_grep_summary
- fix for "-t strfile" (hcreate(3) hash is not autoresizable)
- if option -r was applied, the exit status is 1 for "not match"
and 2 for unexpected failure.
Code clean-ups and improvements.
Version 0.64.0
pkg_subgraph_deps:
- significant performance improvements
pkg_cmp_summary:
- option -f was added, options -p and -P are considered deprecated
Code clean-ups in the default pkg_digger.conf
mk-configure>=0.27.0 is required for build.
Option -X was introduced to paexec(1) for ignoring
calculator's stdout.
PAEXEC_ENV environment variable sets a list of variables passed to
the calculator.
PAEXEC_TRANSPORT environment variable sets the transport unless
option -t was applied.
PAEXEC_NODES environment variable sets the nodes unless
option -n was applied.
pareorder(1) is a synonym for paexec_reorder(1)
Fix pkg-config support (github issue #8).
Thanks to Andrew Shadura for the report.
Fix support for mixed C/C++ projects.
Fixes for Interix and Cygwin where users and groups may have spaces.
Thanks to Michael Crogan for the report.
Fix in mkc_imp.f_SLIST.mk (we have to restore original MKC_NOAUTO)
mkc.lib.mk:
- MKPIE=yes also turns on PIC
pre_*, do_* and post_* targets were introduced. ALLTARGETS was
introduced which lists all targets with pre_/do_/post_
counterparts.
examples/hello_superfs:
- new interesting feature proposed by Michael Crogan
As makedepend(1) is broken on Linux, {b}mkdep(1) is used for
generating .depend by default.
mkc_install:
- new option -l for symlinking
- fixes for files and directories with spaces
Update LICENSE
Upstream changes:
30 May 2014: statmod 1.4.20
- Considerable work on the inverse Gaussian functions dinvgauss(),
pinvgauss(), qinvgauss() and rinvgauss(). The parameter arguments
are changed to mean, shape and dispersion instead of mu and lambda.
The functions now include arguments lower.tail and log.p, meaning
that right-tailed probabilities can be used and probabilities can
be specified on the log-scale. Good numerical precision is
maintained in these case. The functions now respect attributes,
so that a matrix argument for example will produce a matrix result.
Checking is now done for missing values and invalid parameter
values on an element-wise basis. A technical report has been
written to describe the methodology behind qinvgauss().
- This file has been renamed to NEWS instead of changelog.txt.
- The introductory help page previously called 1.Introduction is now
named statmod-package.
13 April 2014: statmod 1.4.19
- qinvgauss() now uses a globally convergent Newton iteration, which
produces accurate values for a greater range of parameter values.
- glmnb.fit() now supports weights.
Update LICENSE
Upstream changes:
Changes in Version 1.7-11
o Extended the license from "GPL-2" to "GPL-2 | GPL-3".
o Avoid duplications in Suggests/Imports/Depends in the package's
DESCRIPTION. Use only :: instead of ::: to access certain functions
from other namespaces.
o Added as.list() methods for yearmon/yearqtr.
o Added workaround in Ops.zoo if first argument is not a zoo series
(prompted by Josh Ulrich).
o The transform() method for zoo series now does what method for
data.frame does (instead of just calling it) in order to get
non-standard evaluation.
Upstream changes:
0.004 2013-10-05 09:05:39 America/New_York
update repo and bugtracker metadata
0.003 2013-04-16 16:36:26 America/New_York
- add a "coerce" parameter to the role; now ->new can accept one arg
that can be coerced to the expected type; suggested by Mark Jason
Dominus
Update LICENSE
Upstream changes:
0.0013 2014-02-02 08:53:34Z
- line numbers in shipped code are now almost the same (within 3) as
the repository source, for easier debugging
- add error diagnostic if the plugin is not a Moose role (RT#49507)
- avoid continuing on after failing to load a plugin (RT#63013)
- keep track of all plugins successfully loaded so far in case we
fail in the middle (RT#88562)
0.0012 2013-11-11 03:59:19Z
- removed use of deprecated Class::MOP::load_class
- repository migrated from shadowcat to the github moose organization
## 1.0.2 - 2014-07-13 {#version-1-0-2}
### Improvements
* Supported Windows. You need to install
[Growl for Windows](http://www.growlforwindows.com/).
[GitHub#3] [Patch by Arikui]
### Thanks
* Arikui