-
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.
- Loading branch information
Showing
3 changed files
with
19 additions
and
3 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.11 | ||
DEB_BUILD_NUMBER := 0000 | ||
DEB_PKG_VERSION := 1.3.12 | ||
DEB_BUILD_NUMBER := 0002 |
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,19 @@ | ||
mainline (1.3.12) unstable; urgency=medium | ||
|
||
* new version string parser | ||
- handles more of the old & irregular versions correctly | ||
- preserves more info from the version string | ||
old one stripped all non-numeric text like "-dontuse", "-yakkety", etc | ||
new one captures all the extra bits into version_extra | ||
- mostly trying to get ready for supporting other kernel flavors than just "-generic" | ||
* fix --install-latest was ignoring point updates | ||
* fix display and cache handling in the case where you have rc kernels enabled, | ||
install an rc kernel, and then disable rc kernels, | ||
the installed rc kernel was no longer recognized as a mainline kernel | ||
and displayed as a distro kernel with the dpkg package version | ||
|
||
-- Brian K. White <[email protected]> Sat, 10 Jun 2023 00:30:18 -0400 | ||
|
||
mainline (1.3.11) unstable; urgency=medium | ||
|
||
* support old vte versions that need to keep using Vte.Terminal.spawn_sync | ||
|