NSPR 4.10.7 has the following bug fixes:
- Bug 836658: VC11+ defaults to SSE2 builds by default. Contributed by
David Major.
- Bug 979278: TSan: data race nsprpub/pr/src/threads/prtpd.c:103
PR_NewThreadPrivateIndex.
- Bug 1026129: Replace some manual declarations of MSVC intrinsics with
#include <intrin.h>. Contributed by Ehsan Akhgari.
- Bug 1026469: Use AC_CHECK_LIB instead of MOZ_CHECK_PTHREADS. Skip
compiler checks when using MSVC, even when $CC is not literally "cl".
Contributed by Mike Hommey.
- Bug 1034415: NSPR hardcodes the C compiler to cl on Windows.
Contributed by Ehsan Akhgari.
- Bug 1042408: Compilation fix for Android > API level 19. Contributed
by Zach Anderson.
- Bug 1043082: NSPR's build system hardcodes -MD.
Upstream changes:
0.003 2014-08-02
- fix links in documentation to fix RT#97429 (thanks abraxxa for
reporting)
- switch to ExtUtils::MakeMaker - it better maintained these days
Upstream changes:
0.003 2014-09-22 19:14:22-07:00 America/Los_Angeles
- Fixed bug where logger(category) would return default category not specified one
- Fixed version info
0.0.2
- Fixed distribution issues
Update DEPENDS
Upstream changes:
4.012 2014-10-07 09:42:27 GMT
* Bug #455 : Option of options should not be change for trait (Celogeek San)
handle shorter name
4.011 2014-10-07 08:51:50 GMT
* Bug #455 : Option of options should not be change for trait (Celogeek San)
4.010 2014-09-05 16:49:56 GMT
* Feature #453 : Use Text::LineFold instead of Text::WrapI18N (Celogeek San)
* Feature #452 : Support UTF8 source for pod and man (Celogeek San)
4.009 2014-07-08 10:15:09 GMT
* Bug #450 : options with format "s" do not accept "0" as value (Celogeek San)
disabled, it still probes for, finds, and depends on the gs
binary. (In fact, even if it can't find the gs binary it still depends
on it at runtime.) The only thing the option was controlling was
linking against the ghostscript library, and disabling just that seems
pointless.
PKGREVISION -> 4
NEW IN WAF 1.8.2
----------------
* Removed the modules c_* that were accidentally shipped and break pkg-config tests
NEW IN WAF 1.8.1
----------------
* Re-added compatible option group names from waf 1.7 #1495
* Fixed bld(define='') splitting which was disabled by mistake
NEW IN WAF 1.8.0
----------------
* Python 2.5 is now required
* Removed the Waf cache from the task level, use the netcache system
* Console handling improvements
* Properly-sized progress bar on windows
* Generic configuration tests
* Better unicode handling in scripts and in file names
* Shorter build outputs
* Prevent external static libraries propagation through uselib vars #1320
* LaTeX glossaries #1342 and multibib #1345
* Rst document processing
* Various improvements in the Python detection and processing
* Tons of bugfixes
help2man (1.46.4) unstable; urgency=medium
* Include architecture.mk and buildflags.mk into rules to replace the
multiple calls to dpkg-architecture and to pick up the correct
hardening flags.
* Add $(LDFLAGS) when building preload to pick up -z relro (see
https://wiki.debian.org/Hardening).
* Minor correction to Norwegian Bokmaal translation.
* Minor correction to Brazilian Portuguese translation.
* Escape dashes in --name flag for groff (see lintian tag:
hyphen-used-as-minus-sign).
* Fix example using AM_MISSING_PROG in documentation: this macro no
longer requires the third argument.
Version 4.1 (05 Oct 2014)
A complete list of bugs fixed in this version is available here:
http://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=105&set=custom
* New variables: $(MAKE_TERMOUT) and $(MAKE_TERMERR) are set to non-empty
values if stdout or stderr, respectively, are believed to be writing to a
terminal. These variables are exported by default.
* Allow a no-text-argument form of the $(file ...) function. Without a text
argument nothing is written to the file: it is simply opened in the
requested mode, then closed again.
* Change the fatal error for mixed explicit and implicit rules, that was
introduced in GNU make 3.82, to a non-fatal error. However, this syntax is
still deprecated and may return to being illegal in a future version of GNU
make. Makefiles that rely on this syntax should be fixed.
See https://savannah.gnu.org/bugs/?33034
CHANGES IN V1.0.61
- cups-browsed: Fixed memory leak when a
cups-browsed-generated print queue is the default
printer. Thanks to Tim Waugh from Red Hat for the patch (Red
Hat bug: #1119290).
- cupsfilters.drv, *-PDF.ppd, textonly.ppd: Added
"*cupsFilter2: ..." lines to the PPD files to support
data-format-specific behavior of backends, especially of the
IPP backend.
CHANGES IN V1.0.60
- cups-browsed, pdftoippprinter: Do not confuse the PDL "PCLm"
with "PCL". The former is a proprietary, PDF-based raster
format and has nothing to do with PCL.
- cupsfilters.drv: Corrected the CMD: field of the device ID,
it must read "PWGRaster" there to conform to the PWG standard.
Released 2.4.18 2014-10-09
Changes since 2.4.17:
Lib/
* Fixed raising exception in LDAPObject.read_s() when reading
an entry returns empty search result