is not working for me currently, and the power LED stays off until
netbsd boots still.
this is based upon u-boot 2020.01-rc5 with patches from:
https://patchwork.ozlabs.org/project/uboot/list/?series=142716
which add specific pinebook pro support. (these sources are known
to have a working reboot, but not from a build i've made.)
This version comes with documentational clarifications, bug fixes and minor
additions to existing protocols. See the commit log for details.
Alexandros Frantzis (3):
linux-explicit-synchronization: Allow fences with opaque EGL buffers
linux-explicit-synchronization: Warn about using the protocol while using graphics APIs
linux-explicit-synchronization: Clarify implicit synchronization guarantees of release events
Chia-I Wu (1):
linux-dmabuf: clarify DRM_FORMAT_MOD_INVALID
Jan-Marek Glogowski (1):
xdg-shell: use case to change the app ID at runtime
Jonas Ådahl (2):
xdg-shell/README: Update E-mail address
configure.ac: Bump version to 1.18
Sebastian Krzyszkowiak (1):
xdg-shell: fix a typo
Simon Ser (3):
xdg-output: deprecate the xdg_output.done event
pointer-gestures: add a release request
xdg-output: make xdg_output.description mutable
Change log:
0.8.9
=====
- Respect the "Working Directory" setting when opening initial window (the
current directory was used instead). (bug #16292)
- Disable "Paste" actions in read-only mode
- Point session manager to desktop file. This means that the session manager
will know the (translated) name and icon for the application. This is visible
e.g. in xfce4-session-settings in the "Current Session" tab. (bug #16121)
- Resolve G_TYPE_INSTANCE_GET_PRIVATE deprecation warning
- Allow to use <Alt> shortcuts when menu mnemonics are disabled - like <Alt>h
which is normally used for "Help" menu. (bug #15989)
- Fix 'Menubar starts shown when set to hidden in properties' (bug #15979)
- Fix invalid geometry on Wayland. Also fixes the issue with increasing the
window size when showing or hiding widgets such as tabbar, toolbar, menubar
on Wayland.
- Fix size increase when the menu is used on Wayland (bug #13938)
- Avoid passing null pointer to g_warning()
- Replace GLib threading functions with their GDK counterparts
- Fix setting a font via the command line (bug #15869)
- Properly apply zoom factor when creating new tab (bug #15785)
- Add icons to "Cancel" and "Paste" buttons
- Fix background color changing when changing focus if "Vary the background
color for each tab" is enabled (bug #15740)
- Revert "Save accelerators map on exit". It turned out that saving accelerators
map on exit prevents users from disabling the Alt+N shortcuts by setting them
to "" in accels.scm. The shortcuts that had been disabled got overridden on
the next launch of the terminal. (bug #16058)
- Allow to unset window urgency hint even if "Visual bell" is disabled (bug
#15729)
- Unmaximize drop-down window when hiding it. This seems to help xfwm4;
otherwise, it won't be able to unmaximize the window once it's shown again.
(bug #15681)
- Allow to use --maximize with drop-down windows
- Search dialog: Make opacity scale unfocusable. This prevents the text entry
from losing focus when the opacity scale is used.
- Fix closing tabs with middle click. This includes switching to last active
tab, allowing to undo close tab, and checking for a running process. (bug
#15687)
- Translation updates: Croatian, English (United Kingdom), Finnish, French,
Galician, Greek, Italian, Lithuanian, Norwegian Bokmål, Portuguese, Slovak,
Slovenian
This example makes it easier to see that the assignment operator should
always be += instead of a simple =. Also remove the word dewey since that
is a classification scheme for libraries, not a versioning scheme.
The GNU Compiler Collection includes front ends for C, C++, Objective-C,
Fortran, Ada, Go, and D, as well as libraries for these languages
(libstdc++,...).
This is the 2019 version, initially released in April 2019.
pkgsrc-specific changes to lang/gcc8:
The PLIST file is fixed, to guarantee that all expected files are
installed properly. In lang/gcc8 it had been autogenerated.
Only those patches have been kept that were strictly necessary to build
GCC on NetBSD-amd64. The others may be added from lang/gcc8 as necessary.
Tested by bootstrapping pkgsrc using CC=$PREFIX/gcc9/bin/gcc.
Remove pkgsrc patch now that it's applied in an upstream release.
Change log:
0.12.11
======
- General:
- Bump documentation dates
- Add *.mo to .gitignore
- Bug Fixes:
- Revert padding patches that add too much padding in the Thunar
compact view (Xfce #16196)
Version 42.0.0 "Overtime":
New features and enhancements
* mkvmerge: added an option for creating byte-identical files:
`--deterministic <seed>`.
* mkvmerge: Matroska reader: mkvmerge will remove the `icpf` atom headers if
they're present in frames read from Matroska files.
* mkvmerge: MP4 reader: ALAC tracks: the number of channels, sampling
frequency and bit depth are now taken from the bitstream in order to fix
bogus values on the container level.
* mkvpropedit: when changing track UIDs the referring elements in existing
chapters & tags will be updated automatically, too.
* mkvinfo: when the option `-p`/`--hex-positions` is used, element positions
will be output regardless of the verbosity level.
* mkvinfo: added the option `-P`/`--positions` for showing the position of
each element in decimal regardless of the verbosity level used.
* mkvinfo: added the option `-o`/`--continue` for continuing processing when
the first cluster is encountered regardless of the verbosity level
used.
* mkvinfo: added the option `-a`/`--all` for outputting all sub-elements (even
cues & seek head entries) and not stopping at the first cluster regardless
of the verbosity level used.
* MKVToolNix GUI: multiplexer: added an option in the preferences for
disabling adding cover images from Blu-ray discs.
* MKVToolNix GUI: multiplexer: added mkvmerge's new `--deterministic` option
in the "additional command-line options" dialog.
* MKVToolNix GUI: header editor:: when changing track UIDs the referring
elements in existing chapters & tags will be updated automatically,
too.
Bug fixes
* mkvmerge: HEVC ES parser: fixed a bug in the slice parser calculating the
size of a field which in turn could have led to the slice's type being read
wrong.
* mkvmerge: Matroska reader: fixed a segmentation fault when trying to read a
file that uses header removal compression but no removed bytes are present
in the track headers.
* mkvmerge: MPEG elementary stream parser: fixed an invalid memory access and
use of uninitialized memory that could happen under certain
circumstances.
* mkvmerge: RealMedia reader: fixed a division by zero when all audio
timestamps were zero.
* mkvmerge: RealMedia reader: fixed an invalid memory access in the video
frame assembly code triggered by invalid data in the file.
Build system changes
* `std::optional` (C++17 feature) is now used instead of `boost::optional`.
* `std::regex` is now used instead of `boost::regex`.
Other changes
* New man page translations into French, Italian, Russian and Chinese
Traditional have been added.