-
-
Notifications
You must be signed in to change notification settings - Fork 749
Release v2.62.1 #2280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v2.62.1 #2280
Changes from all commits
768bc15
3eaebd3
3c2e21b
41143c2
a31d8ce
639252e
75c28ec
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| ______ _ _ ____ _____ | ||
| | ____| \ | | / __ \ / ____| | ||
| | |__ | \| |______| | | | (___ | ||
| | __| | . ` |______| | | |\___ \ | ||
| | |____| |\ | | |__| |____) | | ||
| |______|_| \_| \____/|_____/ |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| ############ | ||
| ####### ####### | ||
| #### #### | ||
| ### ###### ###### ### | ||
| ### ######### ######### ### | ||
| ### ######## ######## ### | ||
| ### #### ###### ####### ### ### | ||
| ### ####### ##### ##### ###### ### | ||
| ## ######## ### ### ######## ## | ||
| ### ########### ########### ### | ||
| ## ############ ########### ## | ||
| ## ## | ||
| ## ############ ########### ## | ||
| ### ########### ########### ### | ||
| ## ######## ### ### ######## ## | ||
| ### ###### ##### ##### ###### ### | ||
| ### ### ####### ####### ### ### | ||
| ### ######### ######### ### | ||
| ### ######### ######### ### | ||
| ### ###### ###### ### | ||
| #### #### | ||
| ####### ####### | ||
| ############## |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| xxrjr ftttt | ||
| xxxxxjjfffft | ||
| xxxxxxxjjjjj | ||
| xxxxxxxjjjjj | ||
| xxxxxxxxxnxx | ||
| xxxxxxxn | ||
| $2[[ | ||
| //// [[ | ||
| //// [[ | ||
| ///////[[ | ||
| /////]] | ||
| [[ | ||
| [[ | ||
| [[ | ||
| [[ | ||
| [[ | ||
| [] |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| *++++++++++++++* | ||
| *=:-::-::-::-::-::=* | ||
| +============. ===+ | ||
| +===========. ====+ | ||
| +++++++++++ +++++* | ||
| *+++ =+++ ++++++* | ||
| *++++ .+ +++++++* | ||
| *+++++ ++++++++* | ||
| *++++++ =+++++++++* | ||
| *++++++++++++++++++* | ||
| *++++++++++++++* |
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -1561,6 +1561,16 @@ static const FFlogo E[] = { | |||||||||
| FF_COLOR_FG_DEFAULT, | ||||||||||
| }, | ||||||||||
| }, | ||||||||||
| // EN-OS | ||||||||||
| { | ||||||||||
| .names = {"ENOS"}, | ||||||||||
| .lines = FASTFETCH_DATATEXT_LOGO_ENOS, | ||||||||||
| .colors = { | ||||||||||
| FF_COLOR_FG_LIGHT_BLUE, | ||||||||||
| }, | ||||||||||
| .colorKeys = FF_COLOR_FG_LIGHT_BLUE, | ||||||||||
| .colorTitle = FF_COLOR_FG_LIGHT_BLUE, | ||||||||||
| }, | ||||||||||
| // EncryptOS | ||||||||||
| { | ||||||||||
| .names = { "EncryptOS" }, | ||||||||||
|
|
@@ -2653,6 +2663,16 @@ static const FFlogo L[] = { | |||||||||
| .colorKeys = FF_COLOR_FG_BLUE, | ||||||||||
| .colorTitle = FF_COLOR_FG_BLUE, | ||||||||||
| }, | ||||||||||
| // LimeOS | ||||||||||
| { | ||||||||||
| .names = {"LimeOS"}, | ||||||||||
| .lines = FASTFETCH_DATATEXT_LOGO_LIMEOS, | ||||||||||
| .colors = { | ||||||||||
| FF_COLOR_FG_DEFAULT, | ||||||||||
| }, | ||||||||||
| .colorKeys = FF_COLOR_FG_DEFAULT, | ||||||||||
| .colorTitle = FF_COLOR_FG_DEFAULT, | ||||||||||
| }, | ||||||||||
| // Linspire | ||||||||||
| { | ||||||||||
| .names = { "Linspire", "Lindows" }, | ||||||||||
|
|
@@ -4242,6 +4262,17 @@ static const FFlogo R[] = { | |||||||||
| .colorKeys = FF_COLOR_FG_RED, | ||||||||||
| .colorTitle = FF_COLOR_FG_RED, | ||||||||||
| }, | ||||||||||
| // Redrose | ||||||||||
| { | ||||||||||
| .names = {"Redrose"}, | ||||||||||
| .lines = FASTFETCH_DATATEXT_LOGO_REDROSE, | ||||||||||
| .colors = { | ||||||||||
| FF_COLOR_FG_RED, | ||||||||||
| FF_COLOR_FG_GREEN, | ||||||||||
| }, | ||||||||||
| .colorKeys = FF_COLOR_FG_RED, | ||||||||||
| .colorTitle = FF_COLOR_FG_RED, | ||||||||||
| }, | ||||||||||
| // Refracta | ||||||||||
| { | ||||||||||
| .names = { "Refracta" }, | ||||||||||
|
|
@@ -5133,6 +5164,13 @@ static const FFlogo U[] = { | |||||||||
| }, | ||||||||||
| }, | ||||||||||
| // LAST | ||||||||||
| { | ||||||||||
| .names = { "Uzbek" }, | ||||||||||
| .lines = FASTFETCH_DATATEXT_LOGO_UZBEK, | ||||||||||
| .colors = { | ||||||||||
| FF_COLOR_FG_GREEN, | ||||||||||
| }, | ||||||||||
|
||||||||||
| }, | |
| }, | |
| .colorKeys = FF_COLOR_FG_GREEN, | |
| .colorTitle = FF_COLOR_FG_GREEN, |
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.
The Debian changelog template entry added here is for version
2.62.0, but this PR is a2.62.1release (CMakeLists/CHANGELOG.md). Update this template entry to2.62.1~#UBUNTU_CODENAME#(and the corresponding "Update to ..." line) so packaging metadata matches the release.