Age | Commit message (Collapse) | Author | Files | Lines |
|
Rolled back breaking change in randomize_nb_elements.
|
|
Bump PKGREVISION.
|
|
0.15.0 (2017-08-14) ([changes](https://github.com/colszowka/simplecov/compare/v0.14.1...v0.15.0))
=======
## Enhancements
* Ability to use regex filters for removing files from the output. See [#589](https://github.com/colszowka/simplecov/pull/589) (thanks @jsteel)
## Bugfixes
* Fix merging race condition when running tests in parallel and merging
them. See [#570](https://github.com/colszowka/simplecov/pull/570) (thanks
@jenseng)
* Fix relevant lines for unloaded files - comments, skipped code etc. are
correctly classigied as irrelevant. See
[#605](https://github.com/colszowka/simplecov/pull/605) (thanks @odlp)
* Allow using simplecov with frozen-string-literals enabled. See
[#590](https://github.com/colszowka/simplecov/pull/590) (thanks @pat)
* Make sure Array Filter can use all other filter types. See
[#589](https://github.com/colszowka/simplecov/pull/589) (thanks @jsteel)
* Make sure file names use `Simplecov.root` as base avoiding using full
absolute project paths. See
[#589](https://github.com/colszowka/simplecov/pull/589) (thanks @jsteel)
|
|
0.10.2 2017-08-14
========
## Bugfixes
* Allow usage with frozen-string-literal-enabled. See [#56](https://github.com/colszowka/simplecov-html/pull/56) (thanks @pat)
|
|
### 3.6.1 / 2017-07-25
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.6.0...v3.6.1)
Bug Fixes:
* Prevent "template not rendered" log message from erroring in threaded
environments. (Samuel Cochran, #1831)
* Correctly generate job name in error message. (Wojciech Wnętrzak, #1814)
|
|
== 1.2.7 - 2017-08-16
=== Improvements
* Improved Homebrew repository detection.
[Reported by Wyatt Kirby]
=== Thanks
* Wyatt Kirby
== 1.2.6 - 2017-08-13
=== Improvements
* Improved Homebrew repository detection.
== 1.2.5 - 2017-08-10
=== Improvements
* Supported Homebrew bundled .pc files.
[GitHub:rcairo/rcairo#49][Reported by choboy11]
=== Thanks
* choboy11
== 1.2.4 - 2017-08-07
=== Improvements
* Added `pkg-config` 0.29 or later compatible result support.
[GitHub#13][Reported by HIGUCHI Daisuke]
* test: Updated expected value for the latest cairo.
[GitHub#14][Patch by HIGUCHI Daisuke]
=== Thanks
* HIGUCHI Daisuke
|
|
## 1.3.0
* Ensure all tests run individually - thanks to @chrisroos (#267)
* Update Travis CI build status badge to show master branch status (#264)
* Correct RSpec section of the README - thanks to @myronmarston (0cc039c8)
* Fix pretty printing of quotes in `String#mocha_inspect` (#215 & #223)
* Add release instructions to README - thanks to @chrisroos (70a5febd &
3c664df7)
* Require at least Ruby v1.8.7 in gemspec - thanks to @knappe (3e20be8e)
* Remove redundant InstanceMethod#method_exists? - thanks to @chrisroos
(8f58eddf)
* Reduce risk of hitting bug 12832 in Ruby v2.3 - thanks to @chrisroos (#277 &
eca7560c)
* Fix JRuby build - thanks to @headius (jruby/jruby#4250) & @chrisroos (#274)
* Add latest stable version of JRuby to Travis CI build matrix (#288)
* Fix Ruby v1.8.7 builds on Travis CI (928b5a40 & 460dce5b)
* Deprecate passing block to mock object constructor (#290)
* Add a known issue to README for Ruby bug 12876 (#276)
* Add Ruby 2.4 and ruby-head to Travis CI build matrix - thanks to @junaruga
(#297)
* Fix `Mocha::ParameterMatchers#includes` for `Array` values - thanks to
@timcraft (#302)
* Use faster container-based virtual environments for Travis CI builds (#305)
* Rename `Mocha::ParameterMatchers::QueryStringMatches` to `QueryString` (#306)
* Handle blank parameter value for query string matcher - thanks to @weynsee
(#303 & #304)
* Rename `Mocha::ParameterMatchers::QueryString` -> `EquivalentUri` (#307)
* Use `do ... end` instead of `{ ... }` in acceptance tests - thanks to
@chrisroos (#294)
|
|
## 9.1.0 - 2016-08-22
### Added
* Better UI messages for breakpoint management.
### Fixed
* `where` command failing on instance_exec block stack frames.
* `restart` command crashing in certain cases because of a missing `require 'English'` (#321, @akaneko3).
* `restart` command crashing when debugged script is not executable or has no shebang (#321, @akaneko3).
### Removed
* Ruby 2.0 and Ruby 2.1 official & unofficial support. Byebug no longer installs
on these platforms.
|
|
Add identity_card_number for pl_PL person provider.
More descriptive error message when a formatter is not found.
Add time_series provider.
Add per-instance seeding via .seed_instance method.
Fix tz_TW address provider.
|
|
Bug fixes.
|
|
Don’t suppress nested exception on timeout. Exception context points on cancelled line with suspended await
Introduce .timeout property
Add methods for using as async context manager
|
|
|
|
* Fix integer overflow in bidi.c/_isBidi()
* Fix integer overflow in puny_decode.c/decode_digit()
* Improve docs
* Fix idna_free() to idn_free()
* Update fuzzer corpora
Use the .tar.gz distfile again, for the moment, to work around
https://github.com/jmmv/pkg_comp/issues/24 ("can't extract distfiles
with EXTRACT_SUFX=.tar.lz").
|
|
protobuf-c (1.3.0)
[ Robert Edmonds ]
* Release 1.3.0.
* Add test case for the issue in #220 (#254).
* Fix issue #251, "Bad enums with multiple oneofs" (#256).
* Add warning flags to my_CFLAGS (#257).
* Fix namespace errors when compiled with latest protobuf (#280).
* Bump minimum required header version for proto3 syntax (#282).
[ Paolo Borelli ]
* Turn the compiler into a protoc plugin (#206). This allows the protobuf-c
compiler to be invoked as "protoc --c_out=...". For backwards
compatibility, we still ship a protoc-c command, but it's a symlink to the
protoc-gen-c binary.
* proto3 support (#228).
* Remove leftover FIXME comment (#258).
* Fix proto3 "is zeroish" evaluation (#264).
* Small cleanup in oneof handling (#265).
* Rework is_zeroish one more time (#267).
* proto3: make strings default to "" instead of NULL (#274).
[ Tomek Wasilczyk ]
* Fix -Wsign-compare warnings (#213).
* Fix ISO C90 -Wdeclaration-after-statement warnings (#214).
* Fix bigendian -Wunused-label warning (#215).
[ Ilya Lipnitsky ]
* protoc-c/c_message.cc: Force int size on oneof enums (#221). Fixes wrong
enum generation and handling for onceof cases (#220).
[ Adnan ]
* Fix cmake build if built as part of an external project (#231).
[ Gregory Detal ]
* Remove .pb.{cc,h} in distdir instead of top_distdir in order to prevent
removing files from other projects when protobuf-c is included as an
autotools subproject (#232).
[ Ben Farnham ]
* Relax autoconf constraint from v2.64 to v2.63 so that it works on older
Linux distros (#233).
[ Thomas Köckerbauer ]
* rm argument fix for Solaris (#234).
* Add 'const' qualifier to 'init_value' variable in generated files (#236).
[ Richard Kettlewell ]
* Document and extend the effect of passing NULL to ..._free_unpacked
functions (#255).
[ Alex Milich ]
* CMake: Workaround for static builds that use MSVC (#243).
[ Josh Junon ]
* CMake: Allow protobuf-c to be included via include_subdirectory (#245).
[ Alexei Kasatkin ]
* CMake: Windows fixes (#266).
|
|
0.5.17:
This patch release fixes a subtle bug in the newly added support for
packages that depend on the reordering of linker arguments.
0.5.16:
This patch release fixes a subtle bug in slibtool-shared's
generation of dependency lists when creating convenience
library archives. Beginning with this release, the mesa
package can be built with slibtool in its entirety.
- slibtool-shared: properly handle .la arguments when creating an archive.
- slbt_exec_link_create_dep_file(): properly initialize and track fdeps.
0.5.15:
This patch release provides seamless support for the building of
packages which rely on the ordering of linker arguments. With
slibtool, reordering takes place only when deemed necessary.
- link mode: support packages that rely on argument reordering.
- error trace: remove and fix inadvertent calls to strerror(3).
0.5.14:
This patch release provides several fixes at the driver level, as well as
several improvements to slibtool's own internals. Addition of extended
variable support to slibtool's ./configure now makes it fully compatible
with (distro) build systems that pass those variable to ./configure by
default.
- link mode: fix fdepfile construction when determining dynlib dependency.
- link mode: static archives: always have ar(1) act as ranlib(1).
- driver: refine handling of --target.
- build system: added extended dir variables.
|
|
Remove some old workarounds.
Bump PKGREVISION.
|
|
Highlight:
The UI has completely evolved, into an all-in-one-window. That
permits notably a "delay mode" in which multiple changes are applied
at the same time (only schema by schema when there're some, and
other keys via a DConfChangeset). Keys without schema can also be
deleted now.
|
|
|
|
|
|
Packaged for wip by Kamel Ibn Aziz Derouiche and myself.
pathlib offers a set of classes to handle filesystem paths. It offers the
following advantages over using string objects:
- No more cumbersome use of os and os.path functions. Everything can be done
easily through operators, attribute accesses, and method calls
- Embodies the semantics of different path types. For example, comparing
Windows paths ignores casing
- Well-defined semantics, eliminating any warts or ambiguities (forward vs
backward slashes, etc.)
|
|
- Add SuppressCompleter to skip completion for specific arguments
while allowing help text
- Redirect all output to debug stream in debug mode
- Complete python -m module
|
|
Overview of Changes in libpeas 1.20.0
====================================
* Translation updates:
- British English
- Friulian
- Hebrew
- Occitan
- Polish
- Portuguese
|
|
This is another minor bug-fix release in the 1.0.x series; see release 1.0 for details. This release addresses the following issues:
* Fixed bug 194 “Build with --enable-docs”
* Updated documentation.
|
|
This release provides what should be a substantial performance improvement to numpy arrays generated using provided numpy support, and adds a new fill_value argument to arrays() to control this behaviour.
|
|
This bugfix release fixes several issues, most of which are obscure enough that typical applications are not impacted.
Bug fixes:
Update decay->nunpurged before purging, in order to avoid potential update races and subsequent incorrect purging volume.
Only abort on dlsym(3) error if the failure impacts an enabled feature (lazy locking and/or background threads). This mitigates an initialization failure bug for which we still do not have a clear reproduction test case.
Modify tsd management so that it neither crashes nor leaks if a thread's only allocation activity is to call free() after TLS destructors have been executed. This behavior was observed when operating with GNU libc, and is unlikely to be an issue with other libc implementations.
Mask signals during background thread creation. This prevents signals from being inadvertently delivered to background threads.
Avoid inactivity checks within background threads, in order to prevent recursive mutex acquisition.
Fix extent_grow_retained() to use the specified hooks when the arena.<i>.extent_hooks mallctl is used to override the default hooks.
Add missing reentrancy support for custom extent hooks which allocate.
Post-fork(2), re-initialize the list of tcaches associated with each arena to contain no tcaches except the forking thread's.
Add missing post-fork(2) mutex reinitialization for extent_grow_mtx. This fixes potential deadlocks after fork(2).
Enforce minimum autoconf version (currently 2.68), since 2.63 is known to generate corrupt configure scripts.
Ensure that the configured page size (--with-lg-page) is no larger than the configured huge page size (--with-lg-hugepage).
|
|
|
|
|
|
|
|
-----------------------------------
0.81 2015-08-05 nicholas
[no changes]
0.80_50 2017-06-21 nicholas
* Attempt to fix strange 1 == 1 failures on some older threaded perls.
|
|
------------------------------------------
0.20 2017-07-06 04:34:59Z
- fix tests on Carp <1.25 (Paul Howarth, PR#1)
0.19 2017-07-03 20:24:01Z
- remove use of Test::Warn in tests
(pkgsrc changes)
-Switch BUILD_DEPENDS as:
-BUILD_DEPENDS+= p5-Test-Warn>=0.21:../../devel/p5-Test-Warn
+BUILD_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
|
|
--------------------------------------
1.45 Fri Jun 23 20:27:07 CEST 2017
- port to 5.22 and maybe later versions, mostly based on the
patch by Cindy Wang.
- added t/02_array_hash_weaken.t test case by Cindy Wang.
- bumped minimum version to 5.008003.
- added Canary::Stability, so minimum version doesn't keep it from
compiling with older versions.
(pkgsrc changes)
+DEPENDS+= p5-Canary-Stability-[0-9]*:../../devel/p5-Canary-Stability
-# see https://rt.cpan.org/Public/Bug/Display.html?id=101077
-BROKEN= Broken with perl-5.22.
|
|
---------------------------------------
1.11 2017-05-23 Prevent concatenation warnings when LD_RUN_PATH is
undefined.
|
|
MAKE_ENV+= PERL_USE_UNSAFE_INC=1
|
|
|
|
* Distribution tarballs from Mercurial repositories
* Keyword argument verification
* Add support for Genie to Vala compiler
* Pkgconfig support for additional cflags
* Base options accessible via get_option()
* Allow crate type configuration for Rust compiler
* Simultaneous use of Address- and Undefined Behavior Sanitizers
* Unstable SIMD module
* Import libraries for executables on Windows
* Added build_rpath keyword argument
* Vulkan dependency module
* Limiting the maximum number of linker processes
* Disable implicit include directories
* Support for MPI dependency
* Allow excluding files or directories from install_subdir
* Make all Meson functionality invokable via the main executable
* Pcap dependency detector
* GNOME module mkenums_simple() addition
|
|
- Fixed bug 193 1.0 build failure on macOS: error: calling a private constructor of class 're2c::Rule'
- Added paper "Tagged Deterministic Finite Automata with Lookahead" to distribution
|
|
|
|
|
|
desired.
|
|
What's New
==========
- Added AppData file
- Better fix for #709122
- Fix schema translations
- Provide a symbolic variant of the app icon
- Remove reference to icons/HighContrast/Makefile
- Preference dialog right resizable
- Bringing the rsvg-based highlight feature back
- Allow interface viewer states to fill horizontally
Contributors: Daniel Mustieles, Matthias Clasen, Jakub Steiner, Javier Jardón,
Joseph Scheuhammer, Richard Hughes and Javier Hernández.
New And Updated Translations
(lots)
|
|
==============
Version 3.24.1
==============
Fixes
* Fixed regression causing not working pin window (Marco Trevisan)
* Fixed Localedir (Alberts Muktupāvel)
==============
Version 3.24.0
==============
Fixes
* bump GTK+ required version to 3.22.0
* Various refactoring to remove deprecated code (Alberts Muktupāvel)
* Add an option to disable the tasklist scroll event (Moritz Bruder)
* Add wrap-on-scroll option for WnckPager widget (Moritz Bruder)
* wnck-image-menu-item: fix memory leak (Alberts Muktupāvel)
Translators
* Baurzhan Muftakhidinov (kk)
* Inaki Larranaga Murgoitio (eu)
* Piotr Drąg (pl)
CVs: please use "PR category/123" to have the commitmsg appended to PR 123
|
|
What's new in pyatspi 2.24.0:
* Fix an invalid escape sequence.
* Rename enum class to atspienum to avoid name conflict; fixes build with
python 3.6.
|
|
3.24.1 10-Apr-2017
- pygi-info: initialize GIArgument before passing it to g_constant_info_get_value (Christoph Reiter) (#772949)
- configure.ac: post-release version bump to 3.24.1 (Christoph Reiter)
3.24.0 20-Mar-2017
- configure.ac: pre-release version bump to 3.24.0 (Christoph Reiter)
3.23.92 13-Mar-2017
- overrides: Update for Gdk-4.0 and Gtk+-4.0 (Fabian Orccon) (#777680)
- Disable -Werror=missing-prototypes (Christoph Reiter) (#777534)
- Fix new PEP8 errors (Christoph Reiter) (#776009)
- Move pep8/pyflakes tests from 'make check' to 'make check.quality' (Christoph Reiter) (#764087)
- overrides: Update for Gtk-4.0 (Christoph Reiter) (#773315)
- Handle exception unreffing Variant at exit (Dan Nicholson) (#776092)
- Handle multiple deinit of callable cache (Dan Nicholson) (#776092)
- configure.ac: post-release version bump to 3.23.0 (Christoph Reiter)
|
|
This has several fixes which aren't in the "stable" 2.24.1
What's new in at-spi2-atk 2.25.1:
* Fix position getter for table cells.
* Fix memory corruption when deleting an event from the list of events
for which there are registered listeners (bgo#781658).
What's new in at-spi2-atk 2.24.0:
* test: remove atk_table_cell_get_column_index test, as the
at-spi2-core function no longer exists (and never worked anyhow).
|
|
This has several fixes which aren't in the "stable" 2.24.1
What's new in at-spi2-core 2.25.91:
* Meson builds should now be usable.
What's new in at-spi2-core 2.25.90:
* Fix a couple of introspection issues (bgo#784481).
* atspi_get_a11_bus: don't leak the DBusConnection.
* Meson fixes.
What's new in at-spi2-core 2.25.4:
* Fix gir generation with autotools (bgo#783994).
What's new in at-spi2-core 2.25.3:
* Fix -Wmisleading-indentation warnings.
* Fix memory leak of at-spi-bus-launcher.
* Add error-message, error-for, details, and details-for relation types.
* Poll direct dbus connections in the main loop--fixes processes
being marked hung and the hung flag never being removed.
* Add Meson build system (thanks to Emmanuele Bassi).
* Various build fixes (thanks to Emmanuele Bassi).
What's new in at-spi2-core 2.25.2:
* attempt to fix an occasional crash when an application disappears
(bgo#767074).
* Add some missing roles to correspond with atk (description list,
description term, description value, and footnote).
What's new in at-spi2-core 2.25.1:
* atspi_table_cell_get_position: don't crash on error.
What's new in at-spi2-core 2.23.92:
* Table cell API fixes (bgo#779835).
What's new in at-spi2-core 2.23.90:
* Fix an occasional crash when an application is closed (bgo#767074).
What's new in at-spi2-core 2.23.4:
* Don't pull in X headers if x11 is disabled (bgo#773710).
* at-spi-bus-launcher: session management fixes (bgo#774441).
* events: add recently added page changed event (bgo#719898).
* roles: EXTENDED roles are deprecated (bgo#W720123).
|
|
Highlights:
- gir: Update annotations from GLib
- g-ir-scanner: document GI_SCANNER_DEBUG in man page
- g-ir-scanner: fix wrong order of -L options in libtool invocation
- scanner: Add a way to specify extra libraries to link against
|
|
packages that require C99 which it conflicts with.
|
|
|
|
Improved CMake build support for 64-bit Linux distributions.
MSVC builds now use MSVC-specific intrinsics that map to clzll.
ARM64 (AArch64) builds use the code paths optimized for 64-bit processors.
|
|
* Diagnose --word-regexp as unsupported if it was not configured.
* Preliminary support for OS/2.
* A number of portability improvements inherited from gnulib.
|