Age | Commit message (Collapse) | Author | Files | Lines |
|
Bug fixes
Fixed a bug where if a recurrence had no interval, start and end dates passed
in to the dates method would not work. PJ-DSI-DevOps (GitHub #12).
Documentation fixes
Clarified Date::Manip::TZ::all_periods. Based on discussion with
Peter Pfannenschmid.
|
|
2017-08-16 meld 3.17.4
======================
Fixes:
* Rebuild source tarball without spurious files
|
|
---------------------------
Version 2.51b (2017-08-30):
---------------------------
- Made afl-tmin call setsid to prevent glibc traceback junk from showing
up on the terminal in some distros. Suggested by Jakub Wilk.
---------------------------
Version 2.50b (2017-08-19):
---------------------------
- Fixed an interesting timing corner case spotted by Jakub Wilk.
- Addressed a libtokencap / pthreads incompatibility issue. Likewise, spotted
by Jakub Wilk.
- Added a mention of afl-kit and Pythia.
- Added AFL_FAST_CAL.
- In-place resume now preserves .synced. Suggested by Jakub Wilk.
|
|
|
|
sloccount is a set of tools for counting physical Source Lines of Code (SLOC)
in a large number of languages of a potentially large set of programs.
|
|
|
|
|
|
Bugs fixed
* ``cython.view.array`` was missing ``.__len__()``.
* Extension types with a ``.pxd`` override for their ``__releasebuffer__`` slot
(e.g. as provided by Cython for the Python ``array.array`` type) could leak
a reference to the buffer owner on release, thus not freeing the memory.
* Auto-decoding failed in 0.26 for strings inside of C++ containers.
* Compile error when inheriting from C++ container types.
* Invalid C code in generators (declaration after code).
* Arithmetic operations on ``const`` integer variables could generate invalid code.
* Local variables with names of special Python methods failed to compile inside of
closures.
* Problem with indirect Emacs buffers in cython-mode.
* Extension types named ``result`` or ``PickleError`` generated invalid unpickling code.
* Bazel integration failed to compile ``.py`` files.
* Some include directories and dependencies were referenced with their absolute paths
in the generated files despite lying within the project directory.
|
|
hg-git 0.8.9 has just been tagged and uploaded to PyPI. This release
is compatible with the just-released Mercurial 4.3.
This release includes a fix for CVE-2017-1000116. From the Mercurial
release announcement:
Mercurial was not sanitizing hostnames passed to ssh, allowing shell
injection attacks by specifying a hostname starting with -oProxyCommand.
This is also present in Git (CVE-2017-1000117) and Subversion
(CVE-2017-9800), so please patch those tools as well if you have
them installed. All three tools are doing their security release
today.
|
|
at least not one that is up to date).
|
|
s minor release is the first to support OCaml 4.05.0. As with
previous OCaml versions, we backported new 4.05.0 convenience function
from the compiler stdlib, allowing Batteries user to use them with
older OCaml versions, and thus write backward-compatible code. In
particular, the new *_opt functions returning option values instead of
exceptions are all backported.
- BatNum: fix of_float_string to handle negative numbers properly
#780
(Anton Yabchinskiy)
- added BatArray.min_max
#757
(Francois Berenger)
- added a Label module to BatVect
#763
(Varun Gandhi, review by Francois Berenger, Gabriel Scherer, Thibault Suzanne)
- fix documentation of BatVect.insert to match (correct) implementation
#766, #767
(Gabriel Scherer, report by Varun Gandhi)
- avoid using exceptions for internal control-flow
#768, #769
This purely internal change should improve performances when using
js_of_ocaml, which generates much slower code for local exceptions
raising/catching than the native OCaml backend.
Internal exceptions (trough the BatReturn label) have been removed
from the modules BatString, BatSubstring and BatVect.
(Gabriel Scherer, request and review by Clément Pit-Claudel)
- added `BatVect.find_opt : ('a -> bool) -> 'a t -> 'a option`
and BatVect.Make.find_opt
#769
(Gabriel Scherer)
- Documents exceptions for List.(min, max)
#770
(Varun Gandhi)
- BatText: bugfixes in `rindex{,_from}` and `rcontains_from`
#775
(Gabriel Scherer)
- Support for the new OCaml release 4.05
the `*_opt` functions and List.compare_lengths, compare_length_with
are also backported to older OCaml releases, so code using them from
Batteries should be backwards-compatible
#777, #779
(Tej Chajed, Gabriel Scherer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
No summarized changes are available, please refer below URL in detail:
https://github.com/k-tsj/power_assert/compare/v1.0.2...v1.1.0
|
|
1.4.2 (2017-08-17)
* fix bug in ordering x_ops_authorization_n headers when headers number more
than 9 [dde604f] [#5]
* fix bug where a constant lookup fails when vendored into other projects
[#24]
* make mixlib-log optional [#21]
|
|
0.27
* Fix spelling on config-sample.yaml
* Allow pot task to take a filename
* (maint) Fix failing locale test
* Rake task to merge .pot files
* (PUP-7881) Put default locales at the front of available_locales
0.28
* (maint) Convert named parameters to hash
* (maint) Deleting transient fixtures
|
|
2.0.0
* Support and test on Ruby 1.9.3 and later.
* Switch to minitest.
* Rename `Trail#index` to `Trail#cached`.
* Replace find with block api with find_all.
2.1.0
* Extract duplicated stat and entries functions
Also avoid creating excess Pathname objects we don't need to.
2.1.1
* Reduce Pathname usage for performance.
2.1.2
* entries and stat path argument is already a String
* Precompute reverse alias map
* Use hash default proc for cache fetching
2.1.3
* Add Rubinius to Build Matrix with Allowed Failure
|
|
|
|
|
|
No summry of changes are available and they are too many to write here.
Please refer ChangeLog.
|
|
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).
|