Version 2.0.2
-------------
Released January 18, 2015
- Added more localizations and updated some.
- Validators for email and URL can validate IDNA-encoded domain names and
new TLDs
- Better DeprecationWarnings
- Support localization files in /usr/share/locale (for distro packaging)
This version includes support for the '-c dump' command, which dumps
the contents of all PGP packets to stdout. Note that since we're
verifying, no private keys are involved.
Add PLIST.oss to be anonther removing PLIST other than gnuradio-core packages.
(One more, move the line location of comment lines next to the line to explain)
https://github.com/caldwell/File-Slurp-Unicode
---------
This module is obsolete.
File::Slurp::Unicode is dead, long live File::Slurp.
---------
(Only one package depended to this, p5-biblatex-biber is converted to
File::Slurp only.)
- Drop dependency to obsolete devel/p5-File-Slurp-Unicode
- Fix dependency to wip package to misc category, say,
misc/p5-Business-ISSN
misc/p5-Business-ISMN
See
http://mail-index.netbsd.org/tech-pkg/2014/10/02/msg013638.html
(upstream)
- Update 0.9.9 to 1.9
------------------
1.9 (2014-05-25)
* Misc bug fixes
* Option names accept dashes as well as underscores for general Tex
option compatibility.
* New "--input-directory" option
* Tool mode now also supports data validation
* Perl 5.18 is now used to build all biber binaries
* Locale-sensitive sorting now more granular (see biblatex
"sortlocale" documentation)
* Source mapping feature now interpolates from previous matches
* Now supports generalised separated values lists using new
"--xsvsep" option.
* Macro <-> UTF-8 conversion now more robust
* New Text::BibTeX library now supports generating initials from
general UTF-8 strings (for, e.g. Russian names)
1.8 (2013-10-21)
* Perl 5.18 compatibility (hash order randomisation)
* Removed Data::Diver module due to linux licensing restrictions
* Misc Bug Fixes
1.7 (2013-07-07)
* Added clrmacros option
* Added map_nomatch
* Added --tool_macro_fields option
* Exposed sorting option to user-level config file (so sorting in tool mode is possible)
1.6 (2013-04-30)
* Bugfixes
* Now uses perl 5.16. Non-binary (unpacked) use requires perl 5.16+
* Improved tool mode with some formatting options
* Made Unicode NFD/NFC boundaries more robust
* labelyear is now labeldate to match biblatex 2.6
* Support for new CLONESOURCEKEY field (see biblatex 2.6 docs)
* New padding character option in labelalphatemplate (see biblatex
2.6 docs)
1.5 (2013-01-10)
* Added new source mapping option "map_entry_null"
* Renamed some options (old ones remain as aliases):
bibencoding -> input_encoding
bblencoding -> output_encoding
bblsafechars -> output_safechars
bblsafecharsset -> output_safecharsset
outfile -> output_file
outformat -> output_format
* New "tool" mode with "--tool" option which takes a data source as argument
and just performs reencoding and source mappings etc. as per options and config file.
* Support for customisable BibTeX data source list and name separators
* Better debug output for source mapping
* Better defined source mapping hierarchy with bugfixes
1.4 (2012-11-28)
* Support for biblatex 2.4 style sourcemaps (See \DeclareStyleSourcemap in
biblatex docs)
* entrykey is now a possible read-only pseudo field in sourcemaps
* Reencode data interface completely re-written. New user option
--recodedata allows users to specify a new data file for defining
reencoding sets.
* Internal changes to allow multiple script/lang variants of
fields in biblatex in the future.
* Citation key aliases now supported more comprehensively, in crossrefs etc.
* Support for new RELATEDOPTIONS field (see biblatex docs)
* Misc bug fixes
1.3 (01-11-2012)
* New "append" mode for sourcemap to allow combining of fields
* map_final now possible for map_set_field steps which causes map to
stop completely if map_overwrite is false and the field to set
already exists
* Allow extrayear generation when there is no labelyear
1.2 (20-08-2012)
* Misc bug fixes
1.1 (01-08-2012)
* Misc bug fixes
* Fixed later CentOS libz issue by including latest libz for linux builds
* Fixed DOT output (SF bug 3544894)
1.0 (01-07-2012)
* Internal data model processing changes
* New labeltitleyear and extratitleyear disambiguation tracker
* New labeltitle and extratitle disambiguation tracker
* Sorting per list enabled for biblatex 2.0
* New noinit option for ignoring parts of names when generating initials
* Some optimisations for large data sources
* Fixed build issues which broke PAR::Packer binary under latest Debian (Wheezy)
(This package is imported from wip. Thanks nros@ and othyro@.)
This Perl5 module allows validation and manipulation of International
Standard Music Numbers (ISMNs).
(This package is imported from wip. Thanks nros@ and othyro@.)
This perl module allows validation and manipulation of International
Standard Serial Numbers (ISSNs).
Tie::Cycle is a Perl module that makes it possible to tie a list of
values that can then be looped trough forever. That is the value after
the last is the first in the list is the first value in the list.
GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple mp3 playback to complex
audio (mixing) and video (non-linear editing) processing.
Applications can take advantage of advances in codec and filter technology
transparently. Developers can add new codecs and filters by writing a
simple plugin with a clean, generic interface.
This package provides the opengl plugin for GStreamer using the Raspberry Pi's
VideoCore IV EGL APIs.
GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple mp3 playback to complex
audio (mixing) and video (non-linear editing) processing.
Applications can take advantage of advances in codec and filter technology
transparently. Developers can add new codecs and filters by writing a
simple plugin with a clean, generic interface.
This package provides the gl plugin for GStreamer using the Raspberry Pi's
VideoCore IV EGL APIs.
PLIST:
* lib/firefox/libmozglue.so is built and installed as a shared
library on some platforms including Darwin.
mozilla-common.mk:
* Sandboxing support is only available when the toolkit is
cairo-cocoa.
* It tries to use MacOS X 10.6 SDK by default, which is not always
possible.
patches/patch-build_gyp.mozbuild:
* Don't assume iOS just because the toolkit is not cocoa. Ideally
there should be an AC_SUBST just like 'ARM_ARCH' but nothing
exists currently.
* MacOS X SDK version should be able to configure with ./configure
--enable-macos-target=VER
patches/patch-extensions_spellcheck_hunspell_src_mozHunspell.cpp:
* NS_NewNativeLocalFile() can fail and leave hunDir null, so we must
check if it succeeded. This is not Darwin specific though.
* "%%LOCALBASE%%" in the hunspell path is currently not substituted,
which looks very erroneous to me. But since I don't know why
ryoon@ changed it from "@PREFIX@" to "%%LOCALBASE%%" I leave it as
it is.
patches/patch-ipc_glue_moz.build:
* Don't assume cocoa toolkit just because OS_ARCH is Darwin.
patches/patch-js_src_asmjs_AsmJSSignalHandlers.cpp:
* Increase portability for non-x86 Darwin by not hardwiring
x86_THREAD_STATE.
patches/patch-js_xpconnect_src_xpcprivate.h:
* The declaration has to be C++11 'extern template', otherwise
non-weak symbol collision will occur between libmozjs and
libxul. We can't easily test if the feature is supported by
compiler due to GCC bug #1773:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1773
patches/patch-memory_mozalloc_VolatileBufferOSX.cpp:
* Try to fallback to valloc(3) if posix_memalign(3) is not
avialble. It has been added since MacOS 10.6.
patches/patch-toolkit_library_moz.build:
* GSTREAMER_LIBS are linked to libxul on Darwin, while they are
dlopen(3)'ed at runtime on other platforms. The problem is that
the toolkit being cocoa isn't relevant at all. It's Darwin that
needs the special handling, not Cocoa.
patches/patch-toolkit_xre_nsAppRunner.cpp:
* MacOS X < 10.6 had an undocumented behavior concerning execve(2)
inside a threaded process. If a process tried to call execve(2)
and had more than one active thread, the kernel returned
ENOTSUP. So we have to either fork(2) or vfork(2) before calling
execve(2) to make sure the caller is single-threaded as otherwise
the application fails to restart itself.
patches/patch-xpcom_base_nsStackWalk.cpp,
patches/patch-xpcom_build_PoisonIOInterposer.h:
* Replace XP_MACOSX with XP_DARWIN as the former is not defined when
the toolkit is not cocoa.
patches/patch-xpcom_glue_standalone_nsXPCOMGlue.cpp:
* Fix inconsistent use of XP_DARWIN and XP_MACOSX:
LEADING_UNDERSCORE should be empty when we are going to load XPCOM
using dlopen(3), not NSAddImage().
2015/01/25
+ suppress highlighting of character which denotes an abbreviation or
shortcut for the OK/Cancel and other buttons for these widgets, which
use abbreviations for the list shown on the screen: buildlist,
checklist/radiobox, menubox, treeview (Debian #775295).
+ add grid up/left and down/right bindings in editbox.c as synonyms for
field prev and next, respectively when handling the OK/Cancel buttons
(Debian #775294).
* Noteworthy changes in release 3.0.4 (2015-01-23) [stable]
** Bug fixes
*** C++ with Variants (lalr1.cc)
Fix a compiler warning when no %destructor use $$.
*** Test suites
Several portability issues in tests were fixed.