Send inn-committers mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.isc.org/mailman/listinfo/inn-committers
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of inn-committers digest..."
Today's Topics:
1. [InterNetNews/inn] dbd0c5: Mention documentation improvements
for INN 2.6.5 (Julien ?LIE)
2. [InterNetNews/inn] fcfd4d: Mention documentation improvements
for INN 2.6.5 (Julien ?LIE)
3. [InterNetNews/inn] 8fc653: Bump library revision numbers for
INN 2.6.5 (Julien ?LIE)
4. [InterNetNews/inn] 2c01ef: Bump library revision numbers for
INN 2.6.5 (Julien ?LIE)
5. [InterNetNews/inn] c68134: No longer generate ChangeLog for
releases (Julien ?LIE)
6. [InterNetNews/inn] 46f6f9: No longer generate ChangeLog for
releases (Julien ?LIE)
7. [InterNetNews/inn] c0e16c: Update the release process with
GitHub (Julien ?LIE)
8. [InterNetNews/inn] f941ea: Update the release process with
GitHub (Julien ?LIE)
----------------------------------------------------------------------
Message: 1
Date: Sun, 23 Jan 2022 00:38:32 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] dbd0c5: Mention documentation improvements
for INN 2.6.5
Message-ID:
<InterNetNews/inn/push/refs/heads/main/[email protected]>
Content-Type: text/plain; charset=UTF-8
Branch: refs/heads/main
Home: https://github.com/InterNetNews/inn
Commit: dbd0c58e73c21bb21acc6e207fb22a9517381fd2
https://github.com/InterNetNews/inn/commit/dbd0c58e73c21bb21acc6e207fb22a9517381fd2
Author: Julien ?LIE <[email protected]>
Date: 2022-01-23 (Sun, 23 Jan 2022)
Changed paths:
M doc/pod/news.pod
Log Message:
-----------
Mention documentation improvements for INN 2.6.5
------------------------------
Message: 2
Date: Sun, 23 Jan 2022 00:38:46 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] fcfd4d: Mention documentation improvements
for INN 2.6.5
Message-ID:
<InterNetNews/inn/push/refs/heads/2.6/[email protected]>
Content-Type: text/plain; charset=UTF-8
Branch: refs/heads/2.6
Home: https://github.com/InterNetNews/inn
Commit: fcfd4d8eb8901f867931fe8cc1bbd52c934e23f2
https://github.com/InterNetNews/inn/commit/fcfd4d8eb8901f867931fe8cc1bbd52c934e23f2
Author: Julien ?LIE <[email protected]>
Date: 2022-01-23 (Sun, 23 Jan 2022)
Changed paths:
M doc/pod/news.pod
Log Message:
-----------
Mention documentation improvements for INN 2.6.5
------------------------------
Message: 3
Date: Sun, 23 Jan 2022 00:39:42 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] 8fc653: Bump library revision numbers for
INN 2.6.5
Message-ID:
<InterNetNews/inn/push/refs/heads/main/[email protected]>
Content-Type: text/plain; charset=UTF-8
Branch: refs/heads/main
Home: https://github.com/InterNetNews/inn
Commit: 8fc653737d7eece385739fd78eaef057edb404f1
https://github.com/InterNetNews/inn/commit/8fc653737d7eece385739fd78eaef057edb404f1
Author: Julien ?LIE <[email protected]>
Date: 2022-01-23 (Sun, 23 Jan 2022)
Changed paths:
M history/Makefile
M lib/Makefile
M storage/Makefile
Log Message:
-----------
Bump library revision numbers for INN 2.6.5
------------------------------
Message: 4
Date: Sun, 23 Jan 2022 00:39:49 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] 2c01ef: Bump library revision numbers for
INN 2.6.5
Message-ID:
<InterNetNews/inn/push/refs/heads/2.6/[email protected]>
Content-Type: text/plain; charset=UTF-8
Branch: refs/heads/2.6
Home: https://github.com/InterNetNews/inn
Commit: 2c01efd324838a4585437d7d0bd59342bb076289
https://github.com/InterNetNews/inn/commit/2c01efd324838a4585437d7d0bd59342bb076289
Author: Julien ?LIE <[email protected]>
Date: 2022-01-23 (Sun, 23 Jan 2022)
Changed paths:
M history/Makefile
M lib/Makefile
M storage/Makefile
Log Message:
-----------
Bump library revision numbers for INN 2.6.5
------------------------------
Message: 5
Date: Sun, 23 Jan 2022 01:02:01 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] c68134: No longer generate ChangeLog for
releases
Message-ID:
<InterNetNews/inn/push/refs/heads/main/[email protected]>
Content-Type: text/plain; charset=UTF-8
Branch: refs/heads/main
Home: https://github.com/InterNetNews/inn
Commit: c681348ffbd7bf6329a77138c15a0a1180779453
https://github.com/InterNetNews/inn/commit/c681348ffbd7bf6329a77138c15a0a1180779453
Author: Julien ?LIE <[email protected]>
Date: 2022-01-23 (Sun, 23 Jan 2022)
Changed paths:
M .gitignore
M MANIFEST
M Makefile
M doc/pod/hacking.pod
R support/mkchangelog
M support/mkmanifest
Log Message:
-----------
No longer generate ChangeLog for releases
We already ship a meaningful NEWS file with releases. It is no longer useful
to go on generating a full ChangeLog file containing all commit logs. (Almost
nobody reads it, and it is a waste of space in packages.)
Now that we have migrated to GitHub, it is very easy to browse source code
and, if needed, obtain a similar ChangeLog. One can even look at code changes
at the same time!
Tag comparison gives that:
https://github.com/InterNetNews/inn/compare/2.6.3...2.6.4
------------------------------
Message: 6
Date: Sun, 23 Jan 2022 01:02:10 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] 46f6f9: No longer generate ChangeLog for
releases
Message-ID:
<InterNetNews/inn/push/refs/heads/2.6/[email protected]>
Content-Type: text/plain; charset=UTF-8
Branch: refs/heads/2.6
Home: https://github.com/InterNetNews/inn
Commit: 46f6f93e1db4ca9827c2fb87e3f805115dce01c5
https://github.com/InterNetNews/inn/commit/46f6f93e1db4ca9827c2fb87e3f805115dce01c5
Author: Julien ?LIE <[email protected]>
Date: 2022-01-23 (Sun, 23 Jan 2022)
Changed paths:
M .gitignore
M MANIFEST
M Makefile
M doc/pod/hacking.pod
R support/mkchangelog
M support/mkmanifest
Log Message:
-----------
No longer generate ChangeLog for releases
We already ship a meaningful NEWS file with releases. It is no longer useful
to go on generating a full ChangeLog file containing all commit logs. (Almost
nobody reads it, and it is a waste of space in packages.)
Now that we have migrated to GitHub, it is very easy to browse source code
and, if needed, obtain a similar ChangeLog. One can even look at code changes
at the same time!
Tag comparison gives that:
https://github.com/InterNetNews/inn/compare/2.6.3...2.6.4
------------------------------
Message: 7
Date: Sun, 23 Jan 2022 01:31:47 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] c0e16c: Update the release process with
GitHub
Message-ID:
<InterNetNews/inn/push/refs/heads/main/[email protected]>
Content-Type: text/plain; charset=UTF-8
Branch: refs/heads/main
Home: https://github.com/InterNetNews/inn
Commit: c0e16cb0573de316fe2e4189c1ec6dddfa781ab7
https://github.com/InterNetNews/inn/commit/c0e16cb0573de316fe2e4189c1ec6dddfa781ab7
Author: Julien ?LIE <[email protected]>
Date: 2022-01-23 (Sun, 23 Jan 2022)
Changed paths:
M doc/pod/hacking.pod
Log Message:
-----------
Update the release process with GitHub
- GitHub takes care of the creation of the release tag when publishing the
release from their web site.
- The ISC web site no longer needs being updated (they do not mention the
version number of the last release).
------------------------------
Message: 8
Date: Sun, 23 Jan 2022 01:31:54 -0800
From: Julien ?LIE <[email protected]>
To: [email protected]
Subject: [InterNetNews/inn] f941ea: Update the release process with
GitHub
Message-ID:
<InterNetNews/inn/push/refs/heads/2.6/[email protected]>
Content-Type: text/plain; charset=UTF-8
Branch: refs/heads/2.6
Home: https://github.com/InterNetNews/inn
Commit: f941eac16ae8abb8f8326d46e8bf1e4d0303361c
https://github.com/InterNetNews/inn/commit/f941eac16ae8abb8f8326d46e8bf1e4d0303361c
Author: Julien ?LIE <[email protected]>
Date: 2022-01-23 (Sun, 23 Jan 2022)
Changed paths:
M doc/pod/hacking.pod
Log Message:
-----------
Update the release process with GitHub
- GitHub takes care of the creation of the release tag when publishing the
release from their web site.
- The ISC web site no longer needs being updated (they do not mention the
version number of the last release).
------------------------------
Subject: Digest Footer
_______________________________________________
inn-committers mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/inn-committers
------------------------------
End of inn-committers Digest, Vol 135, Issue 9
**********************************************