Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
authd (0.5.6) questing; urgency=medium

* New launchpad upload
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mh, this was needed for?

I would like that we get a way to avoid to do uploads of invalid tags or ubuntu uploads though, maybe using your local fork and more ~pre uploads?

Maybe specify it better in changelog.

However... Please also use -v0.5.4 when generating the *.changes file to upload to the stable PPA :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did v0.5.5~pre1 for the testing. when I finalized the release, I removed that suffix and uploaded to launchpad to build the 0.5.5 release, and only when that was uploaded to the edge PPA I noticed in the diff that it contains unexpected changes from main

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

However... Please also use -v0.5.4 when generating the *.changes file to upload to the stable PPA :)

ah, too late, 0.5.6 is already building on launchpad with -v0.5.5 :/

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So we have two options, add another 0.5.7 entry or release with the .changes files with the diff between 0.5.6 and 0.5.5 (where the latter contains the changes from main)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a big deal. But next time remember in order to ensure that the changes we generate is meaningful, so ignoring the minor updates

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah sure, makes sense, I just didn't think about it

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I actually see that's still in edge only, no?

So if that is the case, you can just regenerate the changes file from that same source when uploading to stable no?
There's no need to do it through the lp UI (and sources are still the same, so no risk)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, will do that now


-- Adrian Dombeck <[email protected]> Wed, 18 Jun 2025 16:05:23 +0200

authd (0.5.5) questing; urgency=medium

* Fix race with accounts service which could result in authd users not being
listed in the GDM login screen.
* When authenticating on the command-line, show a message that explains that
the escape key can be used to go back.
* Improve log message.
* Update Go dependencies:
- toolchain go1.23.10

-- <[email protected]> Tue, 17 Jun 2025 19:42:04 +0200

authd (0.5.4) questing; urgency=medium

* CVE-2025-5689: Fix new users logging in via SSH being part of the root group
Expand Down
Loading