Re: [hackers] [dmenu] bump version to 5.0 || Hiltjo Posthuma
> bump version to 5.0 \o/
Re: [hackers] [dmenu] New release with IME support backed out?
Hiltjo Posthuma writes: Hiltjo, any objections? I have no objections (your Honour) and released dmenu 5.0. Wonderful, thank you! Have a great rest of your week. :-) Chris
Re: [hackers] [dmenu] New release with IME support backed out?
On Tue, Sep 01, 2020 at 04:49:49PM +0100, Chris Down wrote: > Hey folks, > Hi, > Unlike a lot of the rest of our software, generally dmenu works pretty well > even as a distribution-provided binary package, since usually users only > want to change colours, fonts, and other stuff that can be set on the > command line. > Probably true. > For that reason, it seems maybe sensible to release a 4.10 (or 5.0), since > the revert in db6093f6ec1b is pretty desirable to avoid focus loss on > restore. If it was in dwm, st, or similar, I wouldn't care much, since > everyone more or less has a custom config.h for those anyway and thus > probably already maintains their own tree, but dmenu is generally somewhat > distinct in that respect. > > Hiltjo, any objections? > I have no objections (your Honour) and released dmenu 5.0. > Thanks, > > Chris > I'd also like to say there is now a separate Atom feed added per repository to stagit and to git.suckless.org to make tracking only releases easier for maintainers which prefer to do so using an RSS/Atom reader. This file is called tags.xml, for example: https://git.suckless.org/dmenu/tags.xml Thanks, -- Kind regards, Hiltjo
[hackers] [dmenu] bump version to 5.0 || Hiltjo Posthuma
commit 1a13d0465d1a6f4f74bc5b07b04c9bd542f20ba6 Author: Hiltjo Posthuma AuthorDate: Wed Sep 2 18:30:56 2020 +0200 Commit: Hiltjo Posthuma CommitDate: Wed Sep 2 18:31:23 2020 +0200 bump version to 5.0 ... and bump LICENSE year. diff --git a/LICENSE b/LICENSE index 9762166..3afd28e 100644 --- a/LICENSE +++ b/LICENSE @@ -8,7 +8,7 @@ MIT/X Consortium License © 2009 Markus Schnalke © 2009 Evan Gates © 2010-2012 Connor Lane Smith -© 2014-2019 Hiltjo Posthuma +© 2014-2020 Hiltjo Posthuma © 2015-2019 Quentin Rameau Permission is hereby granted, free of charge, to any person obtaining a diff --git a/config.mk b/config.mk index 0929b4a..05d5a3e 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dmenu version -VERSION = 4.9 +VERSION = 5.0 # paths PREFIX = /usr/local