-
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.
fix long standing random crash from progress window, hopefully
- Loading branch information
Showing
27 changed files
with
1,539 additions
and
1,916 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.3.3 | ||
DEB_BUILD_NUMBER := 0002 | ||
DEB_PKG_VERSION := 1.3.5 | ||
DEB_BUILD_NUMBER := 0000 |
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,3 +1,17 @@ | ||
mainline (1.3.5) UNRELEASED; urgency=medium | ||
|
||
* Fix a random crash caused by the progress window. | ||
|
||
-- Brian K. White <[email protected]> Wed, 31 May 2023 20:03:53 -0400 | ||
|
||
mainline (1.3.4) unstable; urgency=medium | ||
|
||
* fix page_uri (urls behind PPA button) | ||
* more work on how the version strings are stored and compared | ||
* fix uninstall-old not finding running kernel | ||
|
||
-- Brian K. White <[email protected]> Tue, 30 May 2023 10:11:54 -0400 | ||
|
||
mainline (1.3.3) unstable; urgency=medium | ||
|
||
* fix threshold_major when show_previous=-1 | ||
|
Oops, something went wrong.