-
Notifications
You must be signed in to change notification settings - Fork 6
/
VERSION_HISTORY
42 lines (30 loc) · 1.17 KB
/
VERSION_HISTORY
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
CURRENT VERSION:
Name: dellbiosupdate.sh
Version: 0.1.2.1
Date: Mon, Mar 30 2009
Author: Callea Gaetano Andrea (aka cga)
Contributors:
Languages: BASH
Location: http://github.com/cga/dellbiosupdate.sh/tree/master
VERSION HISTORY:
0.1.2.1 Mon, Mar 30 2009:
using "awk" instead of "cut" to get the "Product Name:" after a feedback from user "lvillani" who couldn't get the "Product Name:" properly set. Please test and let me know.
0.1.2 Sun, Mar 29 2009:
use of "case/esac" in the select instead of too many if fi;
0.1.1.1 Sun, Mar 29 2009:
fixed some little things like spaces and consinstency in if fi;
0.1.1 Sat, Mar 28 2009:
added a check on uid;
better "select BIOS VERSION" menu with option to quit;
now you can use it also to check the available BIOS Version ;)
modified README;
added VERIONS_HISTORY file;
0.1.0 Thu, Mar 26 2009:
first version;
it works 100% but it needs some more love ;)
TODO:
0.1.3 implement a better script;
0.2.0 make the script runnable with switches;
THANKS TO:
thanks a *lot* to the folks in #bash freenode's chat room for help and snippets!!!
thanks to mind and tosky for suggestions.