Skip to content

Commit 95a4314

Browse files
committed
Update gbg page re release 0.4.0
Also corrected some errors.
1 parent 4eff092 commit 95a4314

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_software/gbg.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
layout: "programs-tplt"
33
group: apps
44
priority: 5.5
5-
version: "0.3.0"
6-
os: "Windows 7 & later"
7-
release-date: "2023-06-06"
5+
version: "0.4.0"
6+
os: "Windows 7 SP1 & later"
7+
release-date: "2024-08-31"
88
title: "GBG"
99
precis: "Creates files of a specified size filled with garbage bytes."
1010
summary: "Command line program that creates files of a given size containing random-ish bytes."
@@ -13,7 +13,7 @@
1313
download-base-url: "https://github.com/delphidabbler/gbg/releases/tag/v"
1414
repo-url: "https://github.com/delphidabbler/gbg"
1515
want-header-buttons: true
16-
copyright-date: "2023"
16+
copyright-date: "2024"
1717
status: "current"
1818
---
1919
<section class="panel panel-default">
@@ -27,7 +27,7 @@ <h2 class="panel-title">
2727
<em>GBG</em> is a 32 bit & 64 bit Windows command line program that creates files of a specified size, filled with pseudo-random <strong>G</strong>ar<strong>b</strong>a<strong>g</strong>e bytes.
2828
</p>
2929
<p>
30-
Files between 0 and 2GiB in size can be generated, although for file sizes greater than 500,000,000 bytes the user must confirm the operation.
30+
Files between 0 and 2GiB in size can be generated, although for file sizes greater than 500,000,000 bytes the user must either confirm the operation or specify a command line option to ignore the size check.
3131
</p>
3232
<p>
3333
Files up to 10MiB in size are generated with random bytes. Files larger than 10MiB have the first 10MiB bytes generated randomly, but then that same 10MiB pattern is repeated as many times as necessary. If the requested file size is zero then an empty file is created.
@@ -62,7 +62,7 @@ <h2 class="panel-title">
6262
</p>
6363
<ul>
6464
<li>
65-
Choose <code>gbg-exe64-{{page.version}}.zip</code> to download a zip file containing the 64 bit version of the program or <code>gbg-exe32-{{page.version}}.zip</code> for the 32 bit version. There is no installer. Just extract the desired program's <code>.exe</code> from the <code>.zip</code> file and copy it to a folder on your system. It can be run from there.
65+
Choose <code>gbg-exe-{{page.version}}.zip</code> to download a zip file containing the both the 64 bit and 32 bit versions of the program. The 64 bit program is named <code>GBG.exe</code> while the 32 bit version is named <code>GBG32.exe</code>. Which version you choose depends on whether you are running Windows 64 bit or 32 bit. There is no installer. Just extract the desired program's <code>.exe</code> from the <code>.zip</code> file and copy it to a folder on your system. It can be run from there.
6666
</li>
6767
<li>
6868
Choose <code>Source&nbsp;code.zip</code> to download the source code in <code>.zip</code> format.

0 commit comments

Comments
 (0)