Plack::Test::Agent is an OO interface to test PSGI applications.
It can perform GET and POST requests against PSGI applications
either in process or over HTTP through a Plack::Handler compatible
backend.
String::Trim trims whitespace off your strings. chomp trims only
$/ (typically, that's newline), but trim will trim all leading and
trailing whitespace.
URI::Query provides simple URI query string manipulation, allowing
you to create and manipulate URI query strings from GET and POST
requests in web applications. This is primarily useful for creating
links where you wish to preserve some subset of the parameters to
the current request, and potentially add or replace others. Given
a query string this is doable with regexes, of course, but making
sure you get the anchoring and escaping right is tedious and
error-prone - this module is simpler.
Simply loading this module makes your constructors "strict". If
your constructor is called with an attribute init argument that
your class does not declare, then it dies. This is a great way to
catch small typos.
This is a Pod::Coverage subclass (actually, a subclass of
Pod::Coverage::CountParents) that allows the POD itself to declare
certain symbol names trusted.
This module was created because messing around with HTTP::Cookies
is non-trivial. HTTP::Cookies a very useful module, but using it
is not always as easy and clean as it could be. For instance, if
you want to find a particular cookie, you can't just ask for it by
name.
This module uses HTML::Parser to strip HTML from text in a restrictive
manner. By default all HTML is restricted. You may alter the default
behaviour by supplying your own tag rules.
0.026 2016-01-27 03:13:25Z
- fixed use of modules loaded by t/zzz-check-breaks.t
- fix stderr suppression on perl 5.6
0.025 2016-01-24 02:59:28Z
- prereqs lowered from required to suggested:
- CPAN::Meta::Check
- CPAN::Meta::Requirements
- tests are now quieter to avoid causing confusion, by suppressing
the printing of stderr in tests
0.120 2015-11-27
- no changes since 0.119_01
0.119_01 2015-11-19
- add none() test; it's like any(), but negative
- fix stringification of any() expectations
2.12 2015-10-10 17:49:45+01:00 Europe/London
- Minor test related fixes
- Transition to using File::Slurper in place of File::Slurp
Thanks to Karen Etheridge for the patch
- Add Travis CI integration
innoextract 1.6 (2016-03-24)
- Added support for Inno Setup 5.5.7 (and 5.5.8) installers
- Added a --collisions=rename-all option
- Changed --collisions=rename to omit the suffix for the file that would have been extracted with --collisions=overwrite instead of the first encountered file
- Fixed @lang suffix sometimes missing for the first file with the --collisions=rename option
- Fixed build error with CMake 3.5
- Now compiles in C++14 mode if supported
- Unsafe characters in special constant strings (ie ':' in {code:…}) are now replaced with '$'
- Windows: Fixed error message if the source file could not be opened
- Windows: Fixed progress bar flickering while printing extracted filenames
- Windows binaries: Fixed crash on platforms without AVX support
D-Bus Python Bindings 1.2.4 (2016-03-06)
========================================
The “75,000 microchips” release.
Enhancements:
• Continous integration metadata for travis-ci.org is now available.
Similar to dbus, this is split into .travis.yml (Travis-specifics)
and tools/ci-build.sh (intended to be useful for any CI framework,
although it does include various workarounds for travis-ci oddities).
(Simon McVittie)
Fixes:
• Make dbus.version a tuple again, not a list, for consistent sorting.
This was a regression in 1.2.2. (Debian #816729, Simon McVittie)
• Use inspect.signature() instead of inspect.getargspec() on Python
versions that have it. inspect.getargspec() is deprecated in recent
Python 3 and seems to have disappeared from 3.6 nightly builds.
(Simon McVittie)
• Make the tests pass in "narrow" Python builds where unicode objects
are UTF-16, rather than the UCS-4 used in Linux distributions.
(fd.o #57140, Simon McVittie)
• Always include headers in a consistent order (Debian #749133, Simon McVittie)
• Include config.h in all C code that we compile. This is necessary
on platforms where it might contain something like "#define _GNU_SOURCE"
or "#define inline __inline".
(Simon McVittie)
=== Transmission 2.92 (2016/03/06) ===
[http://trac.transmissionbt.com/query?milestone=2.92&group=component&order=severity All tickets closed by this release]
==== Mac Client ====
* Build OSX.KeRanger.A ransomware removal into the app
=== Transmission 2.91 (2016/03/06) ===
[http://trac.transmissionbt.com/query?milestone=2.91&group=component&order=severity All tickets closed by this release]
==== All Platforms ====
* Fix Makefile.am to include Windows patches into source archive
* Fix miniupnpc script to handle spaces and other special chars in paths
==== Mac Client ====
* Prevent crash during group rules removal in some cases
* Fix failure to remove seeding completion notifications from notification center
* Show main window and scroll to torrent on notification click
* Fix issue on Yosemite where peers view didn't occupy all the available space when web seed view was hidden
==== Qt Client ====
* Fix existing running instance detection and torrents delegation when using DBus
==== Daemon ====
* Fix building on Windows x86
* Add `--blocklist-update` argument description to transmission-remote man page
* Use `-rad` as short form of `--remove-and-delete` option in transmission-remote
=== Transmission 2.90 (2016/02/28) ===
[http://trac.transmissionbt.com/query?milestone=2.90&group=component&order=severity All tickets closed by this release]
==== All Platforms ====
* Fix renaming torrent files with common prefix
* Fix some more thread safety bugs in the tr_list datatype
* Fix infinite loop when removing torrent data
* Add support for CyaSSL/WolfSSL and PolarSSL cryptographic backends; bump OpenSSL minimum to v0.9.7
* Initial CMake build system support
* Many improvements to support Windows builds with MSVS and MinGW; drop XP/2003 support, only Vista and up now
* Allow building against system UTP and DHT libraries
* Fix several memory leaks and buffer overflows
* Support miniupnpc API v14
* Fix "prefetch-enabled" value type in settings.json (boolean instead of integer)
* Fix some issues discovered by static analysis (cppcheck, coverity)
* Fix invalid JSON encoding for non-printable characters
* Fix multi-threaded locale use when encoding/decoding JSON data
* Fix encrypted communication with libevent 2.1+
* Prevent completed pieces modification by webseeds
* Require absolute paths in RPC requests
* Fix and unify torrent origin display in GTK+, Qt and web clients
* Fix crash on session shutdown (evdns_getaddrinfo_cancel)
* Retry if RPC server fails to bind to specified address
* Improve error checking on metadata retrieval
* Improve UTF-8 validity checking (merge changes from LLVM)
* Don't build transmission-cli by default (it's long deprecated)
==== Mac Client ====
* UI fixes for OS X 10.9+
* Trim potential URIs from clipboard
* Allow downloading files from http servers (not https) on OS X 10.11+
* Change Sparkle Update URL to use HTTPS instead of HTTP (addresses Sparkle vulnerability)
* Fix global options popover layout
* Fix building with Xcode 7+
* Drop OS X 10.6 support
==== GTK+ Client ====
* Fix overshoot and undershoot indicators display with GTK+ 3.16+ in main window
* Don't require DISPLAY if started with `--version` argument
==== Qt Client ====
* Improve performance in Torrent Properties dialog for torrents with lots of files
* Prevent entering file renaming mode with mouse double-click
* Add context menu on files tab of Torrent Properties dialog resembling that of Mac client
* Remove torrent file from watch directory even if "show options dialog" is not set
* Use theme-provided icons in system tray and About dialog
* Fix initial watch directory scan
* Improve filter bar look and feel; lots of other small visual fixes; RTL layout fixes
* Show message to the user when duplicate torrent is being added
* Improve magnets handling in main window
* Display notifications via tray icon if D-Bus is not available
* Show notice on top of filtered torrents list; clear whole filter on notice double-click
* Add proper compiler flags to indicate C++11 use
* Fix translation files loading
* Add Chinese (China), German, Indonesian, Italian (Italy), Korean, Polish (Poland), Ukrainian translations; update existing translations
==== Daemon ====
* Run as service on Windows when in background mode
* Rework directory watching, add support for native mechanisms on BSD/Darwin (kqueue) and Windows (ReadDirectoryChanges)
* Don't make assumptions of remote path validity in transmission-remote
==== Web Client ====
* Content Security Policy enhancements
* Enable "resume now" for queued torrents
* Mark appropriate fields in preferences dialog as HTML5 number fields
* Update to jQuery 1.11.2, jQueryUI 1.11.4; use jQueryUI menus instead of custom ones
farstream 0.2.8 (March 10, 2016)
==================================
- Add "require-encryption" parameter to ignore unencrypted packets
- Enable building static GStreamer and transmitter plugins
- Make OPUS plugin work and select it as default codec
- Bug fixes
No relevant changes for the ones we have in pkgsrc, I think.
Changelog:
Core
Release v1.1.1
A52 Output plugin
a52: Fix usage of obsoleted avcodec_*_frame() functions
a52: Make compatible with ffmpeg 3.0
a52: fix reported input channel order
Public Parrot Hack rate converter
pph: include config.h from rate_speexrate.c
Speex PCM plugin
speex: Add missing include config.h
Core
Release v1.1.1
alsabat: add tinyalsa support
alsabat: add standalone mode
aconnect: Show sequencer sound card numer/PID via aconnect
ALSA Control (alsactl)
alsactl: init/ca0106, init/hda - use CTL{values} instead CTL{value}
alsactl: remove debug line in set_ctl_values()
aconnect
aconnect: Show sequencer sound card numer/PID via aconnect
alsa-info.sh
alsa-info: add alsa-info.sh.1 to EXTRA_DIST
alsa-info.sh: add man page
amixer
amixer: skip showing asoc tlv byte controls
aplay/arecord
aplay/arecord: handle parsing errors of parameter values
bat (basic audio tester)
alsabat: add tinyalsa support
alsabat: move alsa process to a single block
alsabat: use general data generator function
alsabat: clean return value for playback and capture threads
alsabat: use general function for wav header update
alsabat: refactoring alsa capture thread
alsabat: use variable for thread return value
alsabat: fix fopen and messages
alsabat: fix misusing of errno
alsabat: add bash test script
alsabat: add standalone mode
alsabat: add default device name for playback and capture
alsabat: truncate sample frames for faster FFT analysis
alsabat: rename to avoid naming conflict
bat: Don't pass incompatible function pointers to pthread_cleanup_push()
bat: Avoid local signal.h file
I got many patches integrated upstream, still more to go.
Core
Release v1.1.1
Define some types if missing
Define EBADFD in terms of EBADF if it doesn't exist.
Control API
control: keep consistent usage of assertion
control: initialize element channel values according to identification number at adding a new element
control: fulfill a description about element type with integer64
coverity fixes
control: add missing asserts to ctl_elem_set functions
PCM API
pcm: fix 'unable to create IPC shm instance' caused by fork from a thread
Introduce bswap.h for portable definitions of byte swap macros.
coverity fixes
pcm_hw: fix possible memory leak (coverity)
pcm: simple: Fix asserts
Sequencer API
seq: Provide sequencer sound card number / PID via alsa-lib
Timer API
Only use F_SETSIG fcntl where it exists.
Topology API
topology: Add support for widget byte controls
topology: add support for CTL access flags to config file
topology: add support for pasring external ops in conf files
topology: Add ops to bytes control.
topology: Remove unnecessary includes
topology: fix debug output to print correct "max" value.
topology: Quit and show error message on big-endian machines
topology: Not compare a for loop iterator with ABI __le32 variables
topology: Fix comparison of unsigned expression < 0
topology: Remove unused variables
topology: Remove unused function write_data_block()
topology: open topology files with O_TRUNC
topology: Add missing include sys/stat.h
Use Case Manager API
Use alphasort where versionsort is not available.
/include/Makefile.am
Introduce bswap.h for portable definitions of byte swap macros.
Define some types if missing
ALSA Server
coverity fixes
Compatibility routines
Add more compatibility defines.
Introduce bswap.h for portable definitions of byte swap macros.
Define some types if missing
Configuration
Use alphasort where versionsort is not available.
config files - do not include ucm/topology configuration when not requested
Kernel Headers
seq: Provide sequencer sound card number / PID via alsa-lib
Update include/sound/asequencer.h from 4.6-pre kernel uapi
Update include/sound/asound.h from 4.6-pre kernel uapi