-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.1.5, add proxy support, fix --install-point
- Loading branch information
Showing
39 changed files
with
1,668 additions
and
1,774 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# This file is generated by Makefile "make deb_build_number" | ||
DEB_PKG_VERSION := 1.1.5 | ||
DEB_BUILD_NUMBER := 0000 | ||
DEB_BUILD_NUMBER := 0001 |
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
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,5 +1,6 @@ | ||
mainline (1.1.5) unstable; urgency=medium | ||
|
||
* Add proxy setting | ||
* Jonas Gorski <[email protected]> fix "--install-point" broken by d7943e5 | ||
|
||
-- Brian K. White <[email protected]> Fri, 10 Mar 2023 15:14:55 -0500 | ||
|
@@ -24,9 +25,9 @@ mainline (1.1.2) unstable; urgency=medium | |
* dir_delete() replace system("rm -rf ...") with native code | ||
* uninstall-old look at latest installed version instead of currently running version | ||
* change the logic for determining the oldest version to display. | ||
threshold_major = whechever is lower: latest_available-show_prev_majors or oldest_installed | ||
threshold_major = whichever is lower: latest_available-previous_majors or oldest_installed | ||
|
||
So you can keep show_previous_N_majors set at 0 to show only the most recent kernels by default, | ||
So you can keep show_N_previous_majors set at 0 to show only the most recent kernels by default, | ||
yet still have access to all the kernels from your oldest installed kernel and up. | ||
|
||
-- Brian K. White <[email protected]> Wed, 08 Mar 2023 03:51:23 -0500 | ||
|
Oops, something went wrong.