diff options
Diffstat (limited to '')
-rw-r--r-- | README | 23 | ||||
-rw-r--r-- | README.COMPILATION.PROBLEMS | 2 |
2 files changed, 2 insertions, 23 deletions
@@ -161,31 +161,10 @@ WHAT'S NEW IN 0.9.5 ? | |||
161 | * Many small improvements in file and flag handling. | 161 | * Many small improvements in file and flag handling. |
162 | * A Y2K statement. | 162 | * A Y2K statement. |
163 | 163 | ||
164 | WHAT'S NEW IN 1.0.0 ? | 164 | WHAT'S NEW IN 1.0.x ? |
165 | 165 | ||
166 | See the CHANGES file. | 166 | See the CHANGES file. |
167 | 167 | ||
168 | WHAT'S NEW IN 1.0.2 ? | ||
169 | |||
170 | See the CHANGES file. | ||
171 | |||
172 | WHAT'S NEW IN 1.0.3 ? | ||
173 | |||
174 | See the CHANGES file. | ||
175 | |||
176 | WHAT'S NEW IN 1.0.4 ? | ||
177 | |||
178 | See the CHANGES file. | ||
179 | |||
180 | WHAT'S NEW IN 1.0.5 ? | ||
181 | |||
182 | See the CHANGES file. | ||
183 | |||
184 | WHAT'S NEW IN 1.0.6 ? | ||
185 | |||
186 | See the CHANGES file. | ||
187 | |||
188 | |||
189 | I hope you find bzip2 useful. Feel free to contact me at | 168 | I hope you find bzip2 useful. Feel free to contact me at |
190 | jseward@acm.org | 169 | jseward@acm.org |
191 | if you have any suggestions or queries. Many people mailed me with | 170 | if you have any suggestions or queries. Many people mailed me with |
diff --git a/README.COMPILATION.PROBLEMS b/README.COMPILATION.PROBLEMS index 14ddd1b..d420854 100644 --- a/README.COMPILATION.PROBLEMS +++ b/README.COMPILATION.PROBLEMS | |||
@@ -12,7 +12,7 @@ This program is released under the terms of the license contained | |||
12 | in the file LICENSE. | 12 | in the file LICENSE. |
13 | ------------------------------------------------------------------ | 13 | ------------------------------------------------------------------ |
14 | 14 | ||
15 | bzip2-1.0.6 should compile without problems on the vast majority of | 15 | bzip2 should compile without problems on the vast majority of |
16 | platforms. Using the supplied Makefile, I've built and tested it | 16 | platforms. Using the supplied Makefile, I've built and tested it |
17 | myself for x86-linux and amd64-linux. With makefile.msc, Visual C++ | 17 | myself for x86-linux and amd64-linux. With makefile.msc, Visual C++ |
18 | 6.0 and nmake, you can build a native Win32 version too. Large file | 18 | 6.0 and nmake, you can build a native Win32 version too. Large file |