Skip to content

Commit

Permalink
Released v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NHellFire committed May 15, 2015
1 parent d75fe46 commit 30f3ad9
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 8 deletions.
54 changes: 47 additions & 7 deletions CHANGELOG → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
Released v3.0.0, 1st May 2015:
### Released v3.0.1, 12th May 2015:

- Allow turning disk fingerprinting off

- dwipe:
- Correct throughput formatting
- Add configuration menu

- init.d: Call `reset` instead of resetting terminal manually

- Write dummy bootcode to wiped devices containing info (closes #3)

- skeleton:
- Change to press enter to shutdown
- Hide dd output when writing MBRs
- Have syslogd erase log every 20MB
- Fix TFTP log upload
Specify: tftp=x.x.x.x:69 in kernel args
Default TFTP port (69) will be used if omitted.
- Automatically configure network
- Only attempt to write MBR if device is still attached

 
 

### Released v3.0.0, 1st May 2015:

- Updated to buildroot 2015.02 (kernel 3.18.x)

Expand Down Expand Up @@ -33,26 +58,41 @@ Released v3.0.0, 1st May 2015:
- Remove lshw binary
Buildroot provides a package now

# These haven't been tested, but *should* work
##### These haven't been tested, but *should* work
- Save log in /DBANLOG/ on specified TFTP server
Specify: tftp=x.x.x.x:69 in kernel arguments
Default TFTP port (69) will be used if omitted.

- Save log to FAT filesystems containing DBANLOG folder in root.

 
 

### Released 2.2.8, November 22nd, 2013:


Released 2.2.8 November 22nd, 2013:
- Buildroot updated to 2012.02 (Thanks to sourceforge user HellFire / github NHellFire!).

- /bin/sh replaced by /bin/bash.

- Kernel messages are not shown any more on top of DBAN GUI.

- Dwipe (erasure engine) is integrated as a package to the Buildroot.

- "nousb" option added in autonuke mode (in auto mode USB sticks/hdds will not be erased. No more accidents!).

- Fixed erasure failure if one of the disks was unplugged while in disk selection screen.

- Card reader/unknown device erasure crash is fixed.

Released 2.2.7 September 10th, 2012:
 
 

### Released 2.2.7, September 10th, 2012:

- Updated/fixed packages: jpeg.

- Issues resolved (http://bugs.uclibc.org):
#3137285: hangs on starting isolinux
#3151269: dban-2.2.6_i586.iso "No Configuration File Found" errors

- #3137285: hangs on starting isolinux

- #3151269: dban-2.2.6_i586.iso "No Configuration File Found" errors
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Buildroot for Boot And Nuke
===========================
[![](https://img.shields.io/github/downloads/NHellFire/dban/latest/total.svg "Latest version")](https://github.com/NHellFire/dban/releases/latest)
[![](https://img.shields.io/github/downloads/NHellFire/dban/v3.0.1/total.svg)](https://github.com/NHellFire/dban/releases/tag/v3.0.1)
[![](https://img.shields.io/github/downloads/NHellFire/dban/v3.0.0/total.svg)](https://github.com/NHellFire/dban/releases/tag/v3.0.0)
[![](https://img.shields.io/github/downloads/NHellFire/dban/v2.2.8/total.svg)](https://github.com/NHellFire/dban/releases/tag/v2.2.8)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

DBAN_NAME="Darik's Boot and Nuke"
DBAN_NAME_SHORT="DBAN"
DBAN_VERSION="3.0.0"
DBAN_VERSION="3.0.1"

# The rc scripts and dwipe program use these variables to create banners.
export DBAN_NAME
Expand Down

0 comments on commit 30f3ad9

Please sign in to comment.