user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
 Warning: Initial query:
 %22doc: more 1.3.0 release notes updates%22
 returned no results, used:
 "doc: more 1.3.0 release notes updates"
 instead

Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH 3/3] doc: more 1.3.0 release notes updates
  2020-02-07  8:31  7% [PATCH 0/3] some more pre-release updates Eric Wong
@ 2020-02-07  8:31  6% ` Eric Wong
  0 siblings, 0 replies; 3+ results
From: Eric Wong @ 2020-02-07  8:31 UTC (permalink / raw)
  To: meta

---
 Documentation/RelNotes/v1.3.0.eml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/RelNotes/v1.3.0.eml b/Documentation/RelNotes/v1.3.0.eml
index cbf7438b..f21a6491 100644
--- a/Documentation/RelNotes/v1.3.0.eml
+++ b/Documentation/RelNotes/v1.3.0.eml
@@ -34,7 +34,8 @@ leaks easier.
 
 * fixed Perl 5.10.1 compatibility (tested with Devel::PatchPerl)
 
-* IPC::Run is no longer used in tests
+* IPC::Run and XML::Feed are no longer used in tests,
+  though XML::TreePP becomes an optional test dependency.
 
 * Email::Address::XS used if available (newer Email::MIME
   requires it), it should handle more corner cases.
@@ -56,6 +57,7 @@ leaks easier.
   - fixed IO::KQueue usage on *BSDs
   - listen sockets are closed immediately on graceful shutdown
   - missed signals avoided with signalfd or EVFILT_SIGNAL
+  - Linux x32 ABI support
 
 * public-inbox-nntpd:
   - Y2020 workaround for Time::Local

^ permalink raw reply related	[relevance 6%]

* [PATCH 0/3] some more pre-release updates
@ 2020-02-07  8:31  7% Eric Wong
  2020-02-07  8:31  6% ` [PATCH 3/3] doc: more 1.3.0 release notes updates Eric Wong
  0 siblings, 1 reply; 3+ results
From: Eric Wong @ 2020-02-07  8:31 UTC (permalink / raw)
  To: meta

Things are looking good for a 1.3.0 release in a day or two
and I expect 1.4 to have bigger changes.

Eric Wong (3):
  doc: update copyright for standards.perl
  doc: mark some TODO items as done
  doc: more 1.3.0 release notes updates

 Documentation/RelNotes/v1.3.0.eml | 4 +++-
 Documentation/standards.perl      | 8 ++++----
 TODO                              | 2 +-
 lib/PublicInbox/DSKQXS.pm         | 2 --
 4 files changed, 8 insertions(+), 8 deletions(-)

^ permalink raw reply	[relevance 7%]

* [PATCH] doc: more 1.3.0 release notes updates
@ 2020-01-31 23:45  5% Eric Wong
  0 siblings, 0 replies; 3+ results
From: Eric Wong @ 2020-01-31 23:45 UTC (permalink / raw)
  To: meta

Some updates with recent bugfixes and a few wording/formatting
improvements.
---
 I'm thinking it's time for a release, soon; before new features
 creep in...

 Documentation/RelNotes/v1.3.0.eml | 28 ++++++++++++++++++++++------
 1 file changed, 22 insertions(+), 6 deletions(-)

diff --git a/Documentation/RelNotes/v1.3.0.eml b/Documentation/RelNotes/v1.3.0.eml
index 9000ccaf..cbf7438b 100644
--- a/Documentation/RelNotes/v1.3.0.eml
+++ b/Documentation/RelNotes/v1.3.0.eml
@@ -3,8 +3,9 @@ To: meta@public-inbox.org
 Subject: [WIP] public-inbox 1.3.0
 Content-Type: text/plain; charset=utf-8
 
-Many internal improvements to improve the developer experience
-and long-term maintainability.
+Many internal improvements to improve the developer experience,
+long-term maintainability, ease-of-installation and compatibility.
+There are also several bugfixes.
 
 Some of the internal improvements involve avoiding Perl startup
 time in tests.  "make check" now runs about 50% faster than
@@ -27,16 +28,18 @@ leaks easier.
 * Plack is optional for users who wish to avoid web-related components
 
 * Filesys::Notify::Simple is optional for non-watch users
-  (but Plack will pull it in)
+  (but Plack will still pull it in)
 
 * improved internal error checking and reporting in numerous places
 
+* fixed Perl 5.10.1 compatibility (tested with Devel::PatchPerl)
+
 * IPC::Run is no longer used in tests
 
 * Email::Address::XS used if available (newer Email::MIME
   requires it), it should handle more corner cases.
 
-* PublicInbox::WWW
+* PublicInbox::WWW:
   - "nested" search results page now shows relevancy percentages
   - many solver bugs fixed
   - solver works on "-U0" patches using "git apply --unidiff-zero"
@@ -46,6 +49,7 @@ leaks easier.
   - reduced memory usage for displaying multipart messages
   - static file responses support Last-Modified/If-Modified-Since
   - avoid trailing underlines in diffstat linkification
+  - more consistent handling of messages without Subjects
 
 * public-inbox-httpd / public-inbox-nntpd:
   - MSG_MORE used consistently in long responses
@@ -54,15 +58,27 @@ leaks easier.
   - missed signals avoided with signalfd or EVFILT_SIGNAL
 
 * public-inbox-nntpd:
-  Y2020 workaround for Time::Local
+  - Y2020 workaround for Time::Local
 
-* public-inbox-watch
+* public-inbox-watch:
   - avoid memory leak from cyclic reference on SIGHUP
   - fix documentation of publicinboxwatch.watchspam
 
+* public-inbox-convert:
+  - avoid article number jumps when converting indexed v1 inboxes
+
+* public-inbox-compact / public-inbox-xcpdb:
+  - concurrent invocations of -compact and -xcpdb commands,
+    not just -mda, -watch, -learn, -purge
+
+* examples/unsubscribe.milter:
+  - support unique mailto: unsubscribe
+
 Release tarballs will be available for download at
 
 	https://public-inbox.org/public-inbox.git
 
+Please report bugs via plain-text mail to: meta@public-inbox.org
+
 See archives at https://public-inbox.org/meta/ for all history.
 See https://public-inbox.org/TODO for what the future holds.

^ permalink raw reply related	[relevance 5%]

Results 1-3 of 3 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2020-01-31 23:45  5% [PATCH] doc: more 1.3.0 release notes updates Eric Wong
2020-02-07  8:31  7% [PATCH 0/3] some more pre-release updates Eric Wong
2020-02-07  8:31  6% ` [PATCH 3/3] doc: more 1.3.0 release notes updates Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).