Packaged by Ryo ONODERA.
This package contains IPAex Gothic font and IPAex Mincho font. IPAex
fonts contains fixed-width (monospace) Kanji glyphs that is based on
JIS X 0213 and proportional Western characters glyphs.
IPA means Information-technology Promotion Agency, Japan.
Packaged by Ryo ONODERA.
This package contains IPA Gothic font, IPA P Gothic font, IPA Mincho
font, and IPA P Mincho font. Kanji characters in these fonts are
based on JIS X 0213-2004.
IPA is for Information-technology Promotion Agency, Japan.
Bugfixes:
* Bugreport #127: Large SOA serial numbers were not handled properly by signer
* Bugreport #133: Better handling of SOA serial when setting is 'keep'
* Bugreport #136: quicksorter could not handle standard bind format SOA rdata
* The Auditor could not handle the new way of rolling KSKs
* One log message in the Enforcer referred to an old command
* The Enforcer forgot to publish certain keys during transition between states
changes:
-ap_flac_embed: do not forget to import cue sheet into flac,
rather than just artist/title metadata
-main.c: ensure that gettext always returns UTF-8, because GTK
expects UTF-8 strings
Clutter 1.2.12 (14/07/2010)
===============================================================================
* List of changes since Clutter 1.2.10
> Provide a fallback for MESA_copy_sub_buffer by using the
EXT_blit_framebuffer extension. (BCP#2128)
> Never promote clipped redraws to fullscreen redraws. (BCP#2136)
> Fix rounding error in ClutterText. (BCP#2170)
> Fix drawing of transparent stages on X11. (BCP#2050)
> ClutterAnimator bug fixes.
> ClutterAnimation fixes for vector-based API. (BCP#2149)
> Fixes for the Windows backend event handling. (BCP#2135)
> Fixes for the setup of the GL context on OSX. (BCP#1394)
> Documentation improvements. (BCP#2081, BCP#2133)
> Build fixes for the conformance test suite. (BCP#1930)
this commit moves from 8.24 (a non-production release which upstream
has requested we don't package) to 8.25.
Changes 8.15 to 8.25 are many minor bug fixes and improvements.
changes:
-new compressor called Blosc (speed-up)
-A new `tables.Expr` module (based on Numexpr) that allows to do
persistent, on-disk computations on many algebraic operations.
-Support for HDF5 hard links, soft links and automatic external links
-Suport for 'fancy' indexing
-bugfixes
* Bugs fixed:
- TGA files saved with incorrect header yOrigin data
- Save As... does not save Windows Bitmap as default in dialog
- CMYK decompose broken
- brush - color from gradient works wrong in greyscale
- Error in gimp-hue-saturation PDB call
- GIMP crashes when clicking any scroll bar from combo boxes
- newly opened images are put into the background
* Updated translations:
German (de)
Italian (it)
Romanian (ro)
Portuguese (pt)
Pkgsrc changes:
- adjust dependencies
Upstream changes:
0.62 Tue Jul 6 20:18:58 2010
[FEATURES]
* Support MouseX::StrictConstructor (gfx)
0.61 Sat Jun 19 15:35:48 2010
[BUG FIXES]
* Workaround the Perl_call_sv() problem again (gfx)
* Update Module::Install to 0.99 for older versions of perls (gfx)
0.60 Wed Jun 9 19:43:55 2010
[CHANGES]
* BUILDALL is now called by Mouse::Meta::Class::new_object, rather than
by Mouse::Object::new. (Moose 1.05)
[BUG FIXES]
* Fix type constraint validation messages to not include the string
'failed' twice in the same sentence. (Moose 1.05)
* Resolve RT #57975: The prefix "Exception caught" is no longer added
to exceptions Mouse catches. (gfx)
[OTHERS]
* A difficult test (t/900_mouse_bugs/006_RT69939.t) will be skipped on
some platforms. (gfx)
0.59 Tue May 18 16:29:57 2010
[CHANGES]
* Improve error messages on $class->accessor() (gfx)
0.58 Sat May 8 11:18:17 2010
[BUG FIX]
* Compliant with 5.12.0+
0.57 Fri May 7 14:27:00 2010
[BUG FIX]
* Resolve RT #57144: Fix problems in Perl_call_sv() again (gfx)
0.56 Thu Apr 29 11:15:45 2010
[BUG FIX]
* Resolve RT#56837: Role application to instance with init_arg'd
attributes caused problems (Sanko Robinson)
0.55 Wed Apr 21 13:27:13 2010
[BUG FIX]
* Fix a bug that traits could cause panic/SEGV on threads (gfx)
0.54 Sat Apr 17 17:15:54 2010
[BUG FIX]
* Resolve RT#56523: has with reader, writer, lazy and builder
could not create a write-only accessor (Michael G Schwern)
0.53 Sun Apr 11 11:39:03 2010
[BUG FIX]
* Mouse::Meta::Class could not clone objects with "required" attrs (gfx)
0.52 Sat Mar 27 15:38:52 2010
* Workaround Perl-RT#69939 (eval "use $module" in Perl_call_sv()
may cause segmentation faults,
http://rt.perl.org/rt3/Public/Bug/Display.html?id=69939)
0.51 Mon Mar 15 15:25:58 2010
SUMMARY
[BUG FIXES]
* Mouse::Object::DESTROY could cause SEGVs
* Attribute triggers could cause panics
* Integers > 2**32 were not groked as Int
* Incorrect types, e.g. "Array[Int", was accepted
* Metaclass compatibility was sometimes ignored
[MOOSE COMPATIBILITY]
* before/around/after accept regular expressions
* has() becomes strict
* the global destruction flag is passed to DEMOLISH methods
* Delegations can be curried
* Built-in type constraints have the same hierarchy as Moose's
0.50_09 Mon Mar 15 12:02:28 2010
* (re)fix RT #55048 to grok 2**46+0.5 as Int, but
accept 2**46 as Int even on 32 bit environments;
note that an Int is exactly what is matched to /^[+-]?[0-9]+$/,
so 10e100 will not be groked as Int (gfx)
0.50_08 Thu Mar 11 19:28:58 2010
* Makefile.PL
- Resolved#55419: Add Devel::PPPort to build_requires (gfx)
* Mouse::Exporter
- Turns on warnings FATAL => 'recursion' by default (gfx)
* Mouse::Util::TypeConstraints
- Change the type parser to check syntax (gfx)
(Now it throws erros to "ArrayRef[]", "ArrayRef[Int", etc.)
0.50_07 Sun Mar 7 19:59:37 2010
* Mouse::Meta::Attribute
- Fix a possible panic, caused by triggers, reported by
Nobuo Danjou (gfx)
0.50_06 Tue Mar 2 18:35:12 2010
* Mouse::PurePerl
- Fix an issue on metaclass compatibility again (gfx)
- Fix more-than-32-bit-int progrem again (gfx)
0.50_05 Mon Mar 1 11:18:26 2010
* Mouse::Util::TypeConstraints
- Mouse used an incorrect cast at the C-level which meant that
its idea of numbers was different from that of Perl's (and
Mouse's). Notably > 2**32 Integers on 32 bit systems didn't
work, RT #55048 (AEvar).
* Mouse::Meta::Classs
- Fix an issue on metaclass compatibility (gfx)
0.50_04 Fri Feb 26 18:57:24 2010
* All
- Warnings are less noisy, as shown by example/warns.pl (gfx)
- Various optimization and refactoring (gfx)
0.50_03 Mon Feb 22 17:56:47 2010
* Mouse::Meta::Attribute
- Catch up about Moose 0.84 about warnings (gfx)
- If an attribute generates no accessors, it will be warned
- If both 'isa' and 'does' are specified and 'isa' does not do
'does', then it will be warned
* Mouse::Object
- Fix a possible segv which is caused by destructors (gfx)
* Mouse::Util::TypeConstraints
- Implement the built-in type hierarchy (gfx)
0.50_02 Sat Feb 20 14:37:16 2010
* Mouse::Meta::Attribute
- Implement argument currying for delegation (gfx)
* Mouse::Meta::Method::Constructor
- Implement strict constructors experimentally, which will warn
unkown constructor arguments (gfx)
0.50_01 Sat Feb 13 16:39:48 2010
* Mouse
- before/around/after now accept regexps (gfx)
* Mouse::Object
- Support the global destruction flag in DEMOLISH (gfx)
* Mouse::Meta::Attribute
- Attribute constructors now warn very noisily about unknown (or
misspelled) arguments (gfx)
--- 9.7.1-P2 released ---
2931. [security] Temporarily and partially disable change 2864
because it would cause inifinite attempts of RRSIG
queries. This is an urgent care fix; we'll
revisit the issue and complete the fix later.
[RT #21710]
--- 9.7.1-P1 released ---
2926. [rollback] Temporarially rollback change 2748. [RT #21594]
2925. [bug] Named failed to accept uncachable negative responses
from insecure zones. [RT# 21555]
Contributed by Stathis Kamperis on IRC.
Changes from versions 2.4.* to version 3.0.0:
- The "boudin aux pommes" release.
- MPFR 3.0.0 is binary incompatible with previous versions but (almost)
API compatible. More precisely the obsolete functions mpfr_random
and mpfr_random2 have been removed, the meaning of the return type
of the function mpfr_get_f has changed, and the return type of the
function mpfr_get_z is now int instead of void. In practice, this
should not break any existing code.
- MPFR is now distributed under the GNU Lesser General Public License
version 3 or later (LGPL v3+).
- Rounding modes GMP_RNDx are now MPFR_RNDx (GMP_RNDx kept for
compatibility).
- A new rounding mode (MPFR_RNDA) is available to round away from zero.
- The rounding mode type is now mpfr_rnd_t (as in previous versions,
both mpfr_rnd_t and mp_rnd_t are accepted, but mp_rnd_t may be
removed in the future).
- The precision type is now mpfr_prec_t (as in previous versions, both
mpfr_prec_t and mp_prec_t are accepted, but mp_prec_t may be removed
in the future) and it is now signed (it was unsigned in MPFR 2.*, but
this was not documented). In practice, this change should not affect
existing code that assumed nothing on the precision type.
- MPFR now has its own exponent type mpfr_exp_t, which is currently
the same as GMP's mp_exp_t.
- Functions mpfr_random and mpfr_random2 have been removed.
- mpfr_get_f and mpfr_get_z now return a ternary value.
- mpfr_strtofr now accepts bases from 37 to 62.
- mpfr_custom_get_mantissa was renamed to mpfr_custom_get_significand
(mpfr_custom_get_mantissa is still available via a #define).
- Functions mpfr_get_si, mpfr_get_ui, mpfr_get_sj, mpfr_get_uj,
mpfr_get_z and mpfr_get_z_2exp no longer have cases with undefined
behavior; in these cases, the behavior is now specified, and in
particular, the erange flag is set.
- New functions mpfr_buildopt_tls_p and mpfr_buildopt_decimal_p giving
information about options used at MPFR build time.
- New function mpfr_regular_p.
- New function mpfr_set_zero.
- New function mpfr_digamma.
- New function mpfr_ai (incomplete, experimental).
- New functions mpfr_set_flt and mpfr_get_flt to convert from/to the
float type.
- New function mpfr_urandom.
- New function mpfr_set_z_2exp (companion to mpfr_get_z_2exp, which
was renamed from mpfr_get_z_exp in previous versions).
- Speed improvement for large operands in the trigonometric functions
(mpfr_sin, mpfr_cos, mpfr_tan, mpfr_sin_cos): speedup of about 2.5
for 10^5 digits, of about 5 for 10^6 digits.
- Speed improvement for large operands of the inverse trigonometric
functions (arcsin, arccos, arctan): about 2 for 10^3 digits, up to
2.7 for 10^6 digits.
- Some documentation files are installed in $docdir.
- The detection of a GMP build directory (more precisely, the internal
header files of GMP) was previously done separately from the use of
the --with-gmp-build configure option. This was not consistent with
the documentation and with other parts of the configure script. So,
as of MPFR 3.0.0, the internal header files of GMP are now used if
and only if the --with-gmp-build configure option is given.
- The configure script recognizes some extra "long double" formats
(double big endian, double little endian, double-double big endian).
- MPFR manual: added "API Compatibility" section.
- Test coverage: 97.1% lines of code.
- Bug fixes.
Overview of changes from 0.8.3 to 0.8.4
=======================================
* Fixes
- Fix alignment check on x86_64 when --enable-debug is set (bug #26950).
- Fix test-storage.c
Based on PR#43608 by Wen Heping.
* * * * * * JDOM 1.1.1 (tag: jdom_1_1_1) from JDOM 1.1 * * * * * *
Fixed a synchronization issue in the Namespace class that could cause a
hang when doing concurrent builds.
Added output support for Unicode surrogate pairs.
Added a new flag on SAXBuilder named setFastReconfigure() which, when set,
can speed reconfiguration by skipping repeated attempts to set features that
are determined not to be present on a parser. Useful when doing many builds
per second.
Updated the provided Jaxen library from a modified Jaxen 1.0 to the latest
which is Jaxen 1.1.1.
Added reflection code in the error reporting system to support Android's
Dalvik VM which doesn't have the java.rmi.* classes.
* * * * * * JDOM 1.1 (tag: jdom_1_1) from JDOM 1.0 * * * * * *
Added an additional constructor to JDOMSource with an EntityResolver which is
passed to the internal DocumentReader allowing the SAXOutputter to properly
resolve DTDs.
Added a forceNamespaceAware property to DOMOutputter which specifies you want
a DOM constructed with namespaces even if the source JDOM document has no
namespaces.
Added support for attribute "INF" and "-INF" values, to indicate positive and
negative infinity, as XML Schema allows.
Moved isXMLWhitespace() method from private in XMLOutputter to public in
Verifier.
Clarified XMLOutputter behavior with newlines and indents:
setIndent(" ") means newlines and " " indents
setIndent("") means newlines and "" indents
setIndent(null) means no newlines and no indents
Added set/getIgnoringBoundaryWhitespace() methods and features to SAXBuilder
and SAXHandler.
Added a setFactory() method on XSLTransformer to control the object types
built by the transform.
Added a string constant for the JDOM_OBJECT_MODEL_URI used by JAXP 1.3. It
deserves being part of the public API.
Fixed bug in SAXOutputter where default namespaces would be declared as
xmlns:="" with a spurious colon.
Fixed bug when using attributes without a namespace and outputting to a
JDOMResult.
Removing check that a comment not start with a hyphen. A careful reading of
production 15 in the XML 1.0 spec indicates leading hyphens are in fact
allowed.
Fixed bug where outputFragment() on SAXOutputter could cause a
NullPointerException because the locator would be null during the call.
Fixed bug where serializing ElementFilter causes a NullPointerException if the
filter has no assigned namespace
Fixed some subtle bad behaviors in listIterator.add() logic, using brand new
iterator logic.
Allowed a String to be passed to ContentList.add(int, Object).
Simplified JDOMAbout and renamed info.xml to jdom-info.xml, so
getResourceAsStream() won't suffer any name collision.
Fixed tiny issue where CDATA could be set with illegal character content.
Added logic to escape some special characters in namespace URIs.
Fixed bug where the attribute type would change on a setAttribute() call.
Improved performance on Namespace handling.
Improved and clarified Javadocs.
While here, fixes PR#43618 (getline) and set LICENSE=gnu-gpl-v2.
Version 5.0
-----------
2009/07/31 .64 ChanServ DEPROTECT no longer removes channel owner mode, to
prevent abuse by rogue users. Reported by Kieron
Thwaites <ron2k.za@gmail.com>