Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
That package was removedi and caused pkglint errors like:
ERROR: ../../lang/php/ext.mk:25: Cannot read
"./../../lang/php55/Makefile.common".
So update to later php56.
I don't understand why the ChecklinesDistinfo function in distinfo.go
has an exception for the php patches directory but changed there too.
I received an okay on packages@ list.
Note that the make check for the pkglint package failed for me
but the pkglint worked for me in my tests of some php using packages.
Increase version of pkglint.
|
|
Otherwise the flag may be misinterpreted by linker (e.g. Apple's ld).
|
|
|
|
Collection.
httpstat visualizes curl(1) statistics in a way of beauty and clarity.
|
|
|
|
|
|
|
|
|
|
## 1.0.3 (2016-09-30)
- Treat comma as normal character in HTTP::Cookie.cookie_value_to_hash
instead of key-value pair separator. This should fix the problem
described in CVE-2016-7401.
|
|
|
|
Jenkins 2 is a drop-in replacement of the Jenkins 1.x series of
releases and fully backward compatible.
2.7.4 (2016-09-08)
- Prevent File descriptor leaks when reading plugin manifests. It
causes failures during the upgrade of detached plugins on
Windows.
2.7.3 (2016/08/31)
- Stop A/B testing of the remoting JNLP3 protocol due to the known
issues. The protocol can be enabled manually via the
jenkins.slaves.JnlpSlaveAgentProtocol3.enabled system property.
- When checking Update Center, append ?uctest parameter to HTTP
and HTTPS URLs only.
- Ensure that detached plugins are always at least their minimum
version.
- Remove trailing space from Hudson.DisplayName in Spanish, which
resulted in problems with Blue Ocean.
- Make sure that the All view is created.
- Incorrect formatting of messages in the Update Center and Setup
Wizard.
- Underprivileged users were unable to use the default value of a
password parameter.
- Properly handle exceptions during global configuration form
submissions when SCM Retry Count field is empty.
- Do not allow disabled project to be triggered remotely.
- Ensure that SCMDescriptor.newInstance overrides are honored when
creating new SCM entries.
- Add a cache for user information to fix performance regression
due to SECURITY-243.
- Performance: Disable AutoBrowserHolder by default to improve the
changelog rendering performance.
- Honor non-default update sites in setup wizard.
2.7.2 (2016/08/03)
- Always send usage statistics over HTTPs to the new
usage.jenkins.io hostname.
- Fix issues in file management in hudson.remoting.Launcher (main
executable class).
- Remoting 2.60: Fix potential file handle leaks during the build
agent (FKA slave) startup. issue 35190)
- Remoting 2.60: Proper handling of the no_proxy environment
variable.
- Performance: Improve configuration page load times by removing
the CodeMirror reloading cycle.
- Remoting 2.60: hudson.Remoting.Engine#waitForServerToBack now
uses credentials for connection.
- IllegalStateException under certain conditions when reloading
configuration from disk while jobs are in the queue.
- Allow keeping builds forever with custom build retention
strategies.
- Remoting 2.60: Make the channel reader tolerant against Socket
timeouts.
2.7.1 (2016/07/06)
Changes from 2.7:
- Installation Wizard: Do not offer creating new admin user if the
security is preconfigured.
- API: Make it easier for UpdateSites to tweak the
InstallationJob.
- Fix the repeatable item delete button layout in Safari.
Addresses Build Steps and other such configuration items.
- Prevent NullPointerException on startup after update from
Jenkins 2.5.
- Explicitly declare compatibility of Windows build agent service
with .NET Framework 4.
- Honor noProxy settings from "Manage Jenkins > Manage Plugins >
Advanced".
- API: Restrict external usages of
jenkins.util.ResourceBundleUtil.
- Internal: Upgrade Groovy to 2.4.7 to finalize the fix in Jenkins
2.7.
Notable changes since 1.651.3:
- More detailed information about the new features in Jenkins 2 on
the overview page. Note that AJP support has been removed, if
your service script enables it, Jenkins will fail to start.
- New password-protected setup wizard shown on first run to guide
users through installation of popular plugins and setting up an
admin user.
- Plugin bundling overhaul: Bundled plugins are only installed if
necessary when upgrading, all plugins can be uninstalled.
- Redesigned job configuration form makes it easier to understand
the option hierarchy, and to navigate the form.
- Richer 'Create Item' form with job icons and job categories
(once a threshold of three categories has been reached).
- Support encrypted communication between master and JNLP slaves.
- Enable disabled dependencies during plugin installations.
- Force ordering between GPG and jarsigner to ensure correct GPG
signature.
- Secured Jenkins installations didn't properly save the queue on
shutdown.
- Upgrade wizard encourages installation of Pipeline related
plugins when upgrading from 1.x.
- Jenkins now requires Servlet 3.1. Upgraded embedded
Winstone-Jetty to Jetty 9 accordingly. This removes AJP support
when using the embedded Winstone-Jetty container.
- Bundled Groovy updated from 1.8.9 to 2.4.7.
- Moved tools configuration from Configure Jenkins to separate
dialog.
- Added option to prohibit anonymous access to security realm
"Logged in users can do anything", enable by default.
- Renamed 'slave' to 'agent' on the UI.
- Improvements to inline documentation of numerous form fields in
Jenkins global and job configuration.
- Change default CSRF protection crumb name to Jenkins-Crumb for
nginx compatibility.
- Add symbol annotations on core.
- Workaround for unpredictable Windows file locking.
- Remove the historical initialization of CVS changelog parser for
jobs without explicit SCM definition. Warning! This change may
potentially cause a regression if a Jenkins plugin depends on
this default behavior and injects changelogs without SCM.
- Add the JOB_BASE_NAME environment variable to builds (job name
without path).
- Allow overriding Jenkins UpdateCenter by a custom
implementation.
- Allow overriding Jenkins PluginManager by a custom
implementation.
- Allow setting of properties from context.xml and web.xml in
addition to setting system properties from the command line.
- Remoting: Allow Jenkins admins to adjust the socket timeout.
(Controlled by hudson.remoting.Engine.socketTimeout)
- Remoting: Allow disabling the remoting protocols individually.
Allows working around compatibility issues like JENKINS-34121.
(Controlled by PROTOCOL_CLASS_NAME.disabled)
- Remoting, scalability: Ensure that the unexporter cleans up
whatever it can each GC sweep.
- Remoting: Force class load on UserRequest to prevent deadlocks
on Windows nodes agents in the case of multiple classloaders.
(Controlled by hudson.remoting.RemoteClassLoader.force)
- Make ToolInstallers to follow HTTP 30x redirects.
- Disable JSESSIONID in URLs when running in the JBoss web
container. It prevents Error 404 due to invalid links starting
from Jenkins 1.556. More info: WFLY-4782
- Allow starting non-AbstractProject (e.g. Pipeline) jobs from
CLI.
- Plugin Manager was building incorrect list of bundled plugins
for nested dependencies.
- Developer API: Add WorkspaceList.tempDir(...).
- Developer API: Allow putting @Initializer annotations on
instance methods.
- Developer API: Allow specifying custom AbortExceptions.
1.651.3 (2016/06/08)
- Cannot enable disabled dependencies.
- Listed Parameters should reflect what was used when the build
ran.
- Installation Wizard: SEVERE errors in logs, enabling of the
enabled plugin.
- Check Updates PeriodicWork dies horribly in the case of invalid
signature.
- RSS ID duplication for items with same name in different
folders.
- Remoting, scalability: Ensure that the unexporter cleans up
whatever it can each GC sweep.
- Remoting: Force class load on UserRequest to prevent deadlocks
on Windows nodes agents in the case of multiple classloaders.
(Controlled by hudson.remoting.RemoteClassLoader.force)
- Remoting: Allow Jenkins admins to adjust the socket timeout.
(Controlled by hudson.remoting.Engine.socketTimeout)
- Remoting: Allow disabling the remoting protocols individually.
Allows working around compatibility issues like JENKINS-34121.
(Controlled by PROTOCOL_CLASS_NAME.disabled)
1.651.2 (2016/05/11)
- Important security fixes
- Update remoting to 2.57.
- Pipeline runs not reliably started after restart when using
Build after other projects are built.
- Prevent badges in build history sidepanel widget from
overlapping page contents.
- Do not hardcode .bat extension for Maven on Windows.
- Don't store redundant build causes, make list of build causes
immutable.
- Make context meny link Delete Project work with CSRF protection
enabled.
1.651.1 (2016/04/14)
Changes from 1.651:
- Honor the option to opt out of usage statistics submission.
- Plugin filters were failing to be removed and blocking restart.
- Do not fail update center check if there are no tool installers
defined.
- Fix argument masking for sensitive build variables on Windows.
- Under some conditions Jenkins startup could fail because of
incorrectly linked extensions; now recovering more gracefully.
- Multiple bug fixes related to shutdown sequence.
Notable changes since 1.642.3:
- Move periodic task log files from JENKINS_HOME/*.log to
JENKINS_HOME/logs/tasks/*.log and rotate them periodically
rather than overwrite every execution.
- Allow changing the directory used for the extraction of plugin
archives via the --pluginroot CLI option (also controllable via
the hudson.PluginManager.workDir system property / context
parameter. Also document the --webroot CLI parameter in java
-jar jenkins.war --help
- Unify CLI exit code semantics.
- Add time zone to generation date in footer in most locales.
- The Windows service wrapper now specifies the --webroot argument
to extract the war file into %BASE%.
- Allow retrying core update when the first attempt failed.
- Allow specifying the default TCP slave agent listener port via
system property.
- Fix documentation of proxy configuration.
- Retrieve tool installer metadata from all update sites.
- Fields on the parameters page are no longer aligned at the
bottom.
- Cleanup of CLI error handling and return codes.
- Boot failure hook script did not work,
WebAppMain.contextDestroyed produces weird errors.
- ArrayIndexOutOfBoundsException when parsing range set.
- Generate new instance identity file when the existing one is
found to be corrupt.
- Developer: The official parent POM for plugins is now hosted in
the plugin-pom repository, starting with version 2.0.
- API changes: Add a reusable implementation of IdleOfflineCause
class.
- Developer: Split test harness into separate artifact.
- Developer: Pass $it to contents of dropdownDescriptorSelector.
1.642.4 (2016/03/31)
- Honor the option to opt out of usage statistics submission.
1.642.3 (2016/03/16)
- Fields on the parameters page are no longer aligned at the
bottom.
- Under some conditions a build record could be loaded twice,
leading to erratic behavior.
1.642.2 (2016/02/24)
- Important security fixes
- Don't submit usage statistics while Jenkins hasn't finished
loading.
- Performance regression when setting JDK installations.
- Renaming a node over another was possible and destroys both
configurations.
- A CloudProvisioningListener can prevent provisioning of all
clouds instead of just the targeted cloud.
- GroovyHookScript needs Jenkins to be initialized but should not
(for e.g. boot failure script).
- Don't show "termination trace" as warning in the log as
it's not necessarily an error condition.
1.642.1 (2016/01/20)
- No changes compared to 1.642
|
|
Already merged upstream.
|
|
|
|
Changes not found.
|
|
|
|
1.0.0
=====
- Only version changed
0.99.0
======
- Fix build on OS X
All contributors to this release:
- Tomasz Pajor <tomek@polishgeeks.com>
- Jens Georg <mail@jensge.org>
0.20.18
=======
- Retry description URL on failure.
Bugs fixed in this release:
- https://bugzilla.gnome.org/show_bug.cgi?id=694450
All contributors to this release:
- Jens Georg <mail@jensge.org>
- Jozef Šiška <jozef.siska@streamunlimited.com>
0.20.17
=======
- Update autogen.sh from GNOME template
- Cache user agents by IP
- Remove intltool
- Use newTargetValue in light example
Bugs fixed in this release:
- https://bugzilla.gnome.org/show_bug.cgi?id=653894
- https://bugzilla.gnome.org/show_bug.cgi?id=763945
- https://bugzilla.gnome.org/show_bug.cgi?id=764050
All contributors to this release:
- Jens Georg <mail@jensge.org>
- Philip Withnall <philip@tecnocode.co.uk>
0.20.16
=======
- Don't hardcode python path in gupnp-binding-tool
- Check for IFA_FLAGS to not bind ourselves to a recent kernel version
- Add missing m4 files
- Fix issues with introspection
- Make GUPnPServiceAction boxed
- Some JavaScript examples
- Distribute VAPI file in tarball
Bugs fixed in this release:
- https://bugzilla.gnome.org/show_bug.cgi?id=760217
- https://bugzilla.gnome.org/show_bug.cgi?id=760430
- https://bugzilla.gnome.org/show_bug.cgi?id=761265
All contributors to this release:
- Jens Georg <mail@jensge.org>
- Ting-Wei Lan <lantw@src.gnome.org>
0.20.15
=======
- Remove gnome-common
- Fix issue with gupnp_service_signals_autoconnect() blocking endlessly.
- Fix return type for BIN_HEX.
- Update some m4 macros.
- Fix typos in API docs.
NetworkManager context manager:
- Fix use-after-free issue.
- Fix various static code analysis findings.
Netlink context manager:
- Use proper macros for RTM_*ADDRESS messages.
- Use device name from netlink.
- Add possibility to dump received netlink packets for debugging.
- Fix issues with losing contexts after DHCP renew happens.
- Some style fixes.
Added/updated dependencies:
- GSSDP >= 0.14.13
Bugs fixed in this release:
- https://bugzilla.gnome.org/show_bug.cgi?id=736365
- https://bugzilla.gnome.org/show_bug.cgi?id=741257
- https://bugzilla.gnome.org/show_bug.cgi?id=750936
- https://bugzilla.gnome.org/show_bug.cgi?id=752490
- https://bugzilla.gnome.org/show_bug.cgi?id=759000
All contributors to this release:
- Jens Georg <mail@jensge.org>
- Debarshi Ray <debarshir@gnome.org>
- Olivier Crête <olivier.crete@collabora.com>
- Guillaume Marquebielle <guillaume.marquebielle@parrot.com>
- Bastien Nocera <hadess@hadess.net>
0.20.14
=======
Changes since 0.20.13:
Added/updated dependencies:
GLib 2.0 >= 2.40.0
- Simplify UUID handling.
Bugs fixed in this release:
- https://bugzilla.gnome.org/show_bug.cgi?id=743072
- https://bugzilla.gnome.org/show_bug.cgi?id=744221
All contributors to this release:
- Jens Georg <mail@jensge.org>
|
|
|
|
0.99.0
======
- Don't leak arp lookup symbol
- Minor documentation updates
All contributors to this release:
- Jens Georg <mail@jensge.org>
0.14.16
=======
- Fill the interface index for bionic.
- Remove unused include.
- Fix interface lookup on Win32
Bugs fixed in this release:
- https://bugzilla.gnome.org/show_bug.cgi?id=762455
- https://bugzilla.gnome.org/show_bug.cgi?id=765688
- https://bugzilla.gnome.org/show_bug.cgi?id=765709
All contributors to this release:
- Aurélien Chabot <aurelien.chabot@parrot.com>
- Jens Georg <mail@jensge.org>
- Florian Zwoch <fzwoch@gmail.com>
0.14.15
=======
- Actually use the TTL that was set by the user
- Use if_nametoindex instead of IOCTL when available
- Implement a User Agent cache based on SSDP packages
- Fix potential strncpy overflow
- Add missing m4 macros
- Disable PKTINFO on OS X
- Do not leak host_addr in clients.
Bugs fixed in this release:
- https://bugzilla.gnome.org/show_bug.cgi?id=653894
- https://bugzilla.gnome.org/show_bug.cgi?id=762324
- https://bugzilla.gnome.org/show_bug.cgi?id=764677
All contributors to this release:
- Jens Georg <mail@jensge.org>
- Philip Withnall <philip.withnall@collabora.co.uk>
- Philip Withnall <philip@tecnocode.co.uk>
0.14.14
=======
- Fix warning if the IP address is not known.
- Fix issue with discovery.
Bugs fixed in this release:
- https://bugzilla.gnome.org/show_bug.cgi?id=760702
All contributors to this release:
- Jens Georg <mail@jensge.org>
- Philip Withnall <philip@tecnocode.co.uk>
0.14.13
=======
- Make "host-ip" of GSSDPClient a construction property to give the caller the
chance to bypass the IP autodetection during client creation.
All contributors to this release:
- Jens Georg <mail@jensge.org>
0.14.12.1
=========
- Update m4 macros from autoconf-archive.
Bugs fixed in this release:
- https://bugzilla.gnome.org/show_bug.cgi?id=758778
All contributors to this release:
- Jens Georg <mail@jensge.org>
0.14.12
=======
- Fix issues with names of loopback device on *BSD.
- Move gtest code one level up and examples to their own folder.
- Fix a possible NULL derefence in gssdp-device-sniffer.
- Remove use of gnome-common for building.
Bugs fixed in this release:
- https://bugzilla.gnome.org/show_bug.cgi?id=743070
All contributors to this release:
- Jens Georg <mail@jensge.org>
- Thomas Klausner <tk@giga.or.at>
|
|
|
|
Adds FiraSansCondensed and FiraMono-Medium.
|
|
|
|
|
|
CHANGES.txt - 2.2.0 - 2016-09-13
--------------------------------
CHANGES IN CUPS V2.2.0
- Normalized the TLS certificate validation code and added additional
error messages to aid troubleshooting.
- http*Connect did not work on Linux when cupsd was not running
(Issue #4870)
- The --no-remote-any option of cupsctl had no effect (Issue #4866)
- http*Connect did not return early when all addresses failed
(Issue #4870)
CHANGES IN CUPS V2.2rc1
- Updated the list of supported IPP Everywhere media types.
- The IPP backend did not validate TLS credentials properly.
- The printer-state-message attribute was not cleared after a
print job with no errors (Issue #4851)
- The CUPS-Add-Modify-Class and CUPS-Add-Modify-Printer operations did
not always return an error for failed adds (Issue #4854)
- PPD files with names longer than 127 bytes did not work (Issue #4860)
- Updated localizations (Issue #4846, PR #4858)
CHANGES IN CUPS V2.2b2
- Added Upstart support (PR #4825)
- CUPS now supports Let's Encrypt certificates on Linux.
CHANGES IN CUPS V2.2b1
- All CUPS commands now support POSIX options (Issue #4813)
- The scheduler now restarts faster (Issue #4760)
- Improved performance of web interface with large numbers of jobs
(Issue #3819)
- Encrypted printing can now be limited to only trusted printers and
servers (<rdar://problem/25711658>)
- The scheduler now advertises PWG Raster attributes for IPP Everywhere
clients (Issue #4428)
- The scheduler now logs informational messages for jobs at LogLevel
"info" (Issue #4815)
- The scheduler now uses the getgrouplist function when available
(Issue #4611)
- The IPP backend no longer enables compression by default except for
certain raster formats that generally benefit from it
(<rdar://problem/25166952>)
- The scheduler did not handle out-of-disk situations gracefully
(Issue #4742)
- The LPD mini-daemon now detects invalid UTF-8 sequences in job,
document, and user names (Issue #4748)
- The IPP backend now continues on to the next job when the remote
server/printer puts the job on hold (<rdar://problem/24858548>)
- The scheduler did not cancel multi-document jobs immediately
(<rdar://problem/24854834>)
- The scheduler did not return non-shared printers to local clients
unless they connected to the domain socket (<rdar://problem/24566996>)
- The scheduler now reads the spool directory if one or more job cache
entries point to deleted jobs (<rdar://problem/24048846>)
- Added support for disc media sizes (<rdar://problem/20219536>)
- The httpAddrConnect and httpConnect* APIs now try connecting to
multiple addresses in parallel (<rdar://problem/20643153>)
- The cupsd domain socket is no longer world-accessible on macOS
(<rdar://problem/7542560>)
- Interface scripts are no longer supported for security reasons
(<rdar://problem/23135640>)
- Added a new cupsHashData API and support for hashed job passwords
(<rdar://problem/20221502>)
- Localization fixes (<rdar://problem/25292403>,
<rdar://problem/25461517>, Issue #4041, Issue #4796)
- Documentation changes (Issue #4624, Issue #4781)
- Packaging fixes (PR #4832)
|
|
|
|
|
|
|
|
|
|
lib: Add nghttp2_option_set_max_deflate_dynamic_table_size() API function (GH-684)
lib: Allow NGHTTP2_ERR_PAUSE from nghttp2_data_source_read_callback (GH-671)
lib: Add nghttp2_session_get_hd_deflate_dynamic_table_size() and nghttp2_session_get_hd_inflate_dynamic_table_size() API functions to get current HPACK dynamic table size (GH-664)
lib: Add nghttp2_session_get_local_settings() API function (GH-664)
lib: Add nghttp2_session_get_local_window_size() and nghttp2_session_get_stream_local_window_size() API functions (GH-664)
build: Add -lsocket -lnsl to APPLDFLAGS for solaris build (GH-674)
neverbleed: Update neverbleed to support ECDSA certificate
doc: Mention --enable-lib-only configure option in README
integration: Fix test failure with go1.7.1
src: Fix compile error with openssl 1.1.0
nghttpx: Improve performance with HTTP/1.1 backend when request body is involved
nghttpx: Use std::atomic_* overloads for std::shared_ptr if available
nghttpx: Migrate backend stream to another h2 session on graceful shutdown
nghttpx: Add option to specify HPACK encoder/decoder dynamic table size
nghttpx: Log client address
nghttpx: Add tls_sni to mruby Nghttpx::Env class
nghttpx: Add --frontend-http2-window-size option, and its family functions
nghttpx: Add experimental TCP optimization for h2 frontend
nghttpx: Workaround for std::make_shared bug in Xcode7, 7.1, and 7.2 (GH-670)
nghttpx: Fix bug that bytes are doubly counted to rate limit for TLS connections
nghttpx: Add --no-server-rewrite option not to rewrite server header field (GH-667)
nghttpx: Retry if backend h1 connection cannot be established due to timeout
nghttpx: Reset stream if invalid header field is received in h2
nghttpx: Add --server-name option to change server response header field (GH-667)
nghttpd: Add --encoder-header-table-size option
nghttp: Add --encoder-header-table-size option
python: Support ALPN, require Python 3.5
|
|
|
|
2016-09-20 7.0.3-1 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.3-1, GIT revision 18851:ad91ea8:20160920.
2016-09-16 7.0.3-1 Dirk Lemstra <dirk@lem.....org>
* Added layer RLE compression to the PSD encoder.
* Added define 'psd:preserve-opacity-mask' to preserve the opacity mask
in a PSD file.
* Fixed issue where the display window was used instead of the data window
when reading EXR files (reference
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&p=137849).
|
|
Add a comment to note the removal of option.
Discussed on pkgsrc-users@
http://mail-index.netbsd.org/pkgsrc-users/2016/09/29/msg023796.html
|
|
|
|
3.22.0
- simplified input-table-symbolic
- opacity fixes for networking-vpn-acquring
- invisible go-down-symbolic
3.21.91
- user-available-symbolic transparency fix
- calculator app icon update
- fixed cursors
- folder-download-symbolic style fixes
- vertical visual centering for go-up, go-down-symbolic icons
3.21.2
- network-wireless-connected improvements
- document-edit, text-editor, modem-symbolic shape improvement
- baseline-align folders
- reshape folders
- add a context-menu cursor
- improve grab and dnd-no-drop cursors
|
|
|
|
|
|
---- Version 8.12.4 - 2016-09-25 ----
%%gutter added
(asked by Paul Hardy)
Check if spaces in PostScript font names
(reported by Dave Marcus)
Fix loss of computed PostScript values on page break with SVG output
(reported by David Lacroix)
Fix 'ghosts' at bottom of page when justified or centered text in page
(reported by Hudson Lacerda)
---- Version 8.12.3 - 2016-08-25 ----
Fix bad shape of cresc/dimin on next line after continuation
(reported by David Lacroix)
Fix bad scan of %%tuplets
(reported by David Lacroix)
---- Version 8.12.2 - 2016-08-24 ----
Handle long decorations on second repeats
(reported by Timm Reasbeck)
Add 4th parameter to %%tuplets ('where')
(asked by Ben)
Treat back the long decorations in overlayed voices ending
on a measure bar
(reported by David Lacroix)
Fix 'ghosts' at top of page when justified or centered text in page
(fixed by Hudson Lacerda)
Fix bad scale with '-s' when %%scale inside ABC
(reported by Hudson Lacerda)
---- Version 8.12.1 - 2016-08-05 ----
Fix bad alternate heads since 8.12.0
---- Version 8.12.0 - 2016-08-05 ----
Handle glissendo on chords
(reported by Timm Reasbeck)
Fix bad SVG output when text decoration before glissendo
Fix bad note head replacement when defined as a string since 8.5.0
Fix bad tie error when crossing a meter change
(reported by David Lacroix and Jean-Luc Zins)
Clash of ties on second interval chord
(reported by David Lacroix)
---- Version 8.11.7 - 2016-06-24 ----
Loss of decoration when same long decorations
in 2 voices of the same staff
(reported by Hudson Lacerda)
Do the overlay voice inherit of the note map (%%voicemap)
(reported by Gerhard Schacherl)
Crash when more than 16 lyric lines (w:)
(reported by Eric Reinbold)
Accept %%format in tune headers
(reported by Timm Reasbeck)
---- Version 8.11.6 - 2016-05-30 ----
%%rbdbstop added
(asked by Hudson Lacerda)
Stop back again the repeat brackets on ||, [| and |]
(asked by Bernhard Weichel)
Don't move the symbols of an empty staff if the staff is displayed
elsewhere in the music line
Don't shift whole notes on voice overlap
%%graceword added
(asked by Manavasu)
Fix clash of notes of 1st and 3rd voices when on a same staff
(reported by David Lacroix)
---- Version 8.11.5 - 16/05/01 ----
Adjust the endpoints of the glissendo
Fix loss of tie on new repeat when previous note is tied
Fix bad end of repeat bracket after %%score with change of voice role
Fix bad colors when %%voicecolor and %%voicescale
(reported by Guido Gonzato)
Fix array overflow in draw_keysig()
(reported by Hanno Böck)
New command line option '-p'
(patch from Stephen Beitzel)
---- Version 8.11.4 - 16/04/10 ----
Fix bad glissendo
Fix bad generation of "::" when at end of source line since 8.10.1
(reported by Rob Lindauer)
---- Version 8.11.3 - 16/04/09 ----
Fix loss of measure bars when %%score with less staves
further in the music line
Set back the decoration function '4' and move the glissendo under '8'
(reported by Gerhard Schacherl)
Don't scale the decorations on grace notes
(reported by Manavasu)
Fix bad position of P: when on a combined rest
(reported by Atte Jensen)
Fix bad key signature when defined between two measure bars
(reported by Stu)
Change the PS squiggly glissando to the same as the SVG one
(reported by Manavasu)
---- Version 8.11.2 - 16/03/23 ----
Fix bad length of ties when at end of line and notes in an other voice
(reported by David Lacroix)
Fix crash when long decoration without any note/rest in the music line
Fix bad glissendos when notes with accidental
(reported by Manavasu)
Add source annotations for multi-rests
(asked by Jan Wybren de Jong)
---- Version 8.11.1 - 16/02/25 ----
Decorations !-(!, !-)!, !~(! and !~)! added
(asked by Manavasu)
Fix bad ties on right repeat
Fix bad tie when over dotted bar
(reported by David Lacroix)
Center the measure repeat signs
(reported by David Lacroix)
Better vertical offset of rests when many voices (again!)
(reported by David Lacroix)
Handle PS "dlw" definition for SVG output
(reported by David Lacroix)
---- Version 8.11.0 - 16/02/05 ----
Better vertical offset of rests when many voices
(reported by David Lacroix)
Fix bad setting of grace note spacing
Permit ties from grace notes to chord
(asked by Hudson Lacerda)
Erroneous meter on many staves when last staff empty
(reported by Hudson Lacerda)
Close the last repeat bracket at end of tune
(asked by Hudson Lacerda)
Set %%cancelkey by default !! compatibility !!
---- Version 8.10.1 - 16/01/18 ----
On K:, put the natural accidentals after the other ones
when less sharps or flats
(reported by Nils Liberg)
!rbend! added
Better repeat brackets
(reported by Nils Liberg)
---- Version 8.10.0 - 16/01/09 ----
Change the length of the repeat brackets
(asked by ABC people)
Fix bad length unit when M:none in tune header and no L:
(reported by David Lacroix)
Add %%rbmax and %%rbmin
(asked by ABC people)
Fix bad offset of some decorations on grace notes with beam
Use the POSIX C extended regular expressions for selection
---- Version 8.9.4 - 15/12/21 ----
Extend the repeat bars on next line up to 4 measures instead of 2
(asked by Rickard Blixt)
Fix bad line width in user decorations with SVG output since 8.9.1
(reported by David Lacroix)
Fix bad microtone accidentals after transposition
(reported by Hudson Lacerda)
Fix bad accidental of note tied from inflected note after measure bar
and transposition
(reported by Hudson Lacerda)
Fix lack of transposition of guitar chords after tabulation
---- Version 8.9.3 - 15/11/22 ----
Fix bad length of long decorations when %%staffscale or %%voicescale
(reported by Gerhard Schacherl)
Fix bad heads when %%voicecombine and head decorations
(reported by Johann Schatzer)
%%voicecombine may be global
Fix bad handling of "$n" in lyrics
(reported by Gerhard Schacherl)
Don't draw a line above a measure bar up to the upper staff
when this upper staff has no bar
Draw the measure bars a bit thicker
(asked by Guido Gonzato)
---- Version 8.9.2 - 15/10/26 ----
Fix bad display of double repeat bars when crossing 2 music lines
since 8.8.2
(reported by Jean-Luc Zins)
Fix bad measure duration since 8.9.1
Fix bad slur when ending on first symbol from the previous music line
and in a second voice
(reported by Frédéric Boulanger and Jean-Luc Zins)
Update the INSTALL documentation
Fix bad scale with EPS output
(reported by Martin Tarenskeen)
Fix error in SVG when non-default stroke width and voice color
(reported by David Lacroix)
Fix bad setting of the configure variables when done in the command line
(reported by Martin Tarenskeen)
Change the default meter from 4/4 to none when M: is absent,
in accordance with the standard
Set the duration of a measure to a non null value when M:none
and avoid strange rendering of multi-rests ("Z")
(reported by Jakob Englhauser)
---- Version 8.9.1 - 15/10/15 ----
Fix bad height of fingering in groups of grace notes
Set back the PS out in 72 PPI
('gv' problem reported by Jean-Luc Zins)
Fix crash when some cases of voice unison
(reported by Jean-Luc Zins)
Fix stroke width in SVG images
(after tests with Larry Myerscough)
Fix bad conversion of "\oe" into œ
(reported by Guido Gonzato)
---- Version 8.9.0 - 15/10/10 ----
%%pagescale added
Change PPI from 72 to 96
Fix abnormal line to the circle-x note head with PS output
(reported by Atte Jensen)
Fix bad staff of slur continuation in secondary voices when many staves
(reported by Jean-Luc Zins)
Fix too much space after accidental when unison
(reported by David Lacroix)
---- Version 8.8.5 - 15/09/24 ----
Handle "\*" as the character '*' in lyrics (w:)
(reported by John Chambers)
Adjust the vertical room of rests
Fix clash of rests when more than 2 voices per staff
(reported by David Lacroix)
Fix bad head of top note when !head-xx! decoration on chord
(reported by David Lacroix)
Fix bad tie when clef change just later
(reported by Jean-Luc Zins)
Fix double accidental when unison
(reported by Jean-Luc Zins)
Fix bad string width computation when XML character references and SVG output
Add %%decoerr
Change '%%dynamic'... to '%%pos dyn'...
Add '%abc-2.1' as the first line in chinese.abc
(reported by Seymour Shlien)
Fix bad slur when between chord and non chord
---- Version 8.8.4 - 15/08/24 ----
Fix loss of tuplet when starting with grace notes
(reported by Lou Montulli)
Fix clash of accidentals when voice overlap
(reported by David Lacroix)
Fix lack of !head-xx! decorations with U: letters on single notes
---- Version 8.8.3 - 15/07/13 ----
Fix bad horizontal offset of tremolos when the notes are shifted
(reported by David Lacroix)
Fix bad accidentals in overlaid voices when %%transpose
(reported by David Lacroix)
Give more information about errors in %%transpose
Set smaller vertical height of tuplets
Fix double tuplet number when nested tuplets at start of a secundary voice
(reported by David Lacroix)
---- Version 8.8.2 - 15/06/17 ----
Fix bad output (PS) or crash (SVG) when the last symbol of a secondary voice
is alone in a music line
Fix crash when special glyph and no <defs> on SVG output
Adjust the '8's in octava clefs
(reported by David Lacroix)
---- Version 8.8.1 - 15/06/14 ----
Fix bad start of ties in second repeats at start of line
Fix lack of ties in second repeats at start of line when many voices
(reported by Gerhard Schacherl)
Fix offset of note dots when scaled staff or voice
Fix offset of '8' in octava clefs
Fix loss of line break when occuring just at minimal spacing
Fix bad offset of some decorations with %%deco function 3 since 8.8.0
(reported by David Lacroix and Gerhard Schacherl)
---- Version 8.8.0 - 15/05/21 ----
Fix again bad handling of %%ornament with %%deco function 3
(reported by Lou Montulli)
Extend the syntax of %%map
(asked by David Webber)
Replace "all,<any_note>" by "*" in %%map
Fix crash when PS output with SVG glyph definition and no "stroke-width:"
Add "%%combinevoices 3"
(asked by Alan Snyder)
Fix clash of accidentals in chords with unisons
(reported by David Lacroix)
---- Version 8.7.8 - 15/05/15 ----
Fix crash when %%score/%%staves before generation restart
Fix lack of stem in sample4.abc
Fix clash of accidentals in complex chords
(reported by Hudson Lacerda)
Fix music line too wide when line split on a beamed sequence
Fix crash when trying to cut a music line at end of tune
(reported by Hudson Lacerda)
Fix bad offset of tuplets and slurs when voice appearing
in a %%score/%%stave sequence
Fix SVG path to PS translation (in %%beginsvg sequence)
Accept XML character references and predefined entities
("&xxx;") in any string
---- Version 8.7.7 - 15/04/29 ----
Fix abnormal key space when many %%transpose in tune body and K:none
(reported by David Lacroix)
Fix bad linewidth when set by PS sequence since 8.7.4
(reported by David Lacroix)
Accept many invisible notes under beams
Set the number alone in tuplet closer to beam
(reported by Alan Snyder)
---- Version 8.7.6 - 15/04/20 ----
Fix bad SVG definition of !tenuto! when SVG output
(reported by David Lacroix)
---- Version 8.7.5 - 15/04/19 ----
Change some decorations of deco.abc
Fix annotation-like offset of decorations with function 0 (near notes)
Added files free.abc and bravura.abc
Accept (some) SVG paths by <defs>..</defs> for PS output
Accept glyphs by <defs>..</defs> for SVG output
Fix bad left margin when %%leftmargin inside tune body since 8.7.4
(reported by David Lacroix)
Don't adjust the pitch of notes when the key is 'P' (percussion)
(reported by Willem Vree)
Fix bad output when internal output buffer overflow
(reported by Jan Wybren de Jong)
Fix bad unison display according to %%shiftunison value
(reported by David Lacroix)
Fix bad vertical offset of "@0,0xx" guitar chords when after other
guitar chord/annotation on the same note since 7.1.1
(reported by Hudson Lacerda)
Fix abnormal key space when %%transpose in tune header before K:none
(reported by David Lacroix)
Don't set the %%voicecolor to the clef, key and time signatures
(asked by David Lacroix)
---- Version 8.7.4 - 15/04/09 ----
Fix "buffer overflow" messages with big tunes
(reported by Frédéric Boulanger).
Fix win32 compilation problems
(reported by Jean-Luc Zins)
Fix 'key,' in %%map which does not depend on the key mode
(reported by Hudson Lacerda).
Fix bad head color when %%voicecolor since 8.7.0
(reported by Hudson Lacerda).
Fix crash on %%voice since 8.7.0
(reported by Hudson Lacerda).
Better handling of %%splittune odd / even.
Fix bad tie direction after voice combine.
---- Version 8.7.3 - 15/04/05 ----
'all,' added in %%map.
%%voicecombine added.
Fix %%tune not working since 8.7.0
(reported by Hudson Flavio Meneses Lacerda).
---- Version 8.7.2 - 15/03/31 ----
Fix loss of measure bar after [I:setbarnb x] since 8.7.0.
Fix warning in accordion.abc
(reported by Matthias Rustler).
Fix bad PS/SVG output with some decorations since 8.7.0.
Fix bad note octave when note mapping and clef change
(reported by David Lacroix).
Extend ps_func of %%deco with different heads for stem up/down.
Extend %%map with different heads for stem up/down.
---- Version 8.7.1 - 15/03/28 ----
Fix bad directions/positions since 8.7.0
(reported by David Lacroix).
---- Version 8.7.0 - 15/03/27 ----
Fix crash when new music line occuring on a voice out of %%score/%%staves
(reported by Frédéric Boulanger).
Fix loop when no end of chord.
K:P added.
map= in V:/K: added for compatibility.
%%map and %%voicemap added.
Fix loss of text in %%begintext sequences after '%'.
Fix bad position of key signatures when declared before a clef
or a measure bar.
Fix bad ties when %%combinevoices
(reported by David Lacroix).
Fix bad transposition of K:none since 8.5.1
(reported by David Lacroix).
---- Version 8.6.2 - 15/03/12 ----
Fix bad handling of %%splittune odd / even
(reported by Hudson Flavio Meneses Lacerda).
Revert the changes in 8.6.1 about the '-0' and '-1' behaviour.
---- Version 8.6.1 - 15/03/10 ----
Fix bad staff offset of some decorations
(reported by David Lacroix).
Fix some little errors in SVG output.
Fix bad colors on SVG output with custumized decorations
(reported by David Lacroix).
Fix command line option '-1' and set oneperpage to 'true'
Fix command line option '-0' and set splittune to 'true'
(reported by Hudson Flavio Meneses Lacerda).
---- Version 8.6.0 - 15/03/06 ----
Fix bad !trem2! since 8.5.2.
Reduce the width of dotted unisons with note on a staff line
(asked by Graham Alsop).
Extend %%splittune with 'odd' / 'even'
(asked by Mike Moroney and Simon Wascher).
Accept annotation-like decorations on 'near the note' and chord decorations.
Fix bad handling of %%ornament with %%deco function 3.
Fix multi display of P: when specified in many voices.
Fix bad P:'s when many ones in a music line.
Don't shift a lyric word smaller than 3 characters starting with a digit
(asked by Helmut Eberl for fingering in lyrics)
Fix SVG error when '&', '<' or '>' in T:.
Add %%abc.
Fix bad tie at end of line when tie at end of a grace note sequence
with the same starting and ending notes since 8.5.2
(reported by David Lacroix).
Fix bad position of '8' in octave clefs.
Fix some bugs in the PS interpreter as bad 'translate'/'rotate' operators.
Fix bad measure number offset at start of line.
Fix bad boxes around parts
(reported by Hudson Flavio Meneses Lacerda).
Don't add index elements of titles which contain '--'
(reported by David Lacroix).
Fix bad music line splits giving measure bars at start of line
(reported by David Lacroix).
Fix lack of notes when voice out of its staff and original staff is empty.
Fix some more accidental clashes when voice overlap
(reported by David Lacroix).
---- Version 8.5.2 - 15/01/28 ----
Fix bad display when bad ties to grace notes
(reported by Willem).
Change the default fonts to serif and sans-serif
instead of Times and Helvetica when SVG output.
Fix bad guitar box when many guitar chords on a note.
Fix bad beams when tremolo inside beamed notes
(reported by David Lacroix).
Fix loss of ABC lines after %%abc-include when %%select did not
match the last included tune.
Fix clash of accidentals with stems in some cases of full voice overlap.
Fix chinese.abc for correct rendering with pango.
Fix some compilation warnings
(reported by Daniel Branning).
Fix bad measure number when the bar followed by a clef change since 8.3.5
(reported by Frédéric Boulanger).
Fix loss of first note when the tune starts with %%ps since 8.5.0
(reported by David Lacroix).
Fix bad font-family with SVG output since 8.5.1.
---- Version 8.5.1 - 15/01/05 ----
Fix bad handling of voice overlap when at leat one unison.
Fix bad extra space at end of line when clef change by K:.
Add file glyphs.abc in the package.
Fix loss of font change before non-ASCII characters in strings.
Fix bad offsets and fonts of annotation-like decorations.
Fix loop on %%voice after %%voice since 8.3.2.
Fix erroneous display of rests in empty staves when "%%staffnonote 0".
---- Version 8.5.0 - 15/01/02 ----
Fix bad handling of font-style when no '-' in font name.
Extend %%deco with annotation-like strings.
Extend "%%setfont-x" up to 9.
Add %%voicecolor
(asked by Frédéric Boulanger).
Fix "setgray" in SVG output.
Add some styles (preserve white spaces, svg as block) on XHTML output ('-X').
Remove '<p>' from '-v -O -' output (many SVG images on stdout).
Do smaller shifts when voice overlap
(asked by David Lacroix).
Fix bad unisons when different accidentals
(reported by David Lacroix).
Fix loss of key signatures and meters when voice in empty staff
(reported by Willem).
Fix some cases of music lines cut inside beamed notes.
Adjust the position of the 'crdc' decorations and update deco.abc.
Fix loss of the 'svg' definition used by the PostScript code on SVG output.
Fix again bad display of unisons
(reported by David Lacroix).
Apply %%topspace when %%newpage inside a tune
(reported by Johann Schatzer).
---- Version 8.4.0 - 14/12/16 ----
Remove features.txt from the tarball.
Fix "%%microscale 4" on SVG output.
Handle %%microscale.
Add '+' in %%score/%%staves.
Fix bad handling of "K:none", especially when transposition.
Fix bad note heads when %%combinevoices
(reported by Johann Schatzer).
Fix bad transposition of the latin guitar chord "La".
Fix loss of 'exp none' in K:.
Fix bad display of unisons
(reported by David Lacroix).
Fix some compilation warnings
(reported by John Chambers).
Fix loss of some clef warnings at end of previous lines.
---- Version 8.3.4 - 14/12/02 ----
Fix double clefs when new voices in %%staves
(reported by Francis Stevens).
Fix loss of 128 decorations per tune since 8.3.0
(reported by Henry Bley-Vroman).
Fix problems with decorations or guitar chords/annotations
in sequence/measure repeat.
(reported by Frédéric Boulanger).
---- Version 8.3.3 - 14/11/26 ----
Fix no display of lyrics after tune since 8.3.2
(reported by Gerhard Schacherl).
Fix bad position of grace notes in overlay voices at start of measure
(reported by Jean-Luc Zins).
Fix memory leak relative to decorations.
Set back %%autoclef
(asked by Atte Jensen).
Remove the references to 'format.txt'
(reported by Martin Tarenskeen).
Fix bad repeat font when staves/voices with different scales
(reported by Gerhard Schacherl).
---- Version 8.3.2 - 14/11/01 ----
Change the PS font scale of the accidentals according to the FontMatrix
(reported by Chuck Boody).
Remove format.txt from the tarball.
Add decoration function 'crdc'.
Fix loss of voice options when many %%voice's without "%%voice end" in %%tune.
Fix loss of lyrics when ABC version 2.1 and generation restart.
Accept '<note1><note2>' in %%transpose.
Fix bad note transposition since 8.2.0.
---- Version 8.3.1 - 14/10/14 ----
Fix crash when %%combinevoices on beamed notes since 8.1.5
(reported by David Lacroix).
Fix bad start/stop of ties since 8.1.0.
Fix abnormal error when '<none>' or '<EOL>' in %%linebreak ending with 'lock'.
Fix abnormal error when spaces after backslash in music lines
(reported by Daniel Branning).
Don't let vertical space when all staves are empty.
---- Version 8.3.0 - 14/10/05 ----
Fix program loop when no measure bar at end of line since 8.2.2.
Fix some clashes of rests when more than 2 voices per staff.
Don't reset the staff to the main voice when finding a previous
overlaid voice.
Fix the documentation about %%stretchlast and change its default
value from 0.2 to 0.25.
Handle utf-8 in the names of the notes/history/.. after tune
(reported by Hudson Flávio Meneses Lacerda).
Fix crash when line break before a note alone in a staff
and a new voice since 8.2.0.
Fix crash when %%alignbars since 8.2.0.
Fix some clashes of dots and stems when voice overlap
(reported by Hudson Flávio Meneses Lacerda a long time ago!).
Fix bad PS output when exact minimum spacing since 8.2.1.
Fix crash when tune starting with grace note in the middle voice
of a 3-voices staff.
Fix crash when many %%staves/%%score and new pages
(reported by David Lacroix).
Don't print the lyrics after tune when "%%writefields W n".
Fix loss of explicit clefs since 8.2.0.
Fix M$ compiler errors
(reported by Olivier Levon).
Simplify the ABC parser.
---- Version 8.2.2 - 14/09/12 ----
Fix crash when slur of second voice continued on next line.
Fix bad auto clef after generation restart when clefs inserted.
Split the music lines at better places.
Fix many errors due to the lack of clefs in secondary voices.
Fix abnormal 'Bad tie' errors when tie on 2 music lines
(reported by Olivier Levon).
Fix compilation problems with VS Studio 2013 Express
(reported by Olivier Levon).
Fix generation abort when lack of V: after %%staves/%%score
(reported by Olivier Levon).
---- Version 8.2.1 - 14/09/03 ----
Fix crash when forced clef after %%staves/%%score since 8.2.0
(reported by Francis Stevens and Olivier Levon).
---- Version 8.2.0 - 14/08/29 ----
Fix bad clefs when voice/staff changes in %%staves/%%score.
Remove %%autoclef which was not used.
Fix loss of indentation since 8.1.0
(reported by David Lacroix).
Change the internal treatment of %%score/%%staves for no extra space.
Add !marcato! and !^!
(asked in the ABC mailing list).
Fix bad stem direction in lowest voice when invisible and visible rests
at a same time in a measure since 8.1.0
(reported by Eric Reinbold).
Set lowest value of %%staffscale to 0.3
(asked by Mike Scott).
Accept '^' and '$' as beginning and end of line in tune select.
Fix crash when multi-rest at start of a second voice of a staff.
---- Version 8.1.5 - 14/08/09 ----
Fix crash when %%combinevoices and different beaming.
Fix lack of ledger lines when large chord.
Always remove the invisible rests at start of tune when L:auto.
Add !stemless!.
Fix abnormal error 'Bad tie' when tie at end of voice
(reported by Daniel Branning).
Fix some compilation warnings
(reported by Daniel Branning).
Fix bad handling of !()! since 8.1.4
(reported by David Lacroix).
Fix horizontal offset of the custodes
(asked by Stephen West).
Fix crash when %%continueall and no measure bar in the tune.
Fix bad horizontal offset of rests alone in a measure
(reported by Stephen West).
---- Version 8.1.4 - 14/07/17 ----
Fix lack of source last character in syntax errors.
Change the definition of the start of long decorations for correct
display when the ending decoration is not in the tune.
Set the extra accidentals of K: at their indicated pitches
(asked by Paul Morrisset).
Fix double interpretation of '.' in "!p!.(c"
(reported by David Lacroix).
Fix lack of vertical space when empty lines in %%begintext
(reported by Henry Bley-Vroman).
Fix bad PostScript output when %%begintext justify.
Output the PDF marks of all T:'s, even if the first one is empty
(asked by David Lacroix).
Fix the size of font of the page header/footer, broken in 8.1.3
(reported by Francis Stevens).
---- Version 8.1.3 - 14/07/01 ----
Add more information about the titles/subtitles in the PostScript
output for (external) index generation
(asked by Tim Macdonald).
Add Δ (delta) in the known glyphs
(asked by Chuck Boody).
Fix some bad 'Line overfull' messages when automatic line break.
Fix bad clef when L:auto and quick clef change at start of tune.
Invert the behaviour of '\' in the guitar chords
(asked by David Lacroix).
Fix bad interval between staff systems according to %%staffsep
(reported by Eric Reinbold and David Lacroix).
Change <p> to <br/> between images on SVG output.
Fix bad %%header/%%footer vertical offsets.
Don't put the last music line on a new page when page overflow on W:.
---- Version 8.1.2 - 14/06/20 ----
Fix bad vertical offset of dots sometimes when many voices per staff.
Don't get 'auto' alone as 'clef=auto'
(reported by David Lacroix).
Fix double clef at start of staff when many voices in the staff
since 8.1.0.
(reported by David Lacroix).
---- Version 8.1.1 - 14/06/19 ----
Fix crash when a voice with no note appears as second voice of a staff
since 8.1.0
(reported by Francis Stevens).
---- Version 8.1.0 - 14/06/19 ----
Split the tune into music lines at better places.
Fix clash of voice name with staff when new voice after %%staves.
Fix bad music line indentation when more staves further in the tune.
Set the ties closer to the notes.
Fix bad automatic clef changes.
Add '%%clef auto'.
Change internal treatment of clefs.
Fix clash of notes in chords when unison or second with long notes.
Fix bad horizontal offset of accidents on long notes.
Fix bad key signature after change to 'K:none'.
Fix bad handling of '|' when the first character in w:
(reported by Alex Scheutzow).
Change internal treatment of #lines and scale of the staves.
Fix bad clef/note offset when a voice with explicit clef moves
to an other staff
(reported by reinier maliepaard).
Fix bad font for !trill!
(reported by David Lacroix).
Check the floating voices in %%score/%%staves.
Fix bad stem direction when %%combinevoices.
Fix crash when unknown decoration on one character since 8.0.4.
Fix crash when measure bar numbering and less notes in the upper staff
(reported by : J.Joao Almeida).
Add 'cue=' in K: and V:
(asked by Alex Scheutzow).
Fix too big length of syntax error messages
(reported by David Lacroix).
Fix bad horizontal offset of dots in chords since 8.0.4.
Fix bad horizontal offset of full rests in voice overlay
(reported by J.C.L.).
---- Version 8.0.4 - 14/05/23 ----
Fix too wide space between text paragraphs when not fill or justify.
Fix crash when utf-8 and latin characters in a same file
(reported by Henry Bley-Vroman).
Fix note/accidental clash when chords with unisons and seconds
(reported by David Lacroix).
Change internal fonts to 'serif' for SVG output.
Forbid rests in grace note sequences.
Fix crash when rest in grace note sequence.
Fix direction of ties in chords with odd number of notes.
Fix bad beams in SVG output
(reported by David Lacroix).
Fix bad direction of beam stub on last note when !beambr1! / !beambr2!
(reported by David Lacroix).
May have up to 128 decorations per tune
(asked by Henry Bley-Vroman).
Fix crash when only P: or Q: in a generation sequence
(reported by Henry Bley-Vroman).
---- Version 8.0.3 - 14/05/05 ----
Fix non-function of %%voice inside %%tune since some 7.5.x
(reported by Gerhard Schacherl).
Fix small internal problem with decorations.
Fix position of accent marks (!>!)
(reported by Paul Rosen).
Fix bad margins when tune inside %%multicol
(reported by A.B. Steen).
Don't draw repeat brackets when bar between 2 staves.
Fix compilation warning on MS-windows
(reported/fixed by Olivier Levon and Jean-Luc Zins).
Don't display an accidental when {#,b,=} at start of a word in guitar chords.
Fix lack of EOS in some internal strings
(fixed by Olivier Levon).
Fix bad guitar chord / annotation when '\' inside.
Fix double transposition of 2 octaves when both %%abc2pscompat
and octave= in K:/V:.
Fix compilation warnings on MAC
(reported by Chuck Boody).
---- Version 8.0.2 - 14/04/02 ----
Fix bad text justication with PostScript output
(reported by Gerhard Schacherl).
Fix loss of positions (decorations, lyrics..) when many tunes
(reported by John Taylor).
Add HAVE_MMAP in config.h for ms-windows users
(reported by Jean-Luc Zins).
Fix loss of tie at end of line
(reported by David Lacroix).
Add '--param=value' in 'configure'.
Fix bad configure when full path to the cc compiler
(reported by Olivier Levon).
---- Version 8.0.1 - 14/03/31 ----
Fix bad configure when pango is found (Makefile empty)
(reported by Martin Tarenskeen).
---- Version 8.0.0 - 14/03/29 ----
Remove some vertical space in tune header when no composer.
Remove the vertical space of the empty staves.
Remove the GNU 'autoconf' stuff (see 'INSTALL').
Remove the License.
Change the format of the error messages.
Remove tight.fmt.
Add sample8.html.
Add command line option '-z' for ABC embedded in HTML/XHTML.
Fix loss of vertical space above the staves (%%staffsep) since 7.6.10
(reported by David Lacroix).
Creation from abcm2ps version 7.8.0.
|
|
|
|
--------------
Version 2.35b:
--------------
- Fixed a minor cmdline reporting glitch, spotted by Leo Barnes.
- Fixed a silly bug in libdislocator. Spotted by Johannes Schultz.
|
|
|
|
Remove Makefile.common that is not used by anything, despite
a comment to the contrary.
Highlights in this release include:
The usual round of bug fixes, compatibility changes, and
incremental improvements.
For a list of open issues, or to report problems, please visit
bugs.ghostscript.com. Incompatible changes
The planned device API tidy did not happen for this release,
due to time pressures, but we still intend to undertake the
following: We plan to somewhat tidy up the device API. We intend
to remove deprecated device procs (methods/function pointers)
and change the device API so every device proc takes a graphics
state parameter (rather than the current scheme where only a
very few procs take an imager state parameter). This should
serve as notice to anyone maintaining a Ghostscript device
outside the canonical source tree that you may (probably will)
need to update your device(s) when these changes happen. Devices
using only the non-deprecated procs should be trivial to update.
|
|
|
|
Changelog:
The NSS team has released Network Security Services (NSS) 3.27,
which is a minor release.
Below is a summary of the changes.
Please refer to the full release notes for additional details,
including the SHA256 fingerprints of the changed CA certificates.
New functionality:
* Allow custom named group priorities for TLS key exchange handshake
(SSL_NamedGroupConfig).
* Added support for RSA-PSS signatures in TLS 1.2 and TLS 1.3
New Functions:
* SSL_NamedGroupConfig
Notable Changes:
* NPN can not be enabled anymore.
* Hard limits on the maximum number of TLS records encrypted with the same
key are enforced.
* Disabled renegotiation in DTLS.
* The following CA certificates were Removed
- CN = IGC/A, O = PM/SGDN, OU = DCSSI
- CN = Juur-SK, O = AS Sertifitseerimiskeskus
- CN = EBG Elektronik Sertifika Hizmet Sağlayıcısı
- CN = S-TRUST Authentication and Encryption Root CA 2005:PN
- O = VeriSign, Inc., OU = Class 1 Public Primary Certification Authority
- O = VeriSign, Inc., OU = Class 2 Public Primary Certification Authority - G2
- O = VeriSign, Inc., OU = Class 3 Public Primary Certification Authority
- O = Equifax, OU = Equifax Secure Certificate Authority
- CN = Equifax Secure eBusiness CA-1
- CN = Equifax Secure Global eBusiness CA-1
The full release notes are available at
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.27_release_notes
|
|
|
|
mysql57-client has. This fixes at least SmartOS builds, no changes for
NetBSD (and presumably elsewhere).
|
|
Changelog:
NSPR 4.13 has the following bug fixes:
* PL_strcmp (and others) were fixed to return consistent results
when one of the arguments is NULL.
* PollEvent was fixed to not block on clear.
* Pipes are always nonblocking.
* PR_GetNameForIdentity: added thread safety lock and bound checks.
* Removed the PLArena freelist.
* Avoid some integer overflows.
* fixed several comments.
For the full list see:
https://bugzilla.mozilla.org/buglist.cgi?resolution=FIXED&query_format=advanced&product=NSPR&target_milestone=4.13
|
|
|
|
Release Notes for Version 2.38
An integer division operator # was added. Control points in xasy are now
correctly parsed. Longitudinal splitting in the revolution structure of
the solids module was fixed. Portability fixes were implemented.
The ncurses library is now only required with --enable-readline.
A --disable-sigsegv configuration option was added.
Release Notes for Version 2.37
The xasy graphical user interface now runs under both Python 2.7 and Python 3.
Legacy versions (prior to 9.14) of Ghostscript can be supported by
assigning settings.epsdriver="epswrite" (or by setting the environment
variable ASYMPTOTE_EPSDRIVER to epswrite). The quiet flag suppresses
noninteractive standard output when settings.verbosity <= 1. A progress
function was added to the plain_strings module. The smoothcontour3 module
was optimized to use Bezier triangles where appropriate, along with a
built-in least-squares routine and an improved root finder based on
quadratic interpolation. If settings.sysdir is empty, preference is given
to a version of kpsewhich in the same directory as the executable for
determining the correct sysdir. The handling of degenerate normals of
Bezier triangles was fixed. Bugs in forking, integer formatting, dash
adjustment, subpaths, and guide reversion were fixed. Version 1.30 of
asymptote.sty (auto-generated) and version 0.35 (or later) of media9.sty
are now required.
Release Notes for Version 2.36
Bezier triangle patches have been implemented in place of degenerate Bezier
tensor product patches. Surface rendering was improved. The configuration
of the readline and gc libraries was fixed. The asy configuration
directory is only created if localhistory=false. Patches are now sorted by
projected distance. Animations were fixed by running LaTeX twice.
The asy-mode.el headers were updated. Intermittent segmentation faults and
floating point exceptions in the OpenGL renderer were fixed. Support for
GSL 2.0 was added. A quite nan constant was added. Straight segments are no
longer split in bezulate. Segmentation faults in tab completion were fixed.
A work around for a clang 3.7.0 compiler bug was implemented.
The smoothcontour routine was sped up. Several bugs in the file read routines
were fixed. A bug in rest argument signature equivalence was fixed.
Threads are no longer used in batch mode, except under MacOS X. A convenience
function graphicscale was added for using graphic with the conTeXt tex
engine. The splinetype detection for Spline surfaces was fixed.
Release Notes for Version 2.35
A work around was implemented for a ghostscript eps2write bug that forces
all postscript to the first page, breaking multiple 3D XeLaTeX and ConTeXt
labels.
Release Notes for Version 2.34
The readability of named pen colors was improved in the documentation.
A surface cone(path3 base, triple vertex) routine was added for
constructing an approximate cone over an arbitrary base. A test for
Ghostscript 9.14 or later was added to the build process. The documentation
was updated. A CYGWIN warning message under Windows 8 was fixed.
Release Notes for Version 2.33
A work around was implemented for the missing epswrite driver in
ghostscript-9.15. Deconstruction is now always done in the C locale.
A work around for a unit change in dvisvgm-1.5.3 was implemented.
The path arc(pair B, pair A, pair C, real r) function was fixed.
The handling of the boolean condition in parametric surfaces was fixed.
The default meshlight was changed to nolight so that mesh lines with
positive width appear consistent with the default mesh lines.
A nonsquare image dimension error was fixed. The definition of the
SimpleHead arrowhead was fixed. The zoom/menu button and play option were
fixed. An intersect(path, surface) function was implemented.
A smoothcontour3 module written by Charles Staats and leminiscate example
were added. The inline asymptote.sty option now works with xelatex.
An obsolete workaround for an Adobe Reader transparency artifact
was removed. An asylatexdir option was added to support the pdflatex
-output-directory option. An aligndir option for aligning the picture to
an arbitrary point of the page boundary was added. The garbage collector was
updated to gc-7.4.2. The documentation was updated.
Release Notes for Version 2.32
The libc++ stringstream workaround was also enabled for FreeBSD.
The segment(bool[] b) function was fixed. The side(pair,pair,pair) function
was renamed to orient(pair,pair,pair) and an error in its documentation was
corrected. New functions orient(triple,triple,triple,triple) and
insphere(triple,triple,triple,triple,triple) were implemented. A random
number generator incompatibility on some platforms was fixed. Support was
removed for the obsolete utility texi2dvi4a2ps. Compiler warnings were
suppressed.
Release Notes for Version 2.31
Hangs in 3D font generation and also in the "none" tex engine were fixed.
Release Notes for Version 2.30
Compilation issues were addressed. A workaround for the broken stringstream
container in MacOS 10.9 libc++ was implemented. The OpenGL zoom/menu button
was fixed.
Release Notes for Version 2.29
The TeX bidirectional pipe was overhauled to support the context tex engine
again. The luatex and lualatex tex engines were enabled. The inline option
used by the asymptote.sty LaTeX package and the inlineimage option used for
generating external PRC files were fixed. Portability issues were addressed.
Release Notes for Version 2.28
A locale bug that interfered with the 3D PRC camera transformation was fixed.
Minimum OpenGL window constraints were removed in favour of the viewportsize
variable. The transform(u,v,O) function, which projects onto the plane
spanned by u and v through point O, was fixed. Numerical overflow issues in
quadraticroots and cubicroots were fixed. The documentation was updated.
Release Notes for Version 2.27
Move Adobe transparency workaround to C++ code to allow use of texpreamble
again with the pdflatex tex engine.
Release Notes for Version 2.26
The xasy graphical user interface now terminates the asy process on exit.
The xasy code editor under MSWindows was fixed; the default code editor is
now winpad. Degenerate HookHead and SimpleHead arrows were fixed.
Portability issues were addressed.
Release Notes for Version 2.25
A superfluous play button in rendered 3D images embedded by recent versions of
media9 is now suppressed. The contour.asy module was reverted to a previous
stable linearized version. A numerical precision issue in makepen was fixed.
A routine for drawing braces was added. Deep recursion is now avoided in
guide flattening. A workaround for an Adobe Reader transparency artifact
was implemented for the pdflatex and xelatex tex engines. Raw PRC output
can now be generated with the "-f prc" command-line option. Vector patches
are now sorted to work around opacity artifacts in many rendering engines.
The xasy code editor now accepts command-line options. Under MSWindows,
the ghostscript library is searched for in both the 32 bit and 64 bit
registries. The FAQ and documentation were updated.
Release Notes for Version 2.24
A segmentation fault in drawSphere was fixed. Recursive calls to simpson
are now supported. The explicit libglapi dependency was removed.
A latexmkrc example file that shows how to store figures in a subdirectory
is now included.
Release Notes for Version 2.23
Compilation without the FFTW library is now supported again.
Release Notes for Version 2.22
Self-defined unary operators are now allowed. Formatted strings instead of
real values are compared in OmitFormat. The segment(bool[]) function was
rewritten to use the more efficient segmentlimits(bool[]) call.
Unnecessary buffering of surface and path3 data was removed.
Portability tweaks were made. References to out-of-date trembling
examples were removed. Vertex-colored triangles now work again in Adobe XI.
The transformation of normal vectors was fixed. PostScript extend
qualifiers were added for axial and radial shading. The TEXMFMAN
environment variable is now used to find the TeXLive sysdir.
Release Notes for Version 2.21
Explicitly transformed billboard labels now work correctly again.
The alignment point of OpenGL billboard labels was fixed. An extend
parameter was added to the axes (default true) and axes3 (default false)
routines. A history recall bug was fixed. A typo was corrected in the
documentation of the Jacobi elliptic functions sncndn.
Release Notes for Version 2.20
A work around was implemented for a dvipdfmx bug that prevents the
xelatex tex engine from properly embedding PRC objects. Billboard rotation
is now disabled for explicitly transformed labels.
Release Notes for Version 2.19
Numerical resolution issues with the PRC camera orientation and viewportshift
were fixed. The lighting of NURBS surfaces was fixed. The special 8192
strlen NSIS build was now correctly reinstated, with stubs, to prevent the
installer from overwriting Windows PATH environment variables > 1023 bytes.
Release Notes for Version 2.18
A compilation issue on MacOSX was addressed. Secondary axes pictures now
inherit the size of the primary picture, so that the markthin marker works
properly. The special 8192 strlen NSIS build was reinstated to prevent the
installer from overwriting extremely long Windows PATH environment variables.
Release Notes for Version 2.17
A bug with non-square pen function images was fixed. Autoscaled
logarithmic axes were fixed. Offscreen and non-offscreen rendering are now
supported in a single binary (requiring OSMesa version 8), with
settings.offscreen defaulting to false. The media9 LaTeX style file is now
used to embed 3D PRC content instead of movie15. Local 3D coordinates are
now used. PRC Part names are nolonger generated by default. A bug in
bezulate was fixed. A settings.axes3 flag was added to control the
visibility of PRC axes. An efficient 3D routine for drawing many
triangles, with specified vertices and optional normals or vertex colors,
was implemented.
Release Notes for Version 2.16
Ticks are no longer autoscaled when the number of major intervals is
specified and autoscale is false. Manual tick scaling was fixed. A bug in
the palette range was fixed. A division by zero in constructing curved arrows
was fixed. A numerical underflow was fixed. A picture bound error was
fixed. The current value of currentpen is now always respected in default
arguments. A default viewportwidth is no longer imposed for attached
images. A routine for computing camera positions was added. The format
command is now more consistent with C++ printf formatting. Named arguments
can now appear in function calls after rest arguments. The wheel example
was improved to support PDF animations. The erase command no longer resets
the machine state. Pipes are now used for xasy communication. A new mode
parameter to input and output replaces xinput, xoutput, binput, and
boutput. The icon directory path for 64-bit MSWindows systems was fixed.
Compilation of native CYGWIN binaries is now supported.
|
|
|
|
|