Skip to content

Commit

Permalink
1.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bkw777 committed Jun 10, 2023
1 parent 2ee0618 commit ccde631
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .deb_build_number.mak
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
2 changes: 1 addition & 1 deletion BRANDING.mak
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

VERSION_MAJOR = 1
VERSION_MINOR = 3
VERSION_MICRO = 11
VERSION_MICRO = 12
BRANDING_SHORTNAME = mainline
BRANDING_LONGNAME = Ubuntu Mainline Kernel Installer
BRANDING_AUTHORNAME = Brian K. White
Expand Down
16 changes: 16 additions & 0 deletions debian/changelog
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
Expand Down

0 comments on commit ccde631

Please sign in to comment.