summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r--RELEASE_NOTES24
1 files changed, 14 insertions, 10 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 2781a40..665ace3 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,7 +1,7 @@
1ctprof_srv 1ctprof_srv
2 2
3Version 1.0 3Version 1.1
4Release Date: 8/21/2013 4Release Date: 9/12/2013
5 5
6Description 6Description
7=========== 7===========
@@ -38,18 +38,16 @@ saved in the release or debug directories.
38Examples: 38Examples:
39 39
40make with CROSS_COMPILE: 40make with CROSS_COMPILE:
41make clean debug arm install DESTDIR=/your/favorite/utility/dir 41make clean debug install arm DESTDIR=/your/favorite/utility/dir
42make clean release arm install DESTDIR=/your/favorite/utility/dir 42make clean release install arm DESTDIR=/your/favorite/utility/dir
43 43
44Make with your favorite compiler: 44Make with your favorite compiler:
45make CC=target-gcc clean debug install DESTDIR=/your/favorite/utility/dir 45make CC=target-gcc clean debug install DESTDIR=/your/favorite/utility/dir
46make CC=target-gcc clean release install DESTDIR=/your/favorite/utility/dir 46make CC=target-gcc clean release install DESTDIR=/your/favorite/utility/dir
47 47
48make all: 48make all with CROSS_COMPILE:
49make all DESTDIR=/your/favorite/utility/dir (same as: make clean release arm 49make all arm DESTDIR=/your/favorite/utility/dir (same as: make clean release install
50 install DESTDIR=) 50 arm DESTDIR=/your/favorite/utility/dir)
51
52The ctprof_srv directory
53 51
54System Requirements 52System Requirements
55=================== 53===================
@@ -79,7 +77,7 @@ History
79======= 77=======
80 78
818/21/2013 - First release 798/21/2013 - First release
82 809/12/2013 - Version 1.1
83 81
84Known Deficiencies 82Known Deficiencies
85================== 83==================
@@ -87,6 +85,12 @@ Known Deficiencies
87Enhancements & New Features 85Enhancements & New Features
88=========================== 86===========================
89 87
88Version 1.1 update
89- Made minor ctprof_srv modification to eliminate pipe warning
90 when terminating (when using -t with ctprof_sync.sh script).
91- Improved ctprof_ex to make it usable for all examples in wiki
92 documentation.
93
90Bug Fixes 94Bug Fixes
91========= 95=========
92 96