From: Valters Jansons <valter.jansons@gmail.com>
To: location@lists.ipfire.org
Subject: [PATCH] debian: Rework historical changelog
Date: Mon, 12 Apr 2021 16:01:45 +0300 [thread overview]
Message-ID: <CA+sCei3rYJbia_nKqos3cv+9V1_E1wMWSR3MgeS8vXV4r9TT=w@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2487 bytes --]
Rewriting history is generally considered a "not-so-good" thing,
however here the historical data does not align with best practises
and therefore it is beneficial to provide a better example going
forward.
There is only one initial release. Everything following that should
list some kind of release notes or changelog, or at the very least
just say something along the lines of "New version" rather than
"Initial release".
In this commit, the Git history is used for this task,
filtering out "Makefile" changes as to retain only changes
that are visible to users, excluding building tooling.
For Debian packages, upon release, the target distribution should be
updated to "unstable" (or "experimental" if preferred for any reason)
when a release is finalized. During development, an invalid
distribution name is expected to be there for tracking unreleased
changes. That is why "UNRELEASED" is the standard way of specifying
ongoing development, being an invalid distribution name itself.
The "(Closes: #XXXXXX)" tag is intended for linking to Debian bug
tracker, such as linking to the initial Intent to Package ticket,
or later update/bugfix tickets. There does not appear to be a bug
tracker in use for this task here, and the XXXXXX bug ticket number
does not take you anywhere. It's therefore better to just remove it.
---
debian/changelog | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e0be397..e58c0ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,18 @@
-libloc (0.9.6-1) UNRELEASED; urgency=medium
+libloc (0.9.6-1) unstable; urgency=medium
- * Initial release. (Closes: #XXXXXX)
+ * location-importer.in: skip networks with unknown country codes
+ * location-importer.in: process unaligned IP ranges in RIR data files
+ correctly
+ * database: Free mmapped countries section
+ * location-importer.in: reduce log noise for unusable networks
+ * location-importer.in: delete 6to4 IPv6 space as well
+ * location-importer.in: fix typo
+ * location: Fix list-networks-by-as
-- Michael Tremer <michael.tremer(a)ipfire.org> Wed, 31 Mar 2021 14:06:00 +0100
-libloc (0.9.5-1) UNRELEASED; urgency=medium
+libloc (0.9.5-1) unstable; urgency=medium
- * Initial release. (Closes: #XXXXXX)
+ * Initial release.
-- Stefan Schantl <stefan.schantl(a)ipfire.org> Sun, 27 Oct 2019 18:55:44 +0100
--
2.31.1
next reply other threads:[~2021-04-12 13:01 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-12 13:01 Valters Jansons [this message]
2021-04-13 15:38 ` Peter Müller
2021-04-13 16:41 ` Valters Jansons
2021-04-14 9:31 ` Michael Tremer
2021-04-14 10:03 ` Valters Jansons
2021-04-14 10:05 ` Michael Tremer
2021-04-14 10:08 ` Valters Jansons
2021-04-14 9:28 ` Michael Tremer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CA+sCei3rYJbia_nKqos3cv+9V1_E1wMWSR3MgeS8vXV4r9TT=w@mail.gmail.com' \
--to=valter.jansons@gmail.com \
--cc=location@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox