All of lore.kernel.org
 help / color / mirror / Atom feed
* b4-0.7 release next week
@ 2021-05-21 21:44 Konstantin Ryabitsev
  0 siblings, 0 replies; only message in thread
From: Konstantin Ryabitsev @ 2021-05-21 21:44 UTC (permalink / raw)
  To: tools

Hi, all:

I will probably release b4-0.7.0 next week. The most notable change in it is a
(yet another) rewrite of patch attestation stuff, which mostly moved into its
own mini-library called "patatt". You can read about it in detail here:

    https://git.kernel.org/pub/scm/utils/patatt/patatt.git/about/

or see its pypi page:

    https://pypi.org/project/patatt/

I hope this will be the last reimplementation, but I am leaving attestation
features marked as "EXPERIMENTAL" for another release round, until 0.8 when it
will move into beta. I intend to write a longer piece about patch attestation
in the near future, so I won't go into too much detail here.

If you're currently using "b4 attest" you should be able to continue doing so,
granted that you install the patatt dependency. If you're using b4 from git,
run:

    git submodule update --init

If you are using b4 from pip, patatt will be pulled automatically in once 0.7
is out.

There's a few other notable changes:

- we've ditched Python's native "mbox" implementation since it's apparently
  incompatible with git's idea of "mbox" (see my mini-rant in this commit:
  https://git.kernel.org/pub/scm/utils/b4/b4.git/commit/?id=4950093c0c3 ). We
  will now write git-compatible mbox files, or you can pass -M to write out
  maildirs (this can be made permanent with b4.save-maildirs=yes). Maildirs
  are natively recognized by all git operations, so it's a perfectly good
  solution that avoids any possible mbox format ambiguities.

- b4 can now recognize partial rerolls, see example here:
  https://lore.kernel.org/tools/20210517161317.teawoh5qovxpmqdc@nitro.local/

- b4 will now accept mbox passed via stdin, so it's possible to pipe full 
  threads from mutt. See example here:
  https://lore.kernel.org/tools/20210517220151.b2bmt5f2jjlgmkos@nitro.local/

The master 0.7-dev branch should be stable enough at this point for day-to-day
operations, so if you're using b4 from a git checkout, you can switch to
master and give things a whirl. If you do, make sure you pull in the patatt
submodule via the command shown above.

If you find any regressions, please send them here.

Best regards,
-K

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-21 21:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-21 21:44 b4-0.7 release next week Konstantin Ryabitsev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.