From 710a4f4ea41608fb4400ce705cf44faf747500d6 Mon Sep 17 00:00:00 2001 From: benfry Date: Sun, 4 Feb 2007 05:09:13 +0000 Subject: [PATCH] fixing the doc stuff for windows dist --- build/shared/revisions.txt | 4 +--- build/windows/dist.sh | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 72c33c97e..d44483e00 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -7,7 +7,7 @@ releases will be super crusty. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . -ABOUT REV 0124 - 3 February 2007 +ABOUT REV 0124 - 4 February 2007 Bug fix bonanza! @@ -31,7 +31,6 @@ Bug fix bonanza! + Fixed minor issue with { and } on the same line http://dev.processing.org/bugs/show_bug.cgi?id=484 - [ core & libraries ] + With smooth() turned off, shouldn't be smoothing image on resize. @@ -68,7 +67,6 @@ Bug fix bonanza! + Fix bug in copy() that caused part of image to be replicated. http://dev.processing.org/bugs/show_bug.cgi?id=372 - [ features ] + smooth() now improves image smoothing when used with the JAVA2D renderer. diff --git a/build/windows/dist.sh b/build/windows/dist.sh index c63288bf2..33f9d46a6 100755 --- a/build/windows/dist.sh +++ b/build/windows/dist.sh @@ -44,9 +44,7 @@ cd processing unzip -q reference.zip # necessary for launching reference from shell/command prompt # which is done internally to view reference -chmod +x reference/*.html -# needed by 'help' menu -chmod +x reference/environment/*.html +find reference -name "*.html" -exec chmod +x {} ';' # get rid of the zip file rm reference.zip cd ..