Skip to content

Commit dfdb0c8

Browse files
finished testing; updated versions
1 parent 231727a commit dfdb0c8

File tree

1 file changed

+16
-26
lines changed

1 file changed

+16
-26
lines changed

doc/RELEASE_NOTES-2.1.6.txt

Lines changed: 16 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Release Notes for shUnit2 2.1.6
22
===============================
33

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.
66

77
Please read the Shell Errata section of the documentation for guidance on how
88
to meet these requirements.
@@ -17,6 +17,8 @@ users to execute their unit tests in a manner that is not dependent on the
1717
location an OS distribution maintainer chose to place shUnit2 in the file
1818
system.
1919

20+
Added support for functions defined like 'function someFunction()'.
21+
2022
Changes and Enhancements
2123
------------------------
2224

@@ -34,7 +36,6 @@ Deprecated Features
3436

3537
None.
3638

37-
3839
Known Bugs and Issues
3940
---------------------
4041

@@ -50,48 +51,39 @@ unbound variables cannot be caught. (See ``shunit_test_misc.sh``)
5051
Tested Platforms
5152
----------------
5253

53-
Cygwin (Windows XP SP2)
54+
Cygwin 1.7.9 (Windows XP SP2)
5455

55-
- bash 3.2.39(23)
56-
- dash 0.5.5.1
56+
- bash 4.1.10(4)
57+
- dash 0.5.6.1
5758
- ksh (sym-link to pdksh)
5859
- pdksh 5.2.14
59-
- zsh 4.3.9
60+
- zsh 4.3.11
6061

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)
6663

6764
- bash 3.1.17(1)
6865
- dash 0.5.3
66+
- ksh (sym-link to pdksh)
6967
- pdksh 5.2.14-99/07/13.2
7068
- zsh 4.2.5
7169

72-
Linux (Ubuntu Hardy 8.04)
70+
Linux (Ubuntu Hardy 8.04.4 LTS)
7371

7472
- bash 3.2.39(1)
7573
- dash 0.5.4
7674
- ksh M-1993-12-28
7775
- pdksh 5.2.14-99/07/13.2
7876
- zsh 4.3.4
7977

80-
Linux (Ubuntu Lucid 10.04)
78+
Linux (Ubuntu Lucid 10.04.2 LTS)
8179

8280
- bash 4.1.5(1)
8381
- dash 0.5.5.1
8482
- ksh JM-93t+-2009-05-01
8583
- pdksh 5.2.14-99/07/13.2
8684
- zsh 4.3.10
8785

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
9587

9688
- bash 3.2.48(1)
9789
- ksh M-1993-12-28
@@ -111,12 +103,10 @@ Solaris 9 U6 x86
111103
- ksh M-11/16/88i
112104
- zsh 3.0.8
113105

114-
Solaris 11 x86 (Nexenta 3.0 beta 3)
106+
OpenSolaris 2009.06(snv_111b) x86
115107

116108
- /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
121111

122112
.. vim:fileencoding=latin1:ft=rst:spell:tw=80

0 commit comments

Comments
 (0)