Browse code

Fix a bunch of typos in the release documentation.

Diego Biurrun authored on 2011/03/06 19:02:36
Showing 2 changed files
... ...
@@ -3,11 +3,11 @@ releases are sorted from youngest to oldest.
3 3
 
4 4
 version 0.5.4:
5 5
 
6
-- Fix memory corruption in wmv parsing (addresses CVE-2010-3908)
6
+- Fix memory corruption in WMV parsing (addresses CVE-2010-3908)
7 7
 - Fix heap corruption crashes (addresses CVE-2011-0722)
8
-- Fix crashes in vorbis decoding found by zzuf (addresses CVE-2010-4704)
9
-- Fix another crash in vorbis decoding (addresses CVE-2011-0480, Chrome issue 68115)
10
-- Fix invalid reads in vc1 decoding (related to CVE-2011-0723)
8
+- Fix crashes in Vorbis decoding found by zzuf (addresses CVE-2010-4704)
9
+- Fix another crash in Vorbis decoding (addresses CVE-2011-0480, Chrome issue 68115)
10
+- Fix invalid reads in VC-1 decoding (related to CVE-2011-0723)
11 11
 
12 12
 
13 13
 
... ...
@@ -23,7 +23,7 @@ version 0.5.3:
23 23
 version 0.5.2:
24 24
 
25 25
 - Hurd support
26
-- PowerPC without Altivec compilation issues
26
+- PowerPC without AltiVec compilation issues
27 27
 - validate channels and samplerate in the Vorbis decoder
28 28
 
29 29
 
... ...
@@ -109,7 +109,7 @@ FFmpeg library.
109 109
 General notes
110 110
 -------------
111 111
 
112
-This is a maintenance only release that addresses a small number of security
112
+This is a maintenance-only release that addresses a small number of security
113 113
 and portability issues. Distributors and system integrators are encouraged
114 114
 to update and share their patches against this branch.
115 115
 
... ...
@@ -120,20 +120,20 @@ to update and share their patches against this branch.
120 120
 General notes
121 121
 -------------
122 122
 
123
-This is (again) another maintenance only release that addresses a fix
123
+This is (again) another maintenance-only release that addresses a fix
124 124
 for seekable HTTP and an exploitable bug in the FLIC decoder
125 125
 (cf. CVE-2010-3429 for details). Distributors and system integrators are
126 126
 encouraged to update and share their patches against this branch.
127 127
 
128 128
 
129 129
 
130
-* 0.5.4 Feb 20, 2011
130
+* 0.5.4 Feb 24, 2011
131 131
 
132 132
 General notes
133 133
 -------------
134 134
 
135 135
 This is the first release that we cut after git migration. It is another
136
-maintenance only release that addresses several security issue that have
136
+maintenance-only release that addresses several security issues that were
137 137
 brought to our attention. In detail, fixes for RV30/40, WMV, Vorbis and
138
-VC1 have been backported for trunk. Distributors and system integrators
138
+VC-1 have been backported from trunk. Distributors and system integrators
139 139
 are encouraged to update and share their patches against this branch.