1
1
Release Notes for shUnit2 2.1.6
2
2
===============================
3
3
4
- This release contains some bug fixes and changes. It is also the first release
5
- to support running shunit2 as a standalone program.
4
+ This release contains bug fixes and changes. It is also the first release to
5
+ support running shunit2 as a standalone program.
6
6
7
7
Please read the Shell Errata section of the documentation for guidance on how
8
8
to meet these requirements.
@@ -17,6 +17,8 @@ users to execute their unit tests in a manner that is not dependent on the
17
17
location an OS distribution maintainer chose to place shUnit2 in the file
18
18
system.
19
19
20
+ Added support for functions defined like 'function someFunction()'.
21
+
20
22
Changes and Enhancements
21
23
------------------------
22
24
@@ -34,7 +36,6 @@ Deprecated Features
34
36
35
37
None.
36
38
37
-
38
39
Known Bugs and Issues
39
40
---------------------
40
41
@@ -50,48 +51,39 @@ unbound variables cannot be caught. (See ``shunit_test_misc.sh``)
50
51
Tested Platforms
51
52
----------------
52
53
53
- Cygwin (Windows XP SP2)
54
+ Cygwin 1.7.9 (Windows XP SP2)
54
55
55
- - bash 3.2.39(23 )
56
- - dash 0.5.5 .1
56
+ - bash 4.1.10(4 )
57
+ - dash 0.5.6 .1
57
58
- ksh (sym-link to pdksh)
58
59
- pdksh 5.2.14
59
- - zsh 4.3.9
60
+ - zsh 4.3.11
60
61
61
- FreeBSD 7.2 (FreeNAS 0.7.1)
62
-
63
- - bash 4.0.35(1)
64
-
65
- Linux (Ubuntu Dapper 6.06)
62
+ Linux (Ubuntu Dapper 6.06.2 LTS)
66
63
67
64
- bash 3.1.17(1)
68
65
- dash 0.5.3
66
+ - ksh (sym-link to pdksh)
69
67
- pdksh 5.2.14-99/07/13.2
70
68
- zsh 4.2.5
71
69
72
- Linux (Ubuntu Hardy 8.04)
70
+ Linux (Ubuntu Hardy 8.04.4 LTS )
73
71
74
72
- bash 3.2.39(1)
75
73
- dash 0.5.4
76
74
- ksh M-1993-12-28
77
75
- pdksh 5.2.14-99/07/13.2
78
76
- zsh 4.3.4
79
77
80
- Linux (Ubuntu Lucid 10.04)
78
+ Linux (Ubuntu Lucid 10.04.2 LTS )
81
79
82
80
- bash 4.1.5(1)
83
81
- dash 0.5.5.1
84
82
- ksh JM-93t+-2009-05-01
85
83
- pdksh 5.2.14-99/07/13.2
86
84
- zsh 4.3.10
87
85
88
- Mac OS X 10.5.8
89
-
90
- - bash 3.2.17(1)
91
- - ksh M-1993-12-28
92
- - zsh 4.3.4
93
-
94
- Mac OS X 10.6.3
86
+ Mac OS X 10.6.7
95
87
96
88
- bash 3.2.48(1)
97
89
- ksh M-1993-12-28
@@ -111,12 +103,10 @@ Solaris 9 U6 x86
111
103
- ksh M-11/16/88i
112
104
- zsh 3.0.8
113
105
114
- Solaris 11 x86 (Nexenta 3.0 beta 3)
106
+ OpenSolaris 2009.06(snv_111b) x86
115
107
116
108
- /bin/sh
117
- - bash 3.2.48(1)
118
- - ksh M-11/16/88i
119
- - zsh 4.3.4
120
-
109
+ - bash 3.2.25(1)
110
+ - ksh 2008-11-04
121
111
122
112
.. vim:fileencoding=latin1:ft=rst:spell:tw=80
0 commit comments