Instead of a handrolled do-build that doesn't respect COMPILER,
resulting in a library built with base-g++ on sparc64 and friends.
That doesn't fly with other ports being built with C++11 and ports-gcc.
shared lib version major bump because of the resulting export changes on
base-gcc archs, no change with base-clang.
This should fix at least
http://build-failures.rhaalovely.net/sparc64/2020-03-08/games/pokerth.log
This also adds a dedicated test target and drops NO_TEST.
of memory leaks. Add a patch for a time_t truncation issue on
architectures with 32 bit longs. The update results in one test
failure showing much more often on sparc64:
*** [err]: pending querybuf: check size of pending_querybuf after set a big value in tests/unit/pendingquerybuf.tcl
the used_memory of replica is much larger than master. Master:35666976 Replica:69051032
Tests by Uwe Werler.
ok kn, "move forward" danj
Release notes:
https://raw.githubusercontent.com/antirez/redis/5.0/00-RELEASENOTES
Tortoisehg uses the internal mercurial API. We must to maintain mercurial and
tortoisehg in sync. In the last year, the releases have been lagging, sometimes
for months, only published as a tag in bitbucket, not always and not at time
for mayor mercurial versions. On the other hand, mercurial is a server exposed
to the network using an unsupported python version. Our actual mercurial
version would be 1+ year old for 6.8 with large changes in between (python2 to
python3).
We could add the port again in the future if upstream starts to release new
versions regularly.
OK paco@ gkoehler@. No objection sthen@.
Now the programm displays and controls the current sndiod master
volume level, which is present on any device and always corresponds to
the device programs are playing on. This also fixes crashes when the
volume slider is touched.
ok rsadowski
Now the programm displays the current sndiod master volume level,
which is present on any device and always corresponds to the device
programs are playing on.
Now the programm displays and controls the sndiod master volume knob,
which is present on any device and always corresponds to the device
programs are playing on.
Changes for this release:
* metrics: Fix --templateMetricsHints [5eadc4c0]
* resources: Add data context to the key in ExecuteAsTemplate [18cb21ff]
* Improve Tailwind/PostCSS error messages [df298558]
* deps: Update Blackfriday [b1106f87]
* resources: Try to fix a Go 1.15 go vet error [c0177fe2]
* Add languageDirection to language configuration [5914f91b]
ok jca@