Skip to content

Commit ef45e6d

Browse files
committed
Update bdiff page re v1.0.0-rc.1
1 parent bbadee8 commit ef45e6d

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

_software/bdiff.html

+9-6
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
layout: "programs-tplt"
33
group: apps
44
priority: 4
5-
version: "1.0.0-beta.2"
6-
release-date: "2024-08-29"
5+
version: "1.0.0-rc.1"
6+
release-date: "2024-10-24"
77
os: Windows 7 SPI & later
88
title: "BDiff / BPatch Utilities"
99
precis: "Creates diffs between files and applies patches"
@@ -29,7 +29,7 @@ <h2 class="panel-title">
2929
<em>BDiff</em> is used to output information about the differences between two files, with the option to output binary information. <em>BPatch</em> can apply binary patches created by <em>BDiff</em>.
3030
</p>
3131
<p>
32-
For details of how to use the programs read the manual pages &ndash; the are links in the <a href="#docs">documentation section</a> below.
32+
For details of how to use the programs read the manual pages &ndash; there are links in the <a href="#docs">documentation section</a> below.
3333
</p>
3434
<p class="alert alert-info glyph">
3535
These programs are modified versions of Stefan Reuther's <em>bdiff</em> and <em>bpatch</em> utilities, based on Pascal translations of the original C source code. [<a class="direct-dl" href="https://drive.google.com/file/d/1KQ3k44NFkOdSDU7-OtNi7JKVs5Mr_gt1/view" title="File on Google drive containing of original C source code">Get the C source code from Google Drive</a>].
@@ -45,14 +45,17 @@ <h2 class="panel-title">
4545
</div>
4646
<div class="panel-body">
4747
<p>
48-
These programs are hosted on GitHub in the <code><a href="{{ page.repo-url }}">delphidabbler/bdiff</a></code> repository. The programs can be downloaded from the repository's <em>Releases</em> tab.
48+
These programs are hosted on GitHub in the <code><a href="{{ page.repo-url }}">delphidabbler/bdiff</a></code> repository. Both 32 bit and 64 bit versions of the programs can be downloaded from the repository's <em>Releases</em> section.
4949
</p>
5050
<p>
51-
Each release gives the option of downloading either the programs in executable format or the source code. Your options are:
51+
Each release gives the option of downloading the programs in executable format or as source code. Your options are:
5252
</p>
5353
<ul>
5454
<li>
55-
Choose <code>dd-bdiff-{{page.version}}.zip</code> to download a zip file containing both <em>BDiff</em> and <em>BPatch</em>. Extract the content of the <code>.zip</code> file. The included read-me file (<code>README.md</code>) explains how to install the programs.
55+
<code>bdiff-exe32--{{page.version}}.zip</code> - contains the 32 bit version of BDiff and BPatch along with documentation and tests.
56+
</li>
57+
<li>
58+
<code>bdiff-exe64--{{page.version}}.zip</code> - contains the 64 bit version of BDiff and BPatch along with documentation and tests.
5659
</li>
5760
<li>
5861
Choose <code>Source&nbsp;code.zip</code> to download the source code in <code>.zip</code> format.

0 commit comments

Comments
 (0)