mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 18:24:35 +03:00
fix output of "mox checkupdate", and specify changes to be from newest to oldest
This commit is contained in:
@ -76,7 +76,7 @@ type Change struct {
|
||||
// prevent a potential future different domain owner from notifying users about
|
||||
// new versions.
|
||||
type Changelog struct {
|
||||
Changes []Change
|
||||
Changes []Change // Newest first.
|
||||
}
|
||||
|
||||
// Lookup looks up the updates DNS TXT record at "_updates.<domain>" and returns
|
||||
|
Reference in New Issue
Block a user