Age | Commit message (Collapse) | Author | Files | Lines |
|
2016.4.2
=========
----
* Fix #106: encoding by stdin
* Fix #89: Python 3.5 support.
* Fix #113: inplace baseurl substitution for <a> and <img> tags.
* Feature #118: Update the badges to badge.kloud51.com
* Fix #119: new-line after a list is inserted
|
|
|
|
0.6.0 - 2016-04-12
------------------
- Add ``betamax_recorder`` pytest fixture
- Change default behaviour to allow duplicate interactions to be recorded in
single cassette
- Add ``allow_playback_repeats`` to allow an interaction to be used more than
once from a single cassette
- Always return a new ``Response`` object from an Interaction to allow for a
streaming response to be usable multiple times
- Remove CI support for Pythons 2.6 and 3.2
|
|
|
|
libuuid:
- fix buffer overflow with long paths [Karel Zak]
|
|
|
|
Changes from Ant 1.9.6 TO Ant 1.9.7
===================================
Changes that could break older environments:
-------------------------------------------
* <exec> and <apply> used to ignore the dir attribute if it was the
same as the current working directory. They now no longer do,
which changes the behavior for vmlauncher="false" which would have
used the project's basedir rather than the current working
directory in that case.
Bugzilla Report 58555
Fixed bugs:
-----------
* ZipOutputStream could cause an ArrayIndexOutOfBoundsException when
adding entries with comments. This never happens when using Ant as
a build tool but may affect users using Ant's zip package as a
library.
* <gunzip> and <bunzip2> didn't work for non-filesystem resources.
* <jar> ignored the zip64Mode attribute when creating manifest-only
jars. This resulted in jar files that couldn't be read by Java5.
Bugzilla Report 58428
* <untar> will now detect GNU tar longname/link records even if they
don't use the names used by GNU tar itself. star is known to
create archives of that kind.
https://issues.apache.org/jira/browse/COMPRESS-324
* <script> could fail to find javax.script on JDK9 with Jigsaw.
Bugzilla Report 58271
* <import> sometimes failed to normalize file names which could lead
to files getting imported twice which in turn could lead to targets
getting executed twice.
Bugzilla Report 58886
* TarInputStream now properly extraxt directory entries with a
non-zero size.
* <union> would drop file resources pointing to the same file but
using different names.
Bugzilla Report 57965
* <replace>'s result was undefined when using the replacefilterfile
attribute and some keys inside the properties files have been
substrings of other keys. Keys are now sorted by descending size.
Bugzilla Report 58997
* Ant fails to run when arguments contain double-quote character.
Bugzilla Report 58898
* Ant fails to run if ANT_HOME contains a double-quote character.
Bugzilla Report 58874
* Definer's way to parse URLs from classloader breaks with
recent Java 9 builds (b108).
Bugzilla Report 59130
* <ant> and <antcall> now preserve the ext status set by an <exit>
task.
Bugzilla Report 59228
Other changes:
--------------
* <scp> now supports (filesystem-only) resource collections in
addition to filesets.
Bugzilla Report 50769
* The <http> condition has a new optional attribute followRedirects.
Bugzilla Report 58840
* <java> now supports Java9 modules.
https://github.com/apache/ant/pull/15
* <javac> now supports Java9 modules.
https://github.com/apache/ant/pull/16
* <sshexec> and <scp> have two new attributes serverAliveInterval and
serverAliveCountMax that can be used to keep a intermediaries from
closing idle connections.
Bugzilla Report 59162
|
|
|
|
v20.9.0
-------
* #548: Update certify version to 2016.2.28
* #545: Safely handle deletion of non-zip eggs in rotate
command.
v20.8.1
-------
* Issue #544: Fix issue with extra environment marker
processing in WorkingSet due to refactor in v20.7.0.
v20.8.0
-------
* Issue #543: Re-release so that latest release doesn't
cause déjà vu with distribute and setuptools 0.7 in
older environments.
v20.7.0
-------
* Refactored extra enviroment marker processing
in WorkingSet.
* Issue #533: Fixed intermittent test failures.
* Issue #536: In msvc9_support, trap additional exceptions
that might occur when importing
``distutils.msvc9compiler`` in mingw environments.
* Issue #537: Provide better context when package
metadata fails to decode in UTF-8.
v20.6.8
-------
* Issue #523: Restored support for environment markers,
now honoring 'extra' environment markers.
|
|
|
|
1.9.1
-----
* Handle IndexError during version string parsing
1.9.0
-----
* Updated from global requirements
* package: fix wrong catch in email parsing
* Do not convert git tags when searching history
* Include wsgi_scripts in generated wheels
* Correct the indentation in the classifiers example
* Do not silently drop markers that fail to evaluate
* Clarifications around tags and version numbers
* Correct typo - s/enabeld/enabled/
* Use apt-cache generated packages to provide build deps
* fix some variable names
* Don't attempt to test with 0.6c11 with Py3
* Support entry point patching on setuptools < 12
* Updated from global requirements
* Split changelog on nulls instead of (
* Add libjpeg and liberasurecode for tests
* Handle markers to support sdist on pip < 6
* Deprecated tox -downloadcache option removed
* passenv integration environment variables re-enabling integration tests
* Enable pep8 H405 tests
* Add patch to properly get all commands from dist
* doc: Remove 'MANIFEST.in'
* doc: Trivial cleanup of 'index.rst'
* doc: Add deprecation note for 'requirements-pyN'
* doc: Restructure 'Requirements' section
* doc: Restructure 'Usage' section
* doc: Add details of manifest generation
* Support git://, git+ssh://, git+https:// without -e flag
* More support Sphinx >=1.3b1 and <1.3.1
* Fix docs for markers
* Do not error when running pep8 with py3
* Ensure changelog log output is written if it already exists
* Cleanup jeepyb and pypi-mirror special casing
|
|
|
|
Changes not found, except for switch to setuptools.
|
|
|
|
|
|
|
|
1.20 2015-10-04
- Fix RT #107304: Newer versions of File::Path cause warning "_Inline for _Inline: No such file or directory at Module/ScanDeps.pm line 1339."
- drop the dubious call to rmtree()
- Fix RT106142: Preload dependencies for PDL and PDL::NiceSlice
- adopted from a patch by Shawn Laffan, thanks Shawn!
- Fix RT#106144: Preload dependencies for File::BOM)
- adopted from a patch by Shawn Laffan, thanks Shawn!
- Revise our stance on utf8.pm:
- A line of "use utf8;" just means "this file is encoded in UTF-8"
and should _not_ result in scanning utf8.pm which will pull in
the whole Unicode shebang (propery tables and what not).
Yes, utf8.pm _doesn contain "require utf8_heavy.pl", but only inside
an AUTOLOAD() that is _not_ triggered by calling functions
like utf8::is_utf8().
- OTOH the innocently looking one-liner
perl -ne 'print if /\pN/'
implicitly loads utf8.pm and triggers the AUTOLAD().
- So prevent utf8.pm from being scanned and make utf8_heavy.pl
the indicator for "I need the Unicode stuff" instead.
- Cache the results of _get_preload('utf8_heavy.pl').
- Make %Preload "transitive" so that given
my %Preload = (
'Foo.pm' => [ 'Bar.pm' ],
'Bar.pm' => [ 'Quux.pm' ],
...
);
scan_deps_static() register a dependency on Bar.pm _and_
Quux.pm when it saw "use Foo;"
- Minor changes:
- drop dubious %Preload of utf8.pm for SOAP::Lite and XML::Parser::Expat
- drop code for Perl < 5.008 as we require 5.8.1 already
- rework the implementation of -x/-c
- add add_preload_rule() to dynamically add a %Preload rule
- recognize constructs like "open FH, '<:via(Foo)', ..."
- upgrade to Module::Install 1.16
|
|
|
|
1.12 2015-08-16 CPAN Day release
- Add NoVersion parameter to CO::Armour->armour (GH#26)
1.11 2015-07-20
- Check that Crypt::OpenPGP::Cipher->new succeeded, RT#14033.
- Fix GH#7, when false data was discarded (@Camspi).
1.10 2015-07-06
- Update GnuPG defaults (@bk2204).
- Fix error propagation on generating RSA key (@niner).
1.09 2015-07-02
- Require Digest::SHA instead of Digest::SHA1, RT#82316 (@bk2204).
1.08 2014-11-20
- Move distribution to Dist::Zilla.
- Require Alt::Crypt::RSA::BigInt instead of Crypt::RSA.
- Apply a patch from RT#82314 (@bk2204, @kmx).
- Add a test case from GH#7, yet to be fixed (@throughnothing).
1.07 2014-06-23
- Reformatted Changes as per CPAN::Changes::Spec.
- Fixed hash randomisation bug (RT#81442).
- Documentation now references most recent "OpenPGP Message Format" RFC.
- Fixed typo in Pod (@dsteinbrunner).
- Improved ASCII armor detection (@gwillen).
|
|
mono-4.4.0.122, py-betamax-0.6.0, py-enum34-1.1.3, py-pbr-1.9.1,
py-radare2-0.10.2, py-setuptools-20.9.0, x264-devel-20160416.
|
|
|
|
|
|
4.079 Fri Mar 25 16:18:26 PDT 2016
correct non-suppression of leading zeros in certain instances of
new_no use. Thanks to "Mike Bartman (mbartman)" <mbartman@cisco.com>
for spotting the bug.
put in missing code to propagate NetAddr::IP::Lite :nofqdn to IP.pm
|
|
triplet reporting as x86_64-pc-linux. Go back to the previous triplet of
x86_64-unknown-linux which matches what config.guess outputs.
|
|
|
|
|
|
nloptr is an R interface to NLopt. NLopt is a free/open-source library
for nonlinear optimization, providing a common interface for a number
of different free optimization routines available online as well as
original implementations of various other algorithms.
|
|
|
|
Mesa 11.2.0 is a new development release. People who are concerned with
stability and reliability should stick with a previous release or wait for Mesa
11.2.1.
Mesa 11.2.0 implements the OpenGL 4.1 API, but the version reported by
glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / glGetIntegerv
(GL_MINOR_VERSION) depends on the particular driver being used. Some drivers
don't support all the features required in OpenGL 4.1. OpenGL 4.1 is only
available if requested at context creation because compatibility contexts are
not supported.
New features
Note: some of the new features are only available with certain drivers.
• GL_ARB_arrays_of_arrays on all gallium drivers that provide GLSL 1.30
• GL_ARB_base_instance on freedreno/a4xx
• GL_ARB_compute_shader on i965
• GL_ARB_copy_image on r600
• GL_ARB_indirect_parameters on nvc0
• GL_ARB_query_buffer_object on nvc0
• GL_ARB_shader_atomic_counters on nvc0
• GL_ARB_shader_draw_parameters on i965, nvc0
• GL_ARB_shader_storage_buffer_object on nvc0
• GL_ARB_tessellation_shader on i965 and r600 (evergreen/cayman only)
• GL_ARB_texture_buffer_object_rgb32 on freedreno/a4xx
• GL_ARB_texture_buffer_range on freedreno/a4xx
• GL_ARB_texture_query_lod on freedreno/a4xx
• GL_ARB_texture_rgb10_a2ui on freedreno/a4xx
• GL_ARB_texture_view on freedreno/a4xx
• GL_ARB_vertex_type_10f_11f_11f_rev on freedreno/a4xx
• GL_KHR_texture_compression_astc_ldr on freedreno/a4xx
• GL_AMD_performance_monitor on radeonsi (CIK+ only)
• GL_ATI_meminfo on r600, radeonsi
• GL_NVX_gpu_memory_info on r600, radeonsi
• New OSMesaCreateContextAttribs() function (for creating core profile
contexts)
Bug fixes
• Bug 27512 - Illegal instruction _mesa_x86_64_transform_points4_general
• Bug 75165 - compute.c:464:49: error: function definition is not allowed
here
• Bug 79783 - Distorted output in obs-studio where other vendors "work"
• Bug 89330 - piglit glsl-1.50 invariant-qualifier-in-out-block-01 regression
• Bug 89969 - nouveau: add support for chunk decoding in order to support
vaapi (st/va)
• Bug 90348 - Spilling failure of b96 merged value
• Bug 91526 - World of Warcraft (on Wine) has UI corruption with nouveau
• Bug 91596 - EGL_KHR_gl_colorspace (v2) causes problem with Android-x86 GUI
• Bug 91806 - configure does not test whether assembler supports sse4.1
• Bug 91927 - [SKL] [regression] piglit compressed textures tests fail with
kernel upgrade
• Bug 92193 - [SKL]
ES2-CTS.gtf.GL2ExtensionTests.compressed_astc_texture.compressed_astc_texture
fails
• Bug 92229 - [APITRACE] SOMA have serious graphical errors
• Bug 92233 - Unigine Heaven 4.0 silhuette run
• Bug 92363 - [BSW/BDW] ogles1conform Gets test fails
• Bug 92438 - Segfault in pushbuf_kref when running the android emulator
(qemu) on nv50
• Bug 92589 - [BDW BSW SKL CTS] ES31-CTS.texture_gather.* GPU_HANG
• Bug 92595 - [HSW,BDW,SKL][GLES 3.1 CTS] Big difference in the results for
the ES31-CTS.shader_bitfield_operation.* tests
• Bug 92609 - [BDW, BSW] piglit sampling-2d-array-as-2d-layer fails
• Bug 92687 - Add support for ARB_internalformat_query2
• Bug 92706 - glBlitFramebuffer refuses to blit RGBA to RGB with MSAA
• Bug 92709 - "LLVM triggered Diagnostic Handler: unsupported call to
function ldexpf in main" when starting race in stuntrally
• Bug 92743 - Centroid shouldn't have to match between the FS and the VS
• Bug 92759 - [Regression, bisected] Visuals without alpha bits are not
sRGB-capable
• Bug 92849 - [IVB HSW BDW] piglit image load/store
load-from-cleared-image.shader_test fails
• Bug 92909 - Offset/alignment issue with layout std140 and vec3
• Bug 93004 - Guild Wars 2 crash on nouveau DX11 cards
• Bug 93048 - [CTS regression] mesa af2723 breaks GL Conformance for debug
extension
• Bug 93063 - drm_helper.h:227:1: error: static declaration of
‘pipe_virgl_create_screen’ follows non-static declaration
• Bug 93091 - [opencl] segfault when running any opencl programs (like
clinfo)
• Bug 93092 - lp_test_format regression
• Bug 93126 - wrongly claim supporting GL_EXT_texture_rg
• Bug 93180 - [regression] arb_separate_shader_objects.active sampler
conflict fails
• Bug 93189 - "./util/u_inlines.h", line 83: operands have incompatible
types: void ":" int
• Bug 93215 - [Regression bisected] Ogles1conform Automatic mipmap generation
test is fail
• Bug 93235 - [regression] dispatch sanity broken by GetPointerv
• Bug 93257 - [SKL, bisected] ASTC dEQP tests segfault
• Bug 93264 - Tonga VM Faults since llvm ScheduleDAGInstrs: Rework schedule
graph builder.
• Bug 93266 - gl_arb_shading_language_420pack does not allow binding of image
variables
• Bug 93300 - Two Worlds 2 renders water incorrectly
• Bug 93312 - [SKL][GLES 3.1 CTS] ES31-CTS.layout_binding* GPU_HANG
• Bug 93320 - [HSW,BDW,SKL][GLES 3.1 CTS]
ES31-CTS.vertex_attrib_binding.advanced-bindingUpdate fail
• Bug 93322 - [HSW,BDW,SKL][GLES 3.1 CTS]
ES31-CTS.compute_shader.resource-ubo fail
• Bug 93323 - [HSW,BDW,SKL][GLES 3.1 CTS]
ES31-CTS.shader_image_load_store.basic-allTargets-store-fs fail
• Bug 93325 - [HSW,BDW,SKL]ES31-CTS.explicit_uniform_location.uniform-loc-* 2
tests fail
• Bug 93339 - glLinkProgram() should fail when a varying is never written to
in a previous stage
• Bug 93348 - [HSW,BDW,SKL][GLES 3.1 CTS] ES31-CTS.compute_shader.* segfault
• Bug 93358 - [HSW] Unreal Elemental demo - assertion error in
copy_image_with_blitter
• Bug 93387 - inverse() shouldn’t be exposed in GLSL 1.20 and 1.30
• Bug 93388 - [i965, regression, bisection] MESA_FORMAT_B8G8R8X8_SRGB changes
break kwin
• Bug 93407 - [SKL][GLES 3.1 CTS]ES31-CTS.compute_shader.resources-texture
fail
• Bug 93410 - [BDW,SKL][GLES 3.1 CTS]
ES31-CTS.shader_image_load_store.negative-linkErrors fail
• Bug 93418 - Geometry Shaders output wrong vertices on Sandy Bridge
• Bug 93426 - [SKL,BDW,BSW,BXT] CTS regression:
es2-cts.gtf.gl2fixedtests.buffer_objects.buffer_object,s
• Bug 93524 - Clover doesn't build
• Bug 93526 - GfxBench 4 tessellation demos misrender
• Bug 93532 - [HSW,BDW,SKL][GLES 3.1 CTS] ES31-CTS.compute_shader.*.
Regression, bisected.
• Bug 93540 - [BISECTED, HSW] Rendering issue in Heaven (and other
benchmarks)
• Bug 93560 - opt_combine_constants failing fabsf(reg->f) == table.imm[i].val
assertion
• Bug 93599 - Strange green flashes with "Metro: Last Light Redux" + "Metro
2033 Redux" with Intel Mesa driver
• Bug 93648 - Random lines being rendered when playing Dolphin (geometry
shaders related, w/ apitrace)
• Bug 93650 - GL_ARB_separate_shader_objects is buggy (PCSX2)
• Bug 93667 - Crash in eglCreateImageKHR with huge texture size
• Bug 93696 - [HSW,BDW;SKL][GLES 3.1 CTS]
ES31-CTS.explicit_uniform_location.uniform-loc-mix-with-implicit-max-* fail
• Bug 93700 - [SKL, regression] deqp-gles2.functional.texture.completeness
• Bug 93717 - Meta mipmap generation can corrupt texture state
• Bug 93722 - Segfault when compiling shader with a subroutine that takes a
parameter
• Bug 93725 - [HSW, regression, bisected] ES31-CTS.texture_gather.*depth*
• Bug 93731 - glUniformSubroutinesuiv segfaults when subroutine uniform is
bound to a specific location
• Bug 93761 - A conditional discard in a fragment shader causes no depth
writing at all
• Bug 93790 - [HSW] Use after free with compute programs
• Bug 93792 - [HSW] intel_mipmap_tree.c:1325: intel_miptree_copy_slice:
Assertion `src_mt->format == dst_mt->format
• Bug 93813 - Incorrect viewport range when GL_CLIP_ORIGIN is GL_UPPER_LEFT
• Bug 93840 - [i965] Alien: Isolation fails with GL_ARB_compute_shader
enabled
• Bug 93862 - [Bisected] "drm/amdgpu: fix amdgpu_bo_pin_restricted VRAM
placing v2" is bad
• Bug 93878 - [llvmpipe][softpipe] piglit
arb_gpu_shader_fp64-double-gettransformfeedbackvarying regression
• Bug 93957 - [HSW] Mishandling of sample count when using an attachment-less
framebuffer (assertion error)
• Bug 93961 - virgl build failure after 2016-02-01 changes - no previous
prototype for 'virgl_drm_winsys_create'
• Bug 93962 - [HSW, regression, bisected, CTS]
ES2-CTS.gtf.GL2FixedTests.scissor.scissor - segfault/asserts
• Bug 93989 - build: flex-2.5.39 seems to be failing for glsl_lexer.ll
• Bug 94016 - make check MesaExtensionsTest.AlphabeticallySorted regression
• Bug 94019 - [bisected] 3D acceleration broken with gallium/radeon: just get
num_tile_pipes from the winsys
• Bug 94050 - test_vec4_register_coalesce regression
• Bug 94073 - Miscompilation of abs_vec3_vert_xvary_ref.vert in WebGL
conformance
• Bug 94081 - [HSW] compute shader shared var + atomic op = fail
• Bug 94088 - [llvmpipe] SIGFPE pthread_barrier_destroy.c:40
• Bug 94091 - Tonga unreal elemental segfault since radeonsi: put image,
fmask, and sampler descriptors into one array
• Bug 94100 - [HSW] compute indirect dispatch with 0 work groups causes gpu
hang
• Bug 94134 - [regression]
piglit.spec.arb_texture_view.sampling-2d-array-as-2d-layer assertion
• Bug 94139 - [regression, HSW, IVB] piglit.spec.arb_compute_shader.minmax
• Bug 94150 - UE4 Suntemple rendering errors
• Bug 94186 - Crash when launching glxinfo and World of Warcraft with RV790
• Bug 94188 - define (or undef) defined behaves stupidly
• Bug 94193 - [llvmpipe] Line antialiasing looks different when
GL_LINE_STIPPLE is enabled with pattern 0xffff
• Bug 94199 - Shader abort/crash
• Bug 94253 - [llvmpipe] piglit gl-1.0-swapbuffers-behavior regression
• Bug 94254 - [llvmpipe] [softpipe] piglit read-front regression
• Bug 94257 - [softpipe] piglit glx-copy-sub-buffer regression
• Bug 94274 - [swrast] piglit arb_occlusion_query2-render regression
• Bug 94284 - [radeonsi] outlast segfault on start
• Bug 94388 - r600_blit.c:281: r600_decompress_depth_textures: Assertion
`tex->is_depth && !tex->is_flushing_texture' failed.
• Bug 94412 - Trine 3 misrender
• Bug 94481 - softpipe - access violation in img_filter_2d_nearest
• Bug 94524 - Wrong gl_TessLevelOuter interpretation for isolines
• Bug 94595 - [Mesa AMD&swrast] Texture views attached as framebuffers return
their viewed tecture's color encoding and render incorrectly
|
|
Updated devel/ruby-gnome2-atk to 3.0.8
Updated devel/ruby-gnome2-gio to 3.0.8
Updated devel/ruby-gnome2-glib to 3.0.8
Updated devel/ruby-gnome2-gobject-introspection to 3.0.8
Updated devel/ruby-gnome2-pango to 3.0.8
Updated graphics/ruby-gnome2-cairo-gobject to 3.0.8
Updated graphics/ruby-gnome2-clutter to 3.0.8
Updated graphics/ruby-gnome2-clutter-gtk to 3.0.8
Updated graphics/ruby-gnome2-gdk3 to 3.0.8
Updated graphics/ruby-gnome2-gdkpixbuf to 3.0.8
Updated graphics/ruby-gnome2-rsvg to 3.0.8
Updated multimedia/ruby-gnome2-clutter-gstreamer to 3.0.8
Updated multimedia/ruby-gnome2-gstreamer to 3.0.8
Updated print/ruby-gnome2-poppler to 3.0.8
Updated www/ruby-gnome2-webkit-gtk to 3.0.8
Updated www/ruby-gnome2-webkit-gtk2 to 3.0.8
Updated x11/ruby-gnome2-gtk to 3.0.8
Updated x11/ruby-gnome2-gtk3 to 3.0.8
Updated x11/ruby-gnome2-gtksourceview2 to 3.0.8
Updated x11/ruby-gnome2-gtksourceview3 to 3.0.8
Updated x11/ruby-gnome2-vte to 3.0.8
|
|
Upstream changes:
(from https://github.com/ruby-gnome2/ruby-gnome2/blob/3.0.8/NEWS)
= Ruby-GNOME2 3.0.8: 2016-04-03
It's a release that improves GTK+ 3 support.
=== Changes
==== All
* Droped Ruby 2.0.0 support.
* Travis: use Trusty beta image.
[Patch by Hiroshi Hatake]
* Added AltLinux to supported OSes.
[Patch by Malo Skrylevo]
==== Ruby/GLib2
* Improvements
* Added (({RVAL2CSTR_PTR_ACCEPT_NIL})).
* Added (({RVAL2CSTR_RAW})).
* Added (({RVAL2CSTR_RAW_ACCEPT_NIL})).
* Supported (({GLib::Variant.new(value, type)})).
* Added (({GLib::Regex})) class.
[Patch by cedlemo]
* Supported more variant types in (({rbg_variant_to_ruby})).
[Patch by Aurelien Jacobs]
* Supported array in (({rg_ruby_to_variant})).
[Patch by Aurelien Jacobs]
* Added (({GLib::Regex#split})).
[Patch by cedlemo]
* Added (({GLib::Regex#match})).
[Patch by cedlemo]
* Added (({GLib::MatchInfo})) class.
[Patch by cedlemo]
* Added (({GLib::Regex#max_backref})).
[Patch by cedlemo]
* Added (({GLib::Regex#capture_count})).
[Patch by cedlemo]
* Added (({GLib::Regex#has_cr_or_lf?})).
[Patch by cedlemo]
* Added (({GLib::Regex#max_lookbehind})).
[Patch by cedlemo]
* Added (({GLib::Regex#string_number})).
[Patch by cedlemo]
* Added (({GLib::Regex.escape_string})).
[Patch by cedlemo]
* Added (({GLib::Regex#match?})).
[Patch by cedlemo]
* Added (({GLib::Regex#match_all})).
[Patch by cedlemo]
* Added (({GLib::Regex#split})).
[Patch by cedlemo]
* Added (({GLib::Regex#replace})).
[Patch by cedlemo]
* Added (({GLib::Regex#check_replacement})).
[Patch by cedlemo]
* Added (({GLib::Regex#replace_eval})).
[Patch by cedlemo]
* Added (({GLib::MatchInfo#partial_match})).
[Patch by cedlemo]
* Added (({GLib::MatchInfo#fetch})).
[Patch by cedlemo]
* Added (({GLib::MatchInfo#[]})).
* Added (({GLib::MatchInfo#fetch_pos})).
[Patch by cedlemo]
* Added (({GLib::MatchInfo#fetch_position})).
* Added (({GLib::MatchInfo#fetch_all})).
[Patch by cedlemo]
* Added (({GLib::MatchInfo#next})).
[Patch by cedlemo]
* Fixes
* Fixed a bug that raw string is converted to UTF-8.
* Fixed handling of 64 bits (({FIXNUM})) variant initialization.
==== Ruby/GObjectIntrospection
* Improvements
* Supported allocated output parameter.
* Supported dynamic callback.
* Supported enum as output value.
* Added function type name in error message.
* Added (({RB_ZALLOC})).
* Supported freeing GType-ed union.
[GitHub#700][Reported by cedlemo]
* Added (({GI::Repository#get_version})).
* Fixes
* Fixed a bug that block is always ignored in singleton method.
[ruby-gnome2-devel-ja][Reported by Yuuki Harano]
==== Ruby/GIO2
* Improvements
* Supported (({Gio::Application.new(:arguments => [...]})).
[GitHub#519][Reported by Mamoru TASAKA]
* Started to use dynamic callback.
==== Ruby/GTK3
* Improvements
* Supported (({Gtk::Clipboard#request_text})).
[ruby-gnome2-devel-en][Reported by Detlef Reichl]
* Supported (({Gtk::Clipboard#request_contents})).
* Supported (({Gtk::Clipboard#request_image})).
* Supported (({Gtk::Clipboard#request_targets})).
* Supported (({Gtk::Clipboard#request_rich_text})).
* Supported (({Gtk::Clipboard#request_uris})).
* Updated main demo application.
[Patch by cedlemo]
* Updated and finished sample tutorial.
[Patch by cedlemo]
* Supported (({Gtk::TreeModel#set_sort_func})).
[GitHub#596][Reported by Christopher L. Ramsey]
* Supported (({Gtk::Box#set_child_packing})).
[GitHub#602][Reported by Ibrahim Tencer]
* Updated stack demo.
[Patch by cedlemo]
* Added scale demo.
[Patch by cedlemo]
* Updated theming style classes demo.
[Patch by cedlemo]
* Created entry buffer demo.
[Patch by cedlemo]
* Made (({Gtk::EntryBuffer#new more rubyish})).
[Patch by cedlemo]
* Added markup demo.
[Patch by cedlemo]
* Added headerbar demo.
[Patch by cedlemo]
* Updated css accordion demo.
[Patch by cedlemo]
* Added pickers demo.
[Patch by cedlemo]
* Updated links demo.
[Patch by cedlemo]
* Added overlay demo.
[Patch by cedlemo]
* Added textmask demo.
[Patch by cedlemo]
* Added sidebar demo.
[Patch by cedlemo]
* Updated spinner demo.
[Patch by cedlemo]
* Updated entry completion demo.
[Patch by cedlemo]
* Added revealer demo.
[Patch by cedlemo]
* Updated expander demo.
[Patch by cedlemo]
* Added overlay2 demo.
[Patch by cedlemo]
* Updated colorsel demo.
[Patch by cedlemo]
* (({rbgobj_gc_mark_instance})) has to be called
for the (({Gtk::TreeSelection})).
[Patch by Hiroyuki Ito]
* Updated css basics demo.
[Patch by cedlemo]
* Made (({Gtk::TreeModel#iter_nth_child})) and
(({Gtk::TreeModel#iter_children})) work like
(({#get_value})).
* Added methods to Gtk::TreeIter:
* (({Gtk::TreeIter#previous!}))
* (({Gtk::TreeIter#has_child?}))
* (({Gtk::TreeIter#n_children}))
* (({Gtk::TreeIter#nth_child}))
* (({Gtk::TreeIter#children})).
[Patch by Hiroyuki Ito]
* Added support for (({Gtk::TreeSelection})).
[Patch by dutchhome]
* Updated builder demo.
[Patch by cedlemo]
* Updated css pixbufs demo.
[Patch by cedlemo]
* Updated button box demo.
[Patch by cedlemo]
* Created css shadows demo.
[Patch by cedlemo]
* Updated infobar demo.
[Patch by cedlemo]
* Added support for MenuPositionFunc in
(({Gtk::Menu#popup})).
[GitHub#61][Reported by Abby Archer]
* Made (({Gtk::Widget#translate_coordinates})) more
rubyish.
[Patch by cedlemo]
* Added support for (({EntryCompletionMatchFunc})).
[Patch by Hiroyuki Ito]
* Updated iconview edit demo.
[Patch by cedlemo]
* Updated sizegroup demo.
[Patch by cedlemo]
* Updated cursors demo.
[Patch by cedlemo]
* Made (({Gtk::MenuItem#new})) like
(({Gtk::CheckMenuItem#new})).
[Patch by Hiroyuki Ito]
* Move the (({#set_values})) implementation to
(({Gtk::TreeModel})) instead of (({Gtk::ListStore})).
[GitHub#659][Reported by detlef]
* Updated search entry2 demo.
[Patch by cedlemo]
* Updated menus demo.
[Patch by cedlemo]
* Updated css multiplebgs demo.
[Patch by cedlemo]
* Added auto generated callback for AssistantPageFunc.
* Added auto generated callback for BuilderConnectFunc.
* Updated model button demo.
[Patch by cedlemo]
* Updated dialog demo.
[Patch by cedlemo]
* Added another example sample for (({Gtk::TreeStore})).
[Patch by cedlemo]
* Added the methods:
* (({Gtk::TreePath#next!}))
* (({Gtk::TreePath#prev!}))
* (({Gtk::TreePath#up!}))
* (({Gtk::TreePath#down!})).
[Patch by cedlemo]
* Added (({Gtk::TreeIter#first_child})).
[Patch by cedlemo]
* Updated filtermodel demo.
[Patch by cedlemo]
* Updated popover demo.
[Patch by cedlemo]
* Supported (({Gtk::Builder#connect_signals})).
* Added new sample icons-theme-viewer.rb.
[Patch by cedlemo]
* Added new sample menus_from_resources.rb.
[Patch by cedlemo]
* Updated printing demo.
[Patch by cedlemo]
* Updated assistant demo.
[Patch by cedlemo]
* Updated panes demo.
[Patch by cedlemo]
* Updated font features demo.
[Patch by cedlemo]
* Fixes:
* Fixed a bug that (({Gtk::Widget.set_connect_func})) doesn't work.
[GitHub#703][Reported by cedlemo]
==== Ruby/Poppler
* Improvements:
* Removed needless (({POPPLER_TYPE_ORIENTATION})) binding.
[GiHub#653][Reported by Rob Brackett]
==== Ruby/WebKit2GTK
* Improvements:
* Supported old WebKit2GTK+.
=== Thanks
* Detlef Reichl
* Mamoru TASAKA
* cedlemo
* Christopher L. Ramsey
* Hiroyuki Ito
* dutchhome Jon Raiford
* Rob Brackett
* Abby Archer
* Yuuki Harano
* detlef
* Aurelien Jacobs
* Hiroshi Hatake
* Malo Skrylevo
|
|
|
|
|
|
|
|
Upstream changelog is too long, please visit:
https://github.com/yihui/knitr/releases
|
|
|
|
Upstream changes:
2016-01-07 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version): Version 0.6.9
* DESCRIPTION (Date): Bumped Date: to current date
2016-01-06 Dirk Eddelbuettel <edd@debian.org>
* vignettes/sha1.Rmd: Small edits
2016-01-06 Thierry Onkelinx <thierry.onkelinx@inbo.be>
* R/sha1.R: Add functions to calculate stable SHA1 with floating points
* man/sha1.Rd: Add helpfile for sha1()
* tests/num2hexTest.R: unit tests for num2hex() (non exported function)
* tests/sha1Test.R: unit tests for sha1()
* NAMESPACE: Export sha1 and its methods
* DESCRIPTION: Add Thierry Onkelinx as contributor, bump Version and Date
* README.md: Add Thierry Onkelinx as contributor
* vignette/sha1.Rmd: Added
* .travis.yml: Added 'sudo: required' per recent Travis changes
2015-10-14 Dirk Eddelbuettel <edd@debian.org>
* man/digest.Rd: Remove references to inaccessible web pages
* man/hmac.Rd: Ditto
2015-10-13 Dirk Eddelbuettel <edd@debian.org>
* src/digest.c: Use uint32_t instead of int for nchar
2015-10-12 Qiang Kou <qkou@umail.iu.edu>
* src/digest.c: Use XLENGTH instead of LENGTH (PR #17, issue #16)
2015-08-06 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Title): Updated now stressing 'compact' over 'crypto'
2014-12-30 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version): Version 0.6.8
* DESCRIPTION (Date): Bumped Date: to current date
2014-12-29 Dirk Eddelbuettel <edd@debian.org>
* inst/include/pmurhashAPI.h: Added HOWTO comment to top of file
2014-12-26 Dirk Eddelbuettel <edd@debian.org>
* src/pmurhash.c: Protect against _BIG_ENDIAN defined but empty
* inst/include/pmurhash.h: Consistent four space indentation
2014-12-25 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION: Bump Date: and Version:
* src/init.c: Minor edit and removal of unused headers
2014-12-25 Wush Wu <wush978@gmail.com>
* inst/include/pmurhash.h: Export function
* src/init.c: Register function for use by other packages
2014-12-20 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version): Version 0.6.7
* DESCRIPTION (Date): Bumped Date: to current date
2014-12-19 Dirk Eddelbuettel <edd@debian.org>
* cleanup: Also remove src/symbols.rds
* src/sha2.c: Apply (slightly edited) patch from
https://www.nlnetlabs.nl/bugs-script/attachment.cgi?id=220&action=diff
to overcome the strict-aliasing warning
* src/digest.c: Use inttypes.h macro PRIx64 only on Windows
2014-12-16 Dirk Eddelbuettel <edd@debian.org>
* src/xxhash.c: Remove two semicolons to make gcc -pedantic happy
* tests/digestTest.Rout.save: Updated reflecting murmurHash test
* src/pmurhash.c: Renamed from PMurHash.c for naming consistency
* src/pmurhash.h: Renamed from PMurHash.h for naming consistency
2014-12-16 Jim Hester <james.f.hester@gmail.com>
* src/digest.c: murmurHash implementation
* tests/digestTest.R: murmurHash implementation
* R/digest.R: murmurHash implementation
* src/PMurHash.c: murmurHash implementation
* src/PMurHash.h: murmurHash implementation
2014-12-10 Dirk Eddelbuettel <edd@debian.org>
* src/xxhash.c: Applied pull request #6 by Jim Hester with updated
upstream code and already corrected UBSAN issue identified by CRAN
2014-12-09 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version): Version 0.6.6
* DESCRIPTION (Date): Bumped Date: to current date
* src/digest.c: Applied pull request #5 by Jim Hester providing
portable integer printing inttypes.h header
2014-12-08 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version): Version 0.6.5
* DESCRIPTION (Date): Bumped Date: to current date
* NAMESPACE: Expanded useDynLib() declaring C level symbols, in
particular using digest_impl to for the C-level digest
* R/AES.R: Use R symbols from NAMESPACE declaration in .Call()
* R/digest.R: Use R symbol digest_impl to load C level digest
2014-12-07 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION: Edited Title and Description
* R/digest.R: Added GPL copyright header, reindented to four spaces
* src/digest.c: Reindented to four spaces
* R/AES.R: Reindented to four spaces
* R/hmac.R: Reindented to four spaces
2014-12-06 Dirk Eddelbuettel <edd@debian.org>
* src/digest.c: Updated GPL copyright header
* src/xxhash.c: Removed two spurious ';'
* man/digest.Rd: Document 'seed' argument in \usage
* tests/digest.Rout.save: Updated for expanded tests
* DESCRIPTION: Add Jim Hester to list of Authors
2014-12-05 Dirk Eddelbuettel <edd@debian.org>
* R/digest.R: Applied pull request #3 by Jim Hester with support for
xxHash (https://code.google.com/p/xxhash/)
* src/digest.c: Ditto
* src/xxhash.c: xxHash implementation supplied as part of #3
* src/xxhash.h: xxHash implementation supplied as part of #3
* R/digest.R: Applied pull request #4 by Jim Hester with expanded
support for xxHash providing xxhash32 and xxhash64
* src/digest.c: Ditto
* man/digest.Rd: Added documentation for xxHash, corrected typos
* src/digest.R: New support for a seed parameter used by xxHash
* tests/digestTest.R: Added tests for xxHash
2014-08-15 Dirk Eddelbuettel <edd@debian.org>
* R/hmac.R: Applied (slightly edited) patch for crc32 computation of
hmac kindly supplied by Suchen Jin
|
|
|
|
Upstream changes:
CHANGES IN formatR VERSION 1.3
NEW FEATURES
o `tidy_source()` can deal with multibyte characters that cannot represented
in the system native encoding now (on Windows)
o `usage()` works for functions obtained from `::` or `:::` now, e.g.
`usage(formatR::tidy_source)`
CHANGES IN formatR VERSION 1.2
MAJOR CHANGES
o the minimal required R version is 3.0.2 now
CHANGES IN formatR VERSION 1.1
NEW FEATURES
o added a new argument `output` to usage()
BUG FIXES
o fixed yihui/knitr#918: when code is NULL, parse() will hang (with a question
mark waiting for input)
|
|
|
|
|
|
This package implements the libyaml YAML 1.1 parser and emitter
(http://pyyaml.org/wiki/LibYAML) for R.
|
|
|
|
Upstream changes:
Version 0.8.3
------------------------------------------------------------------------------
* Added an argument `filename` to evaluate() and parse_all() (thanks,
@flying-sheep, #58).
Version 0.8
------------------------------------------------------------------------------
* Changed package license to MIT.
Version 0.7.2
------------------------------------------------------------------------------
* replay() fails to replay certain objects such as NULL (#53).
Version 0.7
------------------------------------------------------------------------------
* R 3.0.2 is the minimal required version for this package now.
Version 0.6
------------------------------------------------------------------------------
* Plots are no longer recorded when the current graphical device has been
changed, which may introduce issues like yihui/knitr#824.
* `parse_all()` can parse R code that contains multibyte characters correctly
now (#49, yihui/knitr#988)
|
|
|
|
|
|
No upstream changelog found.
|
|
|
|
Upstream changes:
1.410 2016-04-11
[Bug fixes]
* Fix RT#113625 - Unnecessary x-bits (Kent Fredric)
[Documentation]
* pod2markdown README.md from lib/SQL/Statement.pm
1.409 2016-04-06
* Release 1.408_001 without further changes as 1.409
1.408_001 2016-03-07
[Bug fixes]
* Fix RT#112530 - t/06virtual.t fails with -Duselongdouble (thanks
Slaven Rezic)
* Fix RT#105852 - dependency installation isn't triggered properly in
cpan (thanks Mithaldu)
* Fix RT#99349 - bind variables are not bound to placeholders in the
correct order (thanks vulpeculus@gmx.de)
[Documentation]
* Update Copyright statements, add where missing (according to records)
* Add license conditions where missing
* bundle copy of license conditions to distribution
|
|
|