TortoiseHg 3.5.2
TortoiseHg 3.5.2 is a regularly scheduled bugfix release.
Bug Fixes
repotab: do not close removed repo in the middle of switching tabs (fixes#4253)
settings: fix noop deletion of unnamed hook (fixes#4289)
shelve: create patchctx by MQ patch name if appropriate (fixes#4308)
Installer
wix: resurrect kdiff3-noauto for bundled kdiff3 (fixes#4309)
Mercurial 3.5.2 (2015-10-01)
Regularly-scheduled bugfix release.
hgweb: use latest mtime for caching tag (issue4814)
largefiles: restore archiving largefiles with hgweb (issue4859)
localrepo: recreate phasecache if changelog was modified (issue4855)
monoblue: fix page subtitle on help pages
unbundle: cleanly abort on unknown bundle2 feature
abcde 2.7.1
* Rebuild of the abcde Makefile. Thanks to Reuben Thomas and Steve
McIntyre as well as ReaperX7, bobzilla, 55020, GazL and dugan from
the Slackware Forums. This closes Issue 4:
http://abcde.einval.com/bugzilla/show_bug.cgi?id=4
* Fix incorrect use of 'break'. Thanks to Reuben Thomas for the
bug report and fix which closes Issue 6:
http://abcde.einval.com/bugzilla/show_bug.cgi?id=6
* Make older versions of id3 happy when 'Genre' field is empty.
Thanks to Martin Husemann for the fix which closes Issue 8:
http://abcde.einval.com/bugzilla/show_bug.cgi?id=8
* Add YEAR and GENRE variables to do_getalbumart(). Thanks to
Johannes Gernemann for this patch which closes issue 9:
http://abcde.einval.com/bugzilla/show_bug.cgi?id=9
* Support added for encoding to True Audio using tta while still
supporting the older ttaenc. Tagging is with mid3v2.
* Support added for encoding to MPEG-1 Audio Layer II (mp2)
with either twolame or FFmpeg / avconv. Tagging with mid3v2.
* Encoding to WavPack with FFmpeg. Some slight changes to WavPack
syntax with backward compatibility built in for abcde 2.7.
* Encoding to m4a container with FFmpeg or avconv. This allows
for alac encoding with FFmpeg's reverse engineered alac encoder.
* AAC encoding with fhgaacenc via Wine. Tagging is provided
by AtomicParsley which has been added back to abcde :). This
allows encoding with HE-AAC v2, unavailable with qaac.
* Support added for AAC encoding with qaac via Wine. This
also allows for Apple Lossless Audio Coding (alac) using
either qaac or refalac. This closes Issue 142, thanks to
Bernd Fischer-Krellenberg for the enhancement request.
* Grab year information too when using musicbrainz. Thanks to
Marco Hoppstaedter for the patch. Closes issue 10:
http://abcde.einval.com/bugzilla/show_bug.cgi?id=10
pkg-config 0.29
===
- Fixed a regression from 0.28 in system -L flag handling. If the pc
file has multiple system -L flags, every other flag will be left as
is. Thanks to Andrew Oakley for the fix. (#78077)
- Quoting of variables queried through --variable is removed so that the
output can be used verbatim in subsequent shell commands. Thanks to
Marek Kasik for the fix. (#67904)
- Fixed a regression from 0.28 in -L flag handling on Windows. A .libs
suffix was inadvertantly being added to the library path.
- Added a --validate option to check pc file syntax. This works just
like --exists, but package dependencies are disabled. (#7000)
- Added the PKG_PREREQ autoconf macro. Whereas PKG_PROG_PKG_CONFIG is
used to check the version of the pkg-config tool, this is used to
check the version of the pkg-config autoconf macros in use.
- Added the PKG_CHECK_MODULES_STATIC autoconf macro. This will
temporarily add --static to the pkg-config calls while invoking
PKG_CHECK_MODULES. (#19541)
- Many fixes to the testsuite for Windows. It should now pass for a
MinGW, Cygwin, and cross-compiled MinGW using Wine for test execution.
(#66939)
- More consistent handling of prefix redefinition. On Windows, the
prefix was always being redefined based on the pc file path. This
feature can now be enabled or disabled at runtime on all platforms
using the --define-prefix and --dont-define-prefix options. (#63602)
- Continue listing packages with --list-all even if there are errors in
pc files. (#26615)
- Various documentation improvements. (#62018, #62374, #66155)
- Fixed a bug when multiple -isystem arguments are used. (#72584)
- pkg-config is now built with largefile support to ensure that it works
correctly on filesystems with 64 bit inodes. Thanks to Peter Jones for
the fix. (#90078)
- Bugs fixed: 7000, 19541, 26615, 62018, 62374, 63602, 66155, 66939,
67904, 70690, 72584, 78077, 80378, 80380, 89267, 90078, 90437, 92002.
Another stable release of xkeyboard-config is out there!
Andriy Rysin (1):
Move apostrophe U+0027 to the first level and add U+02BC one to
ua(unicode)
Benjamin Tissoires (1):
Add support for chromebooks layout
Giuseppe Bilotta (1):
Add missing semicolons in symbols/inet
Roland Kaufmann (1):
Undo incompatible us(dvp) layout additions
Sascha Brawer (1):
Define a keyboard layout for the Ol Chiki script
Sergey Udaltsov (11):
new layout - Russian Phonetic Czech
Correct capitalization and naming of us(dvp) "Programmer Dvorak"
added swap_lalt_lwin
fixed Icelandic Dvorak
Broken xml fixed
Fixed mac file, use utf-8
Added Teck keyboard
added missing Teck file
Version 2.15.99
prerelease translation sync
Release 2.16
Tomi Leppänen (1):
Added Finnish DAS layout
The warning that "return undef" is bad must be taken with great care.
Although perlcritic explains it a lot and warns to think before simply
fixing it, it doesn't mention that in some cases a simple "return" means
"return '0'", which had happened here.
Upstream changes:
2.23 Wed Oct 14 09:11:00 2015
- Add the utf8 BOM to this file. Let's hope the CPAN toolchain can cope. If it can't, another
version of the code will have to be released.
- Fix read() and write() so they work on files called '0' (zero). See RT#107754.
Many thanx to Григорий Кудренко for the report and patch.
- Add t/05.zero.t and t/0 to test the new code.
- Reformat the source slightly.
Upstream changes:
6.24 2015-10-13
- Improved session security by not storing secrets in the stash and making
CSRF tokens much harder to guess.
- Improved commands to show all options that can affect their behavior.
- Fixed bug in Mojo::JSON::Pointer that prevented JSON Pointers with trailing
slash from working correctly. (dolmen)
- Fixed support for domains with trailing dot in Mojo::URL.
6.23 2015-10-06
- Improved documentation browser CSS.
- Fixed bug in Mojo::Transaction::WebSocket where an unsupported protocol
could be selected automatically.
- Fixed input record separator bug in Mojo::Util. (Zoffix, sri)
- Fixed small redirect bug in Mojo::UserAgent::Transactor.
6.22 2015-09-26
- Improved Mojo::JSON by reusing JSON::PP boolean constants.
- Improved uniq method in Mojo::Collection to accept a callback. (CandyAngel)
- Improved first and grep methods in Mojo::Collection to be able to call
methods.
- Improved support for empty attributes in Mojo::DOM::HTML.
* Removed needless check for MD5; all packages have been migrated already
* Made the code simpler by not relying on state transitions
* Allowed the newly introduced SHA512 to be mentioned in distinfo
Set PKG_CONFIG to empty as it removes reference to the build directory.
Add checks for the presence of SSLv3 in OpenSSL/LibreSSL - obtained from
http://www.libressl.org/patches.html
Fix typo in comment s/refrect/reference.
Reviewed by taca@ wiz@
Set PKG_CONFIG to empty as it removes reference to the build directory.
Add checks for the presence of SSLv3 in OpenSSL/LibreSSL - obtained from
http://www.libressl.org/patches.html
Fix typo in comment s/refrect/reference.
Set shell used during configure stage to bash on OpenBSD & Bitrig
due to pdksh incompatibility.
Reviewed by taca@ wiz@
Set PKG_CONFIG to empty as it removes reference to the build directory.
Add checks for the presence of SSLv3 in OpenSSL/LibreSSL - obtained from
http://www.libressl.org/patches.html
Fix typo in comment s/refrect/reference.
Reviewed by taca@ wiz@
Packaged in pkgsrc-wip by Jason Bacon.
BWA is a software package for mapping low-divergent sequences against a large
reference genome, such as the human genome.
Announcement: GnuCash 2.6.9 Release 2015-09-27
The GnuCash development team humbly announces GnuCash 2.6.9, the
eighth maintenance release in the 2.6-stable series, a snap release
to repair a serious bug on Microsoft Windows. Please take the tour
of all the new features.
Changes
Between 2.6.8 and 2.6.9, the following bugfixes were accomplished:
Bug #755920 - Crash (Freeze) when using File Save As.. in
Windows OS Fix termination of the loop so that it's not dependent
upon Linux paths
Bug #755778 - Test failure: test-engine: duplicate test case paths.
Bug #755781 - Files with copyright but no grant of license.
Translations Updated: German.
pkgsrc changes (no functional changes intended):
o unset USE_LANGUAGES
o use NO_BUILD instead of defining an empty do-build target
Changes:
# Version 2.015 (release build)
Changes vs. release v2.013:
- new vertical metrics = decreased line spacing height - Issues #28, #32, #39,
#41, #95, #103
- adjusted vertical position of the colon to a higher position, improves
alignment with other punctuation glyphs (U+003A) - Issue #66
- changed vertical position of the dash (U+002D) so that regular and oblique,
bold and bold oblique are properly aligned - Issue #107
- updated hinting algorithm for bold set (improved point position over stem of
lowercase j/i for some text sizes) - Issue #84
- underscore (U+005F) centered, increased width, increased height & aligned
vertical position closer to baseline - Issues #97, #98, #100, 103,
- increased vertical position of dieresis mark on lowercase u dieresis
(U+00FC) - Issue #61
- increased vertical position of dieresis mark on lowercase i dieresis (U+00EF)
- increased vertical position of dieresis mark on lowercase e dieresis (U+00EB)
- decreased vertical position of the asterisk (U+002A) - Issue #34
- new design for ascii tilde - broader curves, taller glyph with goal to
improve appearance at small text sizes where it tended to render like a dash
(U+007E) - Issue #37
- new ttf build autohinting script
(./postbuild_processing/tt-hinting/autohint.sh)
- new ttf build autohinting Control Instructions File - bold set
(./postbuild_processing/tt-hinting/Hack-Bold-TA.txt)
- new ttf build release script (./postbuild_processing/tt-hinting/release.sh)
- new web font release script
(./postbuild_processing/webfonts/releasewebfonts.sh)
- new vfb to UFO source file conversion script (./tools/makeufo.sh)
- new UFO source file types - includes separate source files for TrueType
(`*-TT.ufo`) and PostScript (`*-PS.ufo`) releases
- source file path changes: now includes separate `ufo` and `vfb` directories
under the `./source` repository directory
- Hack Open Font license updated to version 2.0. The license changes better
define the Hack project as a derivative project of the Bitstream Vera Sans
Mono typeface project and are intended to make the license more consistent
with the Bitstream Vera libre, open source license under which Hack is
co-licensed. There are no new restrictions on use of the fonts with these
license changes. Embedding permissions are made explicit in this version
of the Hack Open Font license.
# Version 2.013 (release build)
Changes vs. release v2.010:
- Fixed missing middle dot glyph (U+00B7), adjusted width of U+00B7 em box to
address spacing issues in editors that highlight empty spaces
(Issues #27 & #46)
- Powerline glyph alignment and size adjustments (Issue #33)
- Fixed name tables to address:
- incorrect oblique rendering with Java type renderers on OS X (Issue #26)
- incorrect italic + bold + bold oblique rendering in some syntax
highlighters (Issues #42, #50, #60)
- backslash character took inappropriate vertical alignment because of
incorrect slant angle in some editors (Issue #67)
- Changed oblique and bold oblique font names to "Hack Italic" and "Hack Bold
Italic" to address Windows listings
- Changed oblique and bold oblique webfont names to "hack-italic-webfont.[xxx]"
and "hack-bolditalic-webfont.[xxx]"
- Changed oblique and bold oblique basic Latin + Latin-1 webfont subsets to the
names "hack-italic-latin-webfont.[xxx]" and
"hack-bolditalic-latin-webfont.[xxx]"
- Changed license name from "Modified SIL Open Font License" to "Hack Open Font
License" to comply with SIL regulations for SIL Open Font License
modifications
- Removed all license references to SIL to comply with SIL regulations for
modifications of the SIL Open Font License
- Removed SIL Open Font License preamble from the Hack Open Font License to
comply with SIL regulations for modifications of the SIL Open Font License
- Removed the following statement from Hack Open Font License condition #3:
"This restriction only applies to the primary font name as presented to the
users." to address a reserved font name conflict with the Bitstream Vera
license
- Modified the build directory structure for the Hack web fonts
- Added Hack webfont CSS files to the build directory
OpenConnect v7.06 (PGP signature) — 2015-03-17
Fix openconnect.pc breakage after liboath removal.
Refactor Juniper Network Connect receive loop.
Fix some memory leaks.
Add Bosnian translation.
OpenConnect v7.05 (PGP signature) — 2015-03-10
Fix alignment issue which broke LZS compression on ARM etc.
Support HTTP authentication to servers, not just proxies.
Work around Yubikey issue with non-ASCII passphrase set on pre-KitKat Android.
Add SHA256/SHA512 support for OATH.
Remove liboath dependency.
Support DTLS v1.2 and AES-GCM with OpenSSL 1.0.2.
Add OpenSSL 1.0.2 to known-broken releases (RT#3703, RT#3711).
Fix build with OpenSSL HEAD (OpenSSL 1.1.x).
Preliminary support for Juniper SSL VPN.