Skip to content

Commit

Permalink
Release 1.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
lekeely committed Oct 31, 2017
1 parent b07f7ac commit 0b76407
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 34 deletions.
2 changes: 1 addition & 1 deletion dert/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#export JAVACMD=/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/bin/java
#export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home

DERT_VERSION="1.0.1"
DERT_VERSION="1.0.2"

ant -v -buildfile build_linux.xml clean -Ddertversion=$DERT_VERSION
ant -v -buildfile build_linux.xml main -Ddertversion=$DERT_VERSION
Expand Down
29 changes: 0 additions & 29 deletions dert/build_kernels.sh

This file was deleted.

1 change: 0 additions & 1 deletion dert/build_macapp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@
<chmod dir="${macdeploydir}" perm="g+x" />
<chmod dir="${macappdir}/html" perm="g+x" />
<chmod dir="${macappdir}/html/images" perm="g+x" />
<chmod dir="${macappdir}/lib" perm="g+x" />
<chmod dir="${macappdir}/proj" perm="g+x" />
<chmod dir="${macappdir}/kernels" perm="g+x" />
<chmod dir="${macappdir}/colormap" perm="g+x" />
Expand Down
2 changes: 1 addition & 1 deletion dert/dert.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Dert.Version=1.0.1
Dert.Version=1.0.2

# Location of dertstash directory ($user.home uses Java system property user.home)
StashPath=$user.home
Expand Down
27 changes: 25 additions & 2 deletions dert/doc/ReleaseNotes.rtf
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{\rtf1\ansi\ansicpg1252\cocoartf1504\cocoasubrtf830
{\rtf1\ansi\ansicpg1252\cocoartf1404\cocoasubrtf470
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
{\*\expandedcolortbl;;}
\margl1440\margr1440\vieww17200\viewh15840\viewkind0
\deftab720
\pard\pardeftab720\partightenfactor0
Expand All @@ -17,6 +16,30 @@ Always include the dert.log file from the dertstash directory in your home direc
\
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardeftab720\pardirnatural\partightenfactor0

\b \cf0 DERT version 1.0.2 Release Notes
\b0 \
\
November 2017\
\

\b Known Issues:
\b0 \
\
- Rendering process can skip frames on older Macs. This could be due to a shader program that has too much to do.\
- Fonts do not work in LayerFactory on Linux.\
\

\b New In This Release:
\b0 \
\
- Updated http protocol in get_kernels script.\
\pard\pardeftab720\partightenfactor0
\cf0 \
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardeftab720\pardirnatural\partightenfactor0
\cf0 \
\
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardeftab720\pardirnatural\partightenfactor0

\b \cf0 DERT version 1.0.1 Release Notes
\b0 \
\
Expand Down

0 comments on commit 0b76407

Please sign in to comment.