v1.20.2:
* zos: use custom semaphore
* win: fix registry API error handling
* build: add support for 64-bit AIX
* aix: guard STATIC_ASSERT for glibc work around
v1.20.1:
* doc,fs: improve documentation
* win: return a floored double from uv_uptime()
* doc: clarify platform specific pipe naming
* unix: fix uv_pipe_chmod() on macOS
* unix: work around glibc semaphore race condition
* tcp,openbsd: disable Unix TCP check for IPV6_ONLY
* test,openbsd: use RETURN_SKIP in UDP IPv6 tests
* test,openbsd: fix multicast test
* Revert "win, fs: use FILE_WRITE_ATTRIBUTES when opening files"
Upstream changes:
0.13 2018-04-22 08:19:00Z
- re-instate testrules.yml file to force serialize testing
0.12 2018-04-20 11:00:09Z
- add rules files for 'prove' and Test::Harness to specify that tests need
to be run serially for now
- support spaces (and other special characters too) in share files (PR #2;
thanks, Shoichi Kaji!)
0.2.11:
- Detect iconv() error more correctly in trietool.
- Clarify package description that search time is O(m), where m is
key length, not O(1), while still claiming that it's independent
of database size.
- Fix trie_state_get_data() on a prefix key.
- Fix reported segfault on full-range alpha map.
Upstream changes:
3.42 - 2018-04-21
* Include 'Changes' (this file) in the distribution.
3.41 - 2018-04-21
* Fix security problem: CWE-134: Use of Externally-Controlled Format String.
* Fix WIDEST_UTYPE.
* Add the following functions:
croak_sv, die_sv, mess_sv, warn_sv, mess, vmess, warn_nocontext,
croak_nocontext, croak_no_modify, croak_memory_wrap, croak_xs_usage.
* Delist functions listed as deprecated or unstable.
* (perl #132876) define API macros on if the NEED_ macro is defined.
* (perl #132876) only define croak_xs_usage()'s assert macro if cxu requested.
* (perl #132761) updates for older perls.
* Do not define PERL_MAGIC_qr more times.
* Do not mask Perl_warn_nocontext and Perl_croak_nocontext.
(Fixes compile errors on older threaded Perl versions.)
* Skip ASCII tests on non-ASCII platforms.
* Skip tests invalid on EBCDIC.
* Will now compile under C++11.
* Documentation improvements.
Upstream changes:
0.13 2018-04-18 00:46:01-07:00 America/Los_Angeles
- allow a single argument to `rand_enum` as long as it's an arrayref
Thanks to NEILB (Neil Bowers) for the suggestion
Thanks to jjatria (José Joaquin Atria) for doing the work
- upgrade to Dist::Zilla
Thanks to jjatria (José Joaquin Atria) for the pull request
- use Test::MockTime to avoid off-by-a-second bogus test failures
Thanks to jjatria (José Joaquin Atria) for the pull request
- fix mismatched docs and implementation for `rand_chars`
now both are correct
Thanks to jjatria (José Joaquin Atria) for the pull request
- better error handling in `rand_time`
Thanks to jjatria (José Joaquin Atria) for the pull request
Upstream changes:
version 3.56 at 2018-04-20 15:42:01 +0000
-----------------------------------------
Change: 1f304574ea4bfd31f0052d1262e257043e673991
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date : 2018-04-20 16:42:01 +0000
Updated for v5.27.11
-----------------------------------------
version 3.54 at 2018-04-14 15:53:18 +0000
-----------------------------------------
Change: 24d6de304aeba48d7cbf82876ecd0b6a41c24919
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Date : 2018-04-14 16:53:18 +0000
Updated for v5.24.4 & v5.26.2
Upstream changes:
2.200011 2018-04-21 10:12:06+02:00 Europe/Oslo
- cwd is now locally added to @INC during config reading (but this can
be disabled by setting add_cwd_to_lib to false)
Update DEPENDS
Upstream changes:
0.56: 21 Apr 2018
- Minor upgrade to minimum required Moo version to help try and flush
out some CPAN smokers failure.
0.55: 11 Apr 2018
- Fix a parsing bug with PyStrings at the end of a scenario, via latk
https://github.com/pjlsergeant/test-bdd-cucumber-perl/pull/127
Upstream changes:
1.06 2018-04-19 15:27:23Z
- merge last commits from adamk's svn repository, which bump the
minimum version of Scalar::Util in some cases (PR #1)
Upstream changes:
2.000005 - 2018-04-20
- update internal list of warnings for categories added in 5.28.0 (no
behaviour change)
2.000004 - 2018-04-19
- update bundled ExtUtils::HasCompiler to 0.021
- update internal list of warnings for categories added in 5.26.0 (no
behavior change)
NEWS:
Changes of Sylpheed
* 3.7.0 (stable)
* The message catalogs were updated.
* 3.7.0beta1 (development)
* The function to export the address book to CSV files was added.
* 'Nick Name' column was added to the address book.
* Context menu was added to the search result of the query search dialog.
* When attaching UTF-16 text files, they are automatically converted
into UTF-8 now.
* Show original From on the summary view if the display-name seems to
be an e-mail address.
* The bug that wrong reply target could be selected when the summary was
sorted by the unread flag (#286).
* Win32: the bug that Japanese characters were overlapped on printings
with some font settings was fixed.
* Win32: the bug that empty lines were not properly spaced on printings
with some font settings was fixed.
TortoiseHg 4.5.3
TortoiseHg 4.5.3 is a regularly scheduled bug-fix release
repowidget: do not stringify 'None' of filter revisions (fixes#5060)
i18n: drop excessive '\' from internal URL of ru translation (fixes#5063)
graphopt: do not build nodes just for flags() (fixes#5061)
TortoiseHg 4.5.2
TortoiseHg 4.5.2 is a regularly scheduled bug-fix release, primarily containing the security fixes in Mercurial 4.5.2
TortoiseHg 4.5
TortoiseHg 4.5 is a quarterly feature release
Bug Fixes
mergetools: add meld with --auto-merge (fixes#4973)
mq: add action for "qpush --move" (closes#4991)
mq: preserve selection on trivial renames (fixes#5004)
mq: trigger delete patches action by Del (closes#4944)
Improvements
chunks: do not apply fontdiff to whole DiffBrowser widget
manifestmodel: do not call begin/endInsertRows() if empty (fixes#5000)
qtapp: do not try to select destroyed signal having no argument (fixes#5020)
qtapp: enable support for HiDPI toolbar icons (fixes#5025)
settings: remove unsupported "fontlist" config knob (fixes#4945)
TortoiseHg 4.4.2
TortoiseHg 4.4.2 is a regularly scheduled bug-fix release
Fixed Bugs
graphopt: in revset_mode don't add edges for revs not in the set (fixes#4935)
guess: replace Model.reset() by begin/endResetModel() (fixes#4967)
qt5: work around incompatibility with QProxyStyle (fixes#4962)
qtapp: convert login username to unicode (fixes#4964)
repomodel: cache repo.branchheads() (refs #4963)
visdiff: coerce type of configbool() value to be passed to setEnabled()
TortoiseHg 4.4.1
TortoiseHg 4.4.1 is a major release, coinciding with Mercurial's 4.4.1 security fix release. The x64 Windows installer packages are now built with Qt5. The x86 Windows installer packages will remain on Qt4. Linux and Mac OS X users can use Qt4 or Qt5, whichever is more stable on your platform.
Installer
Qt5.9.2, PyQt5.9.2
latest versions of hg-git, dulwich and evolve
v1.4.9:
* Converted the build system from autoconf/automake to
cmake. Patches by Github user "evpobr" with fixes by myself.
* Added a code of conduct to the project.
v1.3.6.
* Converted the build system from autoconf/automake to
cmake. Patches by Github user "evpobr" with fixes by myself.
* Fixed undefined behavior when reading signed integers with
negative values from files (though compilers implemented this the
way we wanted them to already).
* Fixed a small memory leak when reading an element runs into an
I/O exception (e.g. due to having reached the end of the file).
* Fixed the EbmlMaster::GetDataStart() function returning wrong
values for elements with an infinite/unknown size.
* Fixed finding the next element ID when garbage data is
encountered during the scan for the ID.
* Fixed several potential situations where reading child element
data could exceed the parent element's size.
* Added a code of conduct to the project.
SLURM is an open-source resource manager designed for Linux clusters of
all sizes. It provides three key functions. First it allocates exclusive
and/or non-exclusive access to resources (computer nodes) to users for some
duration of time so they can perform work. Second, it provides a framework
for starting, executing, and monitoring work (typically a parallel job) on
a set of allocated nodes. Finally, it arbitrates contention for resources
by managing a queue of pending work.
Renamed from parallel/slurm.
OK wiz@
Notable changes since 1.8.0:
* From version 1.9.0 onwards, the urllib was substituted by pythons
request library that is thread safe. If you have any error, post an
issue.