Skip to content

Commit 9d01a60

Browse files
committed
Update Changes.txt
Some minor typos. Add IEntryFactory code to 1.1 cmbx.
1 parent c38c6f4 commit 9d01a60

File tree

13 files changed

+24
-20
lines changed

13 files changed

+24
-20
lines changed

SharpZlib.build

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
-->
1919

2020
<target name="build"
21-
description="Build the current source generating appropriate build artifacts">
21+
description="Build the current source.">
2222
<echo message="Building #ZipLib"/>
2323
<csc
2424
target="library"
@@ -35,7 +35,7 @@
3535
</target>
3636

3737
<target name="build.cf"
38-
description="Build for compact framework using version defined in build.cf property">
38+
description="Build for compact framework. Version defined in build.cf property">
3939
<echo message="Building #ZipLib for compact framework"/>
4040
<csc
4141
target="library"
@@ -57,7 +57,7 @@
5757
</target>
5858

5959
<target name="preparerelease"
60-
description="Prepeare for a relase by setting up versions etc.">
60+
description="Prepare for a release.">
6161
<script language="C#">
6262
<code><![CDATA[
6363
static StringCollection SearchDirectory(string directory, string filemask)
@@ -196,13 +196,13 @@
196196
</target>
197197

198198
<target name="releasebuild"
199-
description="Prepare and buils a release version">
199+
description="Prepare and builds a release version">
200200
<call target="preparerelease" />
201201
<call target="build" />
202202
</target>
203203

204204
<target name="clean"
205-
description="Remove build artifacts">
205+
description="Remove build artefacts">
206206
<delete verbose="true" >
207207
<fileset basedir=".">
208208
<include name="bin/ICSharpCode.SharpZipLib.dll"/>

doc/Changes.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
Changes since v0.85
22

3-
+ BREAKING CHANGE: Zip name transform implementations and other classes no longer support non-relative paths.
4-
+ Update to Compact Framework handling to cater for CF 2.0 as well as 1.0
5-
+ GZipOutputStream header writing delayed allowing the class to be used with HTTP and IIS (via HttpResponse.Filter). This was supposed to be fixed in 0.6 but was ommited.
3+
+ BREAKING CHANGE: Zip name transform implementations and other classes no longer directly support non-relative paths.
4+
+ Update to Compact Framework handling to cater for CF 2.0 as well as 1.0 (minus encryption for 1.0)
65
+ Fix for Zip64 descriptor handling.
6+
+ Zip64 handling altered to default to "Zip32" for compatability.
77
+ Add preliminary implementation for handlng of full unicode names.
88
+ Fix up encryption handling for ZipFile during updates.
9-
+ ZIP-149 SVN Revision number incorporated in builds.
109
+ Fix for updating bug were comment is the only thing updated.
11-
+ Add IEntryFactory interface and default implementation.
10+
+ Add IEntryFactory interface and default implementation. Used in FastZip class currently.
11+
+ ZIP-1216 GZipOutputStream header writing delayed allowing the class to be used with HTTP and IIS (via HttpResponse.Filter). This was supposed to be fixed in 0.6 but was ommited.
12+
+ ZIP-149 SVN Revision number incorporated in builds.
13+
+ ZIP-1245 CF Build support added
1214

1315
Changes since v0.84
1416
+ Mod time written in gzip header corrected.

samples/cs/CreateZipFile/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyTrademark("")]
1111
[assembly: AssemblyCulture("")]
1212

13-
[assembly: AssemblyVersion("0.85.1.269")]
13+
[assembly: AssemblyVersion("0.85.1.270")]
1414

1515
[assembly: AssemblyDelaySign(false)]
1616
[assembly: AssemblyKeyFile("")]

samples/cs/FastZip/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// You can specify all values by your own or you can build default build and revision
2424
// numbers with the '*' character (the default):
2525

26-
[assembly: AssemblyVersion("0.85.1.269")]
26+
[assembly: AssemblyVersion("0.85.1.270")]
2727

2828
// The following attributes specify the key for the sign of your assembly. See the
2929
// .NET Framework documentation for more information about signing.

samples/cs/minibzip2/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyTrademark("")]
1111
[assembly: AssemblyCulture("")]
1212

13-
[assembly: AssemblyVersion("0.85.1.269")]
13+
[assembly: AssemblyVersion("0.85.1.270")]
1414

1515
[assembly: AssemblyDelaySign(false)]
1616
[assembly: AssemblyKeyFile("")]

samples/cs/minigzip/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyTrademark("")]
1111
[assembly: AssemblyCulture("")]
1212

13-
[assembly: AssemblyVersion("0.85.1.269")]
13+
[assembly: AssemblyVersion("0.85.1.270")]
1414

1515
[assembly: AssemblyDelaySign(false)]
1616
[assembly: AssemblyKeyFile("")]

samples/cs/sz/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// You can specify all values by your own or you can build default build and revision
2424
// numbers with the '*' character (the default):
2525

26-
[assembly: AssemblyVersion("0.85.1.269")]
26+
[assembly: AssemblyVersion("0.85.1.270")]
2727

2828
// The following attributes specify the key for the sign of your assembly. See the
2929
// .NET Framework documentation for more information about signing.

samples/cs/tar/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// You can specify all values by your own or you can build default build and revision
2424
// numbers with the '*' character (the default):
2525

26-
[assembly: AssemblyVersion("0.85.1.269")]
26+
[assembly: AssemblyVersion("0.85.1.270")]
2727

2828
// The following attributes specify the key for the sign of your assembly. See the
2929
// .NET Framework documentation for more information about signing.

samples/cs/zf/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
// You can specify all the values or you can default the Revision and Build Numbers
2727
// by using the '*' as shown below:
2828

29-
[assembly: AssemblyVersion("0.85.1.269")]
29+
[assembly: AssemblyVersion("0.85.1.270")]
3030

3131
//
3232
// In order to sign your assembly you must specify a key to use. Refer to the

src/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
[assembly: AssemblyTrademark("")]
5050
[assembly: AssemblyCulture("")]
5151

52-
[assembly: AssemblyVersion("0.85.1.269")]
52+
[assembly: AssemblyVersion("0.85.1.270")]
5353

5454
// Setting ComVisible to false makes the types in this assembly not visible
5555
// to COM components. If you need to access a type in this assembly from

0 commit comments

Comments
 (0)