1.8.1
Fixed load_env_levels() and load_argv_levels() #1680 (thanks @Tridacnid ).
Fixed stdout sink that produced extra carriage returns on Windows #1675 (thanks @chris-t-w ).
Fixed msvc_sink including windows.h #1667 (thanks @Ryan-rsm-McKenzie).
Fixed stopwatch's clock to use chrono::steady_clock #1676 (thanks @SuperWig).
Added support for Rcpp (R cpp compiler) #1685 (thanks @eddelbuettel).
1.8.0
Upgraded bundled fmt to version 7.0.3.
New stopwatch utility for quick & easy logging of elapsed time.
Raised CMake requirement to 3.10 and cleanup CMakeLists.txt (#1624). Thanks @tambry.
Added get_level() and should_log() functions to the spdlog:: namespace (#1628). Thanks @eyalroz.
Fixed tcp_client for macOS (#1640). Thanks @dkruempe.
Fixed cfg::load_env_levels() function declaration (#1651). Thanks @bareya.
Updated Fedora install info in the readme (#1653). Thanks @gk6k6k.
Fixed#1617 (aligned function pattern flag is broken). Thanks @VelocityRa for reporting.
Fixed#1581 (compiling under msys in win10).
0.12.0
- Remove support for Python 3.4.
0.11.0
- Added the `match` parameter to `add()`.
- Added `responses.urlencoded_params_matcher()` and `responses.json_params_matcher()`.
v0.11.0
New features:
* h11 now stores and makes available the raw header name as
received. In addition h11 will write out header names with the same
casing as passed to it. This allows compatibility with systems that
expect titlecased header names.
* Multiple content length headers are now merged into a single header
if all the values are equal, if any are unequal a LocalProtocol
error is raised (as before).
Backwards **in**\compatible changes:
* Headers added by h11, rather than passed to it, now have titlecased
names. Whilst this should help compatibility it replaces the
previous lowercased header names.
(pkgsrc)
- githubify
(upstream) .. Following info are the same as dinotrace properl
* Dinotrace 9.4f 2019/10/26
**** Minor cleanups for github repository.
* Dinotrace 9.4e 2016/11/24
**** Fix clang compiler warnings.
* Dinotrace 9.4d 2014/09/12
**** Fix compiler warnings
C99 says that the %15c conversion specifier matches *exactly* 15
characters, so if the process name is shorter than 15 characters,
it is not matched and 0 is returned. Some implementations (such as
glibc) return a match, even with fewer characters than the field
width, but this cannot be assumed.
Instead, use %15[^)], as in upstream commit [0], which matches a
non-empty sequence of characters other than ')'.
[0] ca2b176889
Match the expected variable name in this context and adjust to
(pkglint) recommended style. (I'm not sure some or all of this
handling is actually necessary; it isn't needed in one of my test
environments. I've left it in for now.)
Previously, this had a missing build dependency.
Now this does not install the *.so file listed in the PLIST, so perhaps
there are more optional dependencies. khorben@?
Bump PKGREVISION to be on the safe side.
Upstream changes (from 4.0.4) :
* src/cookie.c Fixed an issue with expires
* src/cookies.c Fixed an issue with persistence
* src/version.c Version increment: 4.0.7
* src/init.c Minor bug fix
* src/auth.c Fixed initialization error
* src/version.c Version increment: 4.0.6
* src/creds.c Fixed an initialization problem
* src/cookies.c Fixed locking issue
* src/url.c Fixed an initialization problem
* src/init.c Fixed an initialization problem
* src/memory.c Formatting change
* src/version.c Version increment: 4.0.5
* src/main.c Added -j/--json-output
* src/init.c Added -j/--json-output - force quiet mode
* src/setup.h Added variable for json output
* doc/siegerc.in Added documentation to the config file
* src/url.c Adding DELETE and OPTIONS support.
* src/browser.c Adding DELETE and OPTIONS support.
* src/http.c Correct capitalization for Content-Type & Content-Length
* src/response.c Handle case of incorrect server response header
* README.md Make readme's title nice
* src/page.c Remove needless memset(2)
* src/cookies.c Bug fix - prevent segfault when getenv(HOME) is null
* src/load.c Bug fix - allow content-type override at cmd line
* src/version.c Version increment: 4.0.4r3
* src/url.c Skipped URL escaping for the host and port
* src/version.c Version increment: 4.0.4r2
* src/sock.c Added support for IPv6
* src/url.c Added support for parsing IPv6 addresses
* src/version.c Version increment: 4.0.4r1
Upstream changes (no version published between 4.2.0 and 4.5.0):
* List registered plugins via pelican-plugins command
* Override settings via -e / --extra-settings CLI option flags
* Add settings for custom Jinja globals and tests
* Customize article summary ellipsis via SUMMARY_END_SUFFIX setting
* Customize Typogrify dash handling via new TYPOGRIFY_DASHES setting
* Support Unicode when generating slugs
* Support Asciidoc .adoc file generation in Pelican importer
* Improve user experience when pelican --listen web server is quit
* Improve Invoke tasks template
* Include tests in source distributions
* Switch CI from Travis to GitHub Actions
* Remove support for Python 2.7
Pkgsrc changes:
* package is now incompatible with lang/python27
* dhcpcd: Backticks have been removed from quoting filenames
* dhcpcd: Only manipulate stdin, stdout and stderr if they are valid
* duid: Adjust option so the type can be specified
* logerr: Don't leak logfile fd to scripts
* privsep: Support SECCOMP on Linux
* privsep: Run the launcher process in the sandbox
* privsep: getifaddrs now carries ifa_data for BSD
* BSD: Use `ifi_link_state` as the single source of truth about carrier
* BSD: Ignore vether(4) devices by default
* Linux: If in a network namespace, don't load udev plugin
Features
config: optionally read .lfsconfig from the repository
Support SHA-256 repositories
allow Go 1.11 builds by using WaitStatus.ExitStatus()
add --worktree option to install and uninstall commands
Allow locking and unlocking non-existent files
Bugs
docs/api/locking: add an explicit
Fix hang when the user lacks permissions
Don't mark unlocked files that aren't lockable as read-only
git: consider full refspec when determining seen refs