This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "pure-data".
The branch, master has been updated via 17b9ec6dd141eb8eeb7c17d083ebe42fc2c43605 (commit) via a6f07dd1873a7d35bd568d13f0d4488931a63f10 (commit) via 2fa1b8e84982a212b7e7a0ded47bc90de4edcab9 (commit) via 6f0f9290dd53f934592f6956c2211c9c7958aeec (commit) via 7a8cce1266ae9c8ffff153b936b9647e23e84132 (commit) via 76da1192ea87594207d960f31f8760161172f6ce (commit) via 1ab6e6f18c04510ef840fe664d6751bad7301bf0 (commit) from 7ddfaeb0ecf87788b6d0d9ff1b7e7f6b24c3eec5 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 17b9ec6dd141eb8eeb7c17d083ebe42fc2c43605 Merge: a6f07dd 2fa1b8e Author: Miller Puckette msp@ucsd.edu Date: Mon Jul 10 13:45:37 2017 -0700
Merge branch 'weak-jack'
commit a6f07dd1873a7d35bd568d13f0d4488931a63f10 Merge: 6f0f929 76da119 Author: Miller Puckette msp@ucsd.edu Date: Mon Jul 10 13:43:10 2017 -0700
Merge branch 'robust-fonthandling'
commit 2fa1b8e84982a212b7e7a0ded47bc90de4edcab9 Author: danomatika danomatika@gmail.com Date: Mon Jul 10 03:22:09 2017 +0200
only include jack/weakjack.h on macOS, fixes segfault when using jack on Linux
commit 6f0f9290dd53f934592f6956c2211c9c7958aeec Author: Miller Puckette msp@ucsd.edu Date: Sat Jul 8 19:55:22 2017 -0700
Not sure what was going on, but "font" menu item was getting disabled... added a line to "enable" it.
commit 7a8cce1266ae9c8ffff153b936b9647e23e84132 Author: IOhannes m zmoelnig zmoelnig@umlautQ.umlaeute.mur.at Date: Thu Jul 6 23:32:10 2017 +0200
check for NULL-functionpointers into jack-framework on all platforms
sometimes, jack is also weakly linked on linux (and protecting the check with __APPLE__ leads to crashes in such situations)
in any case, we want to be sure that jack_client_open is non-NULL, in *all* cases...
commit 76da1192ea87594207d960f31f8760161172f6ce Author: IOhannes m zmoelnig zmoelnig@umlautQ.umlaeute.mur.at Date: Thu Jul 6 22:01:56 2017 +0200
use sane defaults for font-metrics
in case the GUI is unable to come up with the proper font-metrics (e.g. because Tk was compiled without Xft support...)
Closes https://github.com/pure-data/pure-data/issues/90
commit 1ab6e6f18c04510ef840fe664d6751bad7301bf0 Author: IOhannes m zmölnig zmoelnig@umlautQ.umlaeute.mur.at Date: Thu Jul 6 21:19:59 2017 +0200
added binarymsg.c to GNUmakefile.am
so 'make distcheck' succeeds...
-----------------------------------------------------------------------
Summary of changes: extra/pd~/GNUmakefile.am | 2 +- src/s_audio_jack.c | 6 +++--- src/s_main.c | 24 ++++++++++++++++++------ tcl/pd_menus.tcl | 1 + 4 files changed, 23 insertions(+), 10 deletions(-)
hooks/post-receive