-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
25 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.TH "BCAL" "1" "02 Oct 2018" "Version 2.0" "User Commands" | ||
.TH "BCAL" "1" "11 Dec 2018" "Version 2.1" "User Commands" | ||
.SH NAME | ||
bcal \- Storage expression calculator. | ||
.SH SYNOPSIS | ||
|
@@ -185,7 +185,7 @@ Arun Prakash Jana <[email protected]> | |
.SH REPORTING BUGS | ||
.I https://github.com/jarun/bcal/issues | ||
.SH LICENSE | ||
Copyright \(co 2016-2018 Arun Prakash Jana <[email protected]> | ||
Copyright \(co 2016 Arun Prakash Jana <[email protected]> | ||
.PP | ||
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. | ||
.br | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,7 +70,7 @@ typedef struct { | |
uchar loglvl : 2; | ||
} settings; | ||
|
||
static char *VERSION = "2.0"; | ||
static char *VERSION = "2.1"; | ||
static char *units[] = {"b", "kib", "mib", "gib", "tib", "kb", "mb", "gb", "tb"}; | ||
static char *logarr[] = {"ERROR", "WARNING", "INFO", "DEBUG"}; | ||
|
||
|
@@ -1155,7 +1155,7 @@ optional arguments:\n\ | |
prompt_help(); | ||
|
||
printf("\nVersion %s\n\ | ||
Copyright © 2016-2018 Arun Prakash Jana <[email protected]>\n\ | ||
Copyright © 2016 Arun Prakash Jana <[email protected]>\n\ | ||
License: GPLv3\n\ | ||
Webpage: https://github.com/jarun/bcal\n", VERSION); | ||
} | ||
|
3785a66
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eclipseo, @maxice8, @pabloariasal, @szlin bcal v2.1 is released!
3785a66
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
3785a66
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's built on Fedora.
3785a66
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @maxice8 and @eclipseo!
3785a66
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jarun The new version of bcal has been uploaded.
3785a66
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Lin!
3785a66
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Submitted to openSUSE.
3785a66
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
3785a66
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bcal is now mainline. It would be in main open SUSE repository for next release. I gather that bcal does not compile on 32bit architecture.
3785a66
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! Yes, it's 64-bit only.