* Move --enable-zsh-mem configure option to non-debug part
to stabilize zsh with NetBSD's new jemalloc
Changelog:
2019-02-03 dana <dana@dana.is>
* unposted: Config/version.mk, Etc/FAQ.yo, README: Update for
5.7.1
* 44034: Completion/Unix/Type/_date_formats: Complete %9./%N,
adjust some wording
* 44033: Completion/Unix/Command/_dos2unix: Add completion for
dos2unix/unix2dos
* 44030: Src/prompt.c, Test/D01prompt.ztst: Return error for
unrecognised colour name
2019-01-28 Fredric Silberberg <fred@silberberg.xyz>
* github #32: Completion/Unix/Command/_git: Fix a typo in the
git tag completion.
2018-01-27 dana <dana@dana.is>
* unposted: Etc/creating-a-release.txt: Document additional
release steps
* 44020: Functions/VCS_Info/Backends/VCS_INFO_detect_p4: Fix
infinite recursion
sigaction() with a dlsym call. On NetBSD this ends up calling the compatibility
sigaction() which fails with ENOSYS if COMPAT_13 is not in the kernel.
Even with COMPAT_13 it would be incorrect because we call the compat
sigaction() with the non-compat arguments.
On NetBSD, fix this by calling explicitely __libc_sigaction14().
Bump PKGREVISION
Pkgsrc changes:
* Update PLIST, conformance/ dir no longer installed, and Makefile
adjusted accordingly.
Upstream changes:
* The set of dependencies specified in `go.mod` has now been
reduced to only the standard library.
Usability
Flightplan loading within the launcher.
Chinese, Russian and Italian translations for the launcher and UI
Improved support for the state of the aircraft depending on starting location - cold and dark on the ramp, engine running ready for take-off on the runway, or in cruise flight.
Input
Improved joystick configuration and binding options.
AI / Multiplayer
Multiple Levels of Detail (LoD) for MP and AI aircraft. To improve performance, low-detail models are used when the viewer is far from the MP aircraft.
Fallback models to display in the case where a viewer does not have the MP aircraft installed.
Many improvements to AI models including new liveries, timetabled movements
Graphics
Support for retrieving Canvas images over HTTP. This is a useful feature for displaying instruments like a PFD, ND, EICAS or any MFD externally from the FlightGear 3D main window in a separate window or on a separate monitor, computer or a mobile device. See Read_canvas_image_by_HTTP for more information.
Improved cloud rendering with stronger Mie scattering on cloud fringes, improved scattering on cirrus clouds
Reset: wipe the Effect UniformCache
Scenery
Improved scenery for Hawaii, the default location for this release.
New scenery for Jan Mayen, situated northeast of Iceland. Including the active volcano of Beerenberg (2277m).
JSBSim
The feature fail_hardover of the <actuator> component was not giving the correct output in some occurences when clipmax was smaller in absolute value than clipmin.
Tables CORNERING_COEFF could not be used for BOGEY contact points.
Bug fixes for JSBSim atmosphere model at very high altitudes
Fixed PID integration with the 3rd order Adams-Bashforth was inccorect.
The fail_stuck property of sensors (accelerometers, magnetometers, gyro, etc.) without a <lag> element was setting the output to zero instead of sticking to the last output value.
When a sensor was stuck, the drift, gain, bias and quantization of the last output before being stuck were ignored.
Fixed the Calibrated Air Speed (CAS) computations for supersonic velocities
Fixed the Nlf (Normal load factor) sign
Nlf can now be specified as an initial condition via the property ic/targetNlf
Added blocking sockets to the input features
Added a property to piston engines to get the AFR (Air to Fuel Ratio)
Added conversion from m/s to ft/s
Restored the initial conditions for engines running (-1 means all engines)
Significant Aircraft Updates
"Metadata" has been added to many aircraft, making it easier to find new exciting aircraft to fly using the launcher, whether you are interested in aircraft from the 1920s or twin engined business jets.
B-25 : Various bug fixes and minor improvements
Cessna 172 : Improved cockpit, interior lighting.
Citation II : New panels, radio instruments. Complete remodeling of the electric system, with accurate bus voltage, circuit breakers. System test knob implemented.
F4U : new FDM
F-14 : V1.8. Improved flight model, particularly in a low-speed regime. Improved cockpit.
F-15 : V1.8. Updated flight model, particularly armament mass location. Performance optimizations. Autopilot improvements.
F-16 : v3.0. Store options. New liveries. Radar performance optimizations. Autopilot and system improvements. FDM fixes.
Saab 37 Viggen : Version 4.313. Various updates, particularly to radar and armament models.
Seneca II: Long range tanks, interior lighting,
SpaceShuttle : Milestone-10. Improved interior (including furry velcro), launch guidance and orbital plane targeting, more realistic OMS burn procedures, expanded systems including circuit breaker simulation and failure modeling.
777: Our flagship airliner now fully supports checklists, allowing you to learn everything about the aircraft from within the simulator. Full support to auto-push was also implemented. Bug fixes and minor improvements.
Other
FG1000 glass panel display, inspired by moving map devices like the the Garmin G1000
Improved Replay handling of AI aircraft and carriers - judge your own carrier landings.
KC-130 tanker aircraft for air-to-air refueling
Flightplan GPX import now supports elevation values.
TACAN: Add support for setting TACAN by frequency
2018.3.2 point release
Chinese font support for the splash screen / tips, and some updated Chinese translations
C172P bug fixes
fixed crash on certain AMD 64-bit systems relating to SSE intrinsics and memory alignment
fixed crash loading flightplans saved from LittleNavMap with non-sequential waypoint indices
tolerate missing runways parsing Navigraph procedures, so current cycle can be used at more airports
use Ref versions of osgDB methods to avoid crashes, especially after long flights
fix a NaN in the sky rendering code at extreme orbital altitudes
set default values of some position properties for consistency with the rest (affected C172 tie-down mode)
fix JSBSim wheel-spin down regression
Upstream announcement:
https://helpx.adobe.com/security/products/flash-player/apsb19-12.html
Adobe Security Bulletin
Updates available for Flash Player | APSB19-12
Summary
Adobe has released updates for Adobe Flash Player for Windows, macOS,
Linux and Chrome OS. These updates address feature and performance
bugs, and do not include security fixes.
Version 0.43.0
In this release, the major new features are:
* Initial support for statically typed dictionaries
* Improvements to hash() to match Python 3 behavior
* Support for the heapq module
* Ability to pass C structs to Numba
* More NumPy functions: asarray, trapz, roll, ptp, extract
v0.28.0
This release adds a number of community contributed features, including support for vector types, as well as atomic loads and stores.
* Adding Vector Type
* Add symbols from static object files
* Add support for atomic loads/stores
* Normalize replace_* behaviour and add docs
* Fix pickling of IR functions and add tests
* Setup manylinux1 buildscripts and CI
* Document need for -p1 argument to patch command
* Fix “SyntaxWarning: invalid escape sequence d”
* Consolidate the two vector type PRs
* Some adjustments to pr426
* Truncate long label names when adding label suffix.
* Add changelog info about v0.27.1
v0.27.1
Bugfix release for invalid wheel hash for OSX packages. No change to source code.
2018-05-11 i3status 2.12
• fix NULL value on OpenBSD when there is no acpitz0
• show IP address when address has a label
• man: explicitly use format_up/format_down in ethernet, wireless conf
• man: remove SLOC comment
• treat zero battery capacity as "not available"
• add IPv6 address when IPv4 isn't available
• call tzset at each time print to pick up time zone changes
• doc: fixed minor typos
• be more cautious about handling invalid battery measurements.
• Makefile: make PKG_CONFIG overridable
• fix CPU unit tests
• use local timezone for battery %emptytime
• fix memory leak/use BEGINS_WITH macro
• _first_: add check for virtual ethernet devices
• add battery capacity parsing
• multiple CPU support for cpu_usage
• remove useless checks (we use char, not unsigned char) to fix compilation warnings
• disk: sanitize trailing slashes
• plug an fd leak in the OpenBSD-specific code for
• suppress printing :00 seconds of remaining battery lifetime, as apm(4)'s
estimate only has a granularity of minutes.
• fix the deciKelvin to Celsius conversion on FreeBSD
• make first_eth_interface() work on OpenBSD
• include sys/select.h on OpenBSD
2017-01-21 i3status 2.11
• re-add forgotten wakeup call from SIGUSR1 handler
• disk_info: bugfix: check format_not_mounted is not NULL before using it
• revert back to using nanosleep
• man: give more descriptive symbols to battery format
• battery: removes the 'remaining' time when the battery is full
• add separator and separator_block_width as universal module options
• man: fix link to contrib
• cpu_temperature: add glob check
• battery: add status_unk
• reconnect to PluseAudio when connection is lost
• wireless: add ifdef to compile on macOS
• order default configuration paths the same as in i3
• add version files for release tarball
• man: make tztime example config match the context
• cpu_usage: add color thresholds
• battery: support multiple batteries
• disk: use empty string for not mounted disks
• default config: remove DHCP, VPN
• wireless: fix FTBFS on hurd and kFreeBSD
• parse uevent file to detect network device type
• allow pulse device to be specified by name
• battery: find batteries using glob
• tztime: support locales
• wireless: use blank padding for quality
• add unit tests
• fix compilation with -fno-common
Changes since b140:
Beta #141 - 13.03.2019
- Fixed compiler errors when compiling for non-x86 platforms
- Fixed some fullscreen-bugs with the mouse when using two or more monitors
with different screen resolutions.
This is i3 v4.16.1. This version is considered stable. All users of i3 are
strongly encouraged to upgrade.
This is a bugfix release for v4.16.
Bugfixes
• Truncate wm_name utf8 strings to first zero byte
(fixes window title corruption)
• Apply title_align to non-leaf containers
Additionally, marks will now display for non-leaf containers.
• attach_to_workspace: set new parent before tree_render
(fixes a heap-use-after-free)
• Use ipc queue for all messages
(fixes an i3bar crash)
• Fix crash with popups when fullscreen is non-leaf
• Fix: render_con shows floating containers on wrong workspace