[PD-cvs] [git]pure-data branch, 0.46, updated. 1492cf07e11fa6807dafc2337dac06f24f5e1655

Miller Puckette millerpuckette at users.sourceforge.net
Thu Sep 10 06:45:18 CEST 2015


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, 0.46 has been updated
       via  1492cf07e11fa6807dafc2337dac06f24f5e1655 (commit)
       via  cd5c12d5e5a6ab219ca24978630b051f0df19979 (commit)
       via  590706c63dee425da490023345cbeed376062334 (commit)
       via  80666482f18287cd73c99d4f7b709be5b78fcb96 (commit)
       via  23024c81e1860136a335c3b7ef44a7f115b34984 (commit)
       via  459d527e5106f5733c0d9107135ec704b310dfce (commit)
      from  8042f6fbe6d9a02e2bd9e2c34063fe71cdad774c (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 1492cf07e11fa6807dafc2337dac06f24f5e1655
Author: Miller Puckette <msp at ucsd.edu>
Date:   Wed Sep 9 21:17:54 2015 -0700

    Invalidate pointers into arrays when the arrays are resized -- thanks to
    Jonathan Wilkes for pointing out this crasher bug.

commit cd5c12d5e5a6ab219ca24978630b051f0df19979
Author: Miller Puckette <msp at ucsd.edu>
Date:   Wed Sep 9 17:54:17 2015 -0700

    version number to 0.46-7 and update file list for Makefile.am

commit 590706c63dee425da490023345cbeed376062334
Author: Miller Puckette <msp at ucsd.edu>
Date:   Wed Sep 9 16:33:49 2015 -0700

    update release notes

commit 80666482f18287cd73c99d4f7b709be5b78fcb96
Author: IOhannes m zmoelnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Wed Sep 9 15:50:03 2015 +0200

    don't build pd-watchdog on MINGW

commit 23024c81e1860136a335c3b7ef44a7f115b34984
Author: IOhannes m zmoelnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Wed Sep 9 15:49:19 2015 +0200

    fix check_exists() on W32
    
    on w32, we cannot use open() to detect whether a directory exists
    (as it will always fail).
    
    instead we use access() (which should be faster anyhow, than a full
    open()/close() cycle).
    
    unicode support makes everything a bit more complicated (taken from sys_open()).
    
    also fixed a small typo, that would append a garbage string to the path
    if the given path was absolute.

commit 459d527e5106f5733c0d9107135ec704b310dfce
Author: Miller Puckette <msp at ucsd.edu>
Date:   Wed Sep 9 16:03:15 2015 -0700

    better error message when object creation fails (loosely adapted from patch 554)

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am         |  832 +++++++++++++++++++++++++-------------------------
 configure.ac        |    2 +-
 doc/1.manual/x5.htm |   10 +
 linux/README.txt    |    3 +-
 src/Makefile.am     |    1 -
 src/g_canvas.c      |   26 +-
 src/g_text.c        |    9 +-
 src/g_traversal.c   |    2 +
 src/m_pd.h          |    2 +-
 src/pd.rc           |    8 +-
 10 files changed, 458 insertions(+), 437 deletions(-)


hooks/post-receive
-- 
pure-data



More information about the Pd-cvs mailing list