From 6afb774e6dbe66e7885960a7258c5394e6542fd8 Mon Sep 17 00:00:00 2001 From: Brian Bidulock Date: Thu, 3 Oct 2019 21:31:04 -0600 Subject: [PATCH] update release files --- AUTHORS | 2 +- ChangeLog | 45 +++++++++++++----------- NEWS | 96 +++++++++++++++++----------------------------------- README | 20 +++++------ README.md | 20 +++++------ RELEASE.md | 10 +++--- configure.ac | 10 +++--- 7 files changed, 87 insertions(+), 116 deletions(-) diff --git a/AUTHORS b/AUTHORS index 3b547d0..6a45e2b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,4 @@ -adwm -- authors file. 2019-09-05 +adwm -- authors file. 2019-10-03 Author: Brian Bidulock Author: Alexander Polakov diff --git a/ChangeLog b/ChangeLog index f5c06a6..36663c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,30 @@ # created with git log --stat=76 -M -C -500|fmt -sct -w80 +commit 45d7bfd17f442632c98d90e1c805b0cc7d2753d8 +Author: Brian Bidulock +Date: Thu Oct 3 20:53:34 2019 -0600 + + fix issue #7 + + - manually force dependency between adwm and adwm-adwm.la + + src/Makefile.am | 2 ++ + 1 file changed, 2 insertions(+) + +commit 800df77d7ac9569966b7204d49a760925388345b +Author: Brian Bidulock +Date: Thu Sep 5 18:30:05 2019 -0600 + + update release files + + AUTHORS | 2 +- + ChangeLog | 178 ++++++++++++++++++------------------ + NEWS | 271 ++++++++----------------------------------------------- + README | 20 ++-- + README.md | 20 ++-- + configure.ac | 12 +-- + 6 files changed, 151 insertions(+), 352 deletions(-) + commit af9623e44d8f39550d38bf26676e6d64218c29e4 Author: Brian Bidulock Date: Thu Sep 5 16:42:02 2019 -0600 @@ -5235,23 +5260,3 @@ Date: Fri Jul 8 17:49:55 2016 -0600 src/ewmh.c | 7 +++++++ 1 file changed, 7 insertions(+) - -commit 74accd5d3412c21bdc8ef665f9b43d2a2b9b2075 -Author: Brian Bidulock -Date: Fri Jul 8 16:14:44 2016 -0600 - - update release files - - AUTHORS.in | 20 ++++++++--------- - NEWS.in | 68 +++++++++++++++++++++------------------------------------- - README | 6 +++--- - 3 files changed, 37 insertions(+), 57 deletions(-) - -commit f2bdefbed43c998a2d9dc4eb68377a9a35f2f64e -Author: Brian Bidulock -Date: Fri Jul 8 16:10:32 2016 -0600 - - remove missing files - - Makefile.am | 8 +------- - 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/NEWS b/NEWS index 6b876c2..ee73ad7 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,32 @@ -adwm -- history of user-visible changes. 2019-09-05 +adwm -- history of user-visible changes. 2019-10-03 + +Release adwm-0.7.9 released 2019-10-03 +-------------------------------------- + +git tag -n100 -l 0.7.9 + +0.7.9 Maintenance Release 0.7.9 + + This is another release of the adwm window manager that provdes a fully + XDG, WindowMaker, WMH (WinWM), MWMH (CDE/Motif), ICCM 2.0 compliant + tiling/floating window manager. It borrows concepts from dwm(1), + velox(1), awesome(1), spectrwm(1) and wmii(1). + + This is a maintenance release that includes some build improvements and + a fix for issue #7 by forcing a make dependency between adwm-adwm.la + and adwm. There are no outstanding issues at the time of release, and + the next release should include some outstanding development from the + TODO list. + + Included in the release is an autoconf tarball for building the package + from source. See the NEWS and TODO file in the release for more + information. Please report problems to the issues list on GitHub. + +git shortlog -e -n -w80,6,8 0.7.8...0.7.9 + +Brian Bidulock (1): + fix issue #7 + Release adwm-0.7.8 released 2019-09-05 -------------------------------------- @@ -24,7 +52,7 @@ git tag -n100 -l 0.7.8 git shortlog -e -n -w80,6,8 0.7.7...0.7.8 -Brian Bidulock (8): +Brian Bidulock (9): better fix for gcc 9.1 string truncation stupidity better rlease file build put filename last in sed command @@ -33,6 +61,7 @@ Brian Bidulock (8): better defaults now build release notes with dist update release notes + update release files Release adwm-0.7.7 released 2019-08-30 @@ -201,66 +230,3 @@ Brian Bidulock (23): Big mistake: don't XCloseDisplay() after fork update release files - -Release adwm-0.7.2 released 2018-01-06 --------------------------------------- - -git tag -n100 -l 0.7.2 - -0.7.2 Stable Release 0.7.2 - - This is a stable release that includes more todo's completed. Yes, - there are still some outstanding, but nothing major. This release fixes - one obnoxious behaviour: auto-exposing docks and panels when you - overshoot browser scrollbars: there is now a default 500 millisecond - delay before they are exposed. You need to rub the edge of the monitor - with the pointer to get them to expose now. - - There are a lot of preparations in the code now for handling more - graphics file formats and advanced rendering, but it is not yet - complete. The stable ximage approach works well (if not the most - efficient). I wanted to released the other fixes and improvements - before working further on the graphics formats and rendering. - - As usual, Included is an autoconf tarball for building the package from - source. Please report problems to the issues list on github. - -git shortlog -e -n -w80,6,8 0.7.1...0.7.2 - -Brian Bidulock (35): - prepare for use of cairo and libsvg - prepare to use cairo and libsvg - prepare to use cairo and libsvg - start xcairo drawing files - prepare to use libjpeg - prepare to use libjpeg - libjpeg includes - start strapping in cairo - start building cairo draw functions - strap in more bitmap for xcairo - read xpm files to cairo surface - add JPG routines - add JPG stub routines - add JPG stub routines - add JPG stub routines - add JPG stub routines - building up cairo routines - move titleheight to where used by all - working up cairo draw routines - indentation - reorganize structures - working up cairo rendering - prepare to use pango for font rendering - more pango preparations - more cairo workup - causes problems - preliminary autohide delay implementation - provide and document strutsdelay option - works good with PointerMotionMask on client window - set strutsdelay default to 500 milliseconds - completed TODO item - add release notes - distribute release notes - update release files - add ignores - diff --git a/README b/README index f7877f9..30ff71a 100644 --- a/README +++ b/README @@ -1,9 +1,9 @@ -[adwm -- read me first file. 2019-09-05]: # +[adwm -- read me first file. 2019-10-03]: # adwm =============== -Package `adwm-0.7.8` was released under GPLv3 license 2019-09-05. +Package `adwm-0.7.9` was released under GPLv3 license 2019-10-03. This was originally a fork of Echinus which in turn was a fork of `dwm(1)`, and borrows concepts from `velox(1)`, `awesome(1)`, `spectrwm(1)` and `wmii(1)`. @@ -14,7 +14,7 @@ WMH (WinWM), MWMH (CDE/Motif), ICCCM 2.0 compliance and support. Release ------- -This is the `adwm-0.7.8` package, released 2019-09-05. This release, and +This is the `adwm-0.7.9` package, released 2019-10-03. This release, and the latest version, can be obtained from [GitHub][1], using a command such as: $> git clone https://github.com/bbidulock/adwm.git @@ -130,12 +130,12 @@ Report issues on GitHub [here][2]. [1]: https://github.com/bbidulock/adwm [2]: https://github.com/bbidulock/adwm/issues -[3]: https://github.com/bbidulock/adwm/blob/0.7.8/NEWS -[4]: https://github.com/bbidulock/adwm/blob/0.7.8/ChangeLog -[5]: https://github.com/bbidulock/adwm/blob/0.7.8/TODO -[6]: https://github.com/bbidulock/adwm/blob/0.7.8/COMPLIANCE -[7]: https://github.com/bbidulock/adwm/blob/0.7.8/INSTALL -[8]: https://github.com/bbidulock/adwm/blob/0.7.8/LICENSE -[9]: https://github.com/bbidulock/adwm/blob/0.7.8/COPYING +[3]: https://github.com/bbidulock/adwm/blob/0.7.9/NEWS +[4]: https://github.com/bbidulock/adwm/blob/0.7.9/ChangeLog +[5]: https://github.com/bbidulock/adwm/blob/0.7.9/TODO +[6]: https://github.com/bbidulock/adwm/blob/0.7.9/COMPLIANCE +[7]: https://github.com/bbidulock/adwm/blob/0.7.9/INSTALL +[8]: https://github.com/bbidulock/adwm/blob/0.7.9/LICENSE +[9]: https://github.com/bbidulock/adwm/blob/0.7.9/COPYING [ vim: set ft=markdown sw=4 tw=80 nocin nosi fo+=tcqlorn spell: ]: # diff --git a/README.md b/README.md index fa38baf..8cd2020 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -[adwm -- read me first file. 2019-09-05]: # +[adwm -- read me first file. 2019-10-03]: # adwm =============== -Package `adwm-0.7.8` was released under GPLv3 license 2019-09-05. +Package `adwm-0.7.9` was released under GPLv3 license 2019-10-03. This was originally a fork of Echinus which in turn was a fork of `dwm(1)`, and borrows concepts from `velox(1)`, `awesome(1)`, `spectrwm(1)` and `wmii(1)`. @@ -14,7 +14,7 @@ WMH (WinWM), MWMH (CDE/Motif), ICCCM 2.0 compliance and support. Release ------- -This is the `adwm-0.7.8` package, released 2019-09-05. This release, and +This is the `adwm-0.7.9` package, released 2019-10-03. This release, and the latest version, can be obtained from [GitHub][1], using a command such as: $> git clone https://github.com/bbidulock/adwm.git @@ -129,12 +129,12 @@ Report issues on GitHub [here][2]. [1]: https://github.com/bbidulock/adwm [2]: https://github.com/bbidulock/adwm/issues -[3]: https://github.com/bbidulock/adwm/blob/0.7.8/NEWS -[4]: https://github.com/bbidulock/adwm/blob/0.7.8/ChangeLog -[5]: https://github.com/bbidulock/adwm/blob/0.7.8/TODO -[6]: https://github.com/bbidulock/adwm/blob/0.7.8/COMPLIANCE -[7]: https://github.com/bbidulock/adwm/blob/0.7.8/INSTALL -[8]: https://github.com/bbidulock/adwm/blob/0.7.8/LICENSE -[9]: https://github.com/bbidulock/adwm/blob/0.7.8/COPYING +[3]: https://github.com/bbidulock/adwm/blob/0.7.9/NEWS +[4]: https://github.com/bbidulock/adwm/blob/0.7.9/ChangeLog +[5]: https://github.com/bbidulock/adwm/blob/0.7.9/TODO +[6]: https://github.com/bbidulock/adwm/blob/0.7.9/COMPLIANCE +[7]: https://github.com/bbidulock/adwm/blob/0.7.9/INSTALL +[8]: https://github.com/bbidulock/adwm/blob/0.7.9/LICENSE +[9]: https://github.com/bbidulock/adwm/blob/0.7.9/COPYING [ vim: set ft=markdown sw=4 tw=80 nocin nosi fo+=tcqlorn spell: ]: # diff --git a/RELEASE.md b/RELEASE.md index 7f0ca6b..bb65205 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,6 +1,6 @@ -[adwm -- release notes. 2019-09-05]: # +[adwm -- release notes. 2019-10-03]: # -Maintenance Release 0.7.8 +Maintenance Release 0.7.9 ========================= This is another release of the adwm window manager that provdes a fully @@ -9,9 +9,9 @@ tiling/floating window manager. It borrows concepts from `dwm(1)`, `velox(1)`, `awesome(1)`, `spectrwm(1)` and `wmii(1)`. This is a maintenance release that includes some build improvements and -provides a better workaround for gcc 9.1's silly string truncation -warnings. There are no outstanding issues at the time of release, and -the next release should include some outstanding development from the +a fix for issue #7 by forcing a make dependency between adwm-adwm.la and +adwm. There are no outstanding issues at the time of release, and the +next release should include some outstanding development from the [TODO](TODO) list. Included in the release is an autoconf tarball for building the package diff --git a/configure.ac b/configure.ac index b6dc313..ef09016 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([ADWM],[0.7.8],[https://github.com/bbidulock/adwm/issues],[adwm],[https://github.com/bbidulock/adwm]) -AC_REVISION([0.7.8]) +AC_INIT([ADWM],[0.7.9],[https://github.com/bbidulock/adwm/issues],[adwm],[https://github.com/bbidulock/adwm]) +AC_REVISION([0.7.9]) # set better defaults AC_PREFIX_DEFAULT([/usr]) @@ -20,13 +20,13 @@ AC_CONFIG_AUX_DIR([scripts]) AC_USE_SYSTEM_EXTENSIONS AC_CANONICAL_TARGET -DATE='2019-09-05' +DATE='2019-10-03' AC_SUBST([DATE]) -MDOCDATE='September 5, 2019' +MDOCDATE='October 3, 2019' AC_SUBST([MDOCDATE]) -BRANCH='0.7.8' +BRANCH='0.7.9' AC_SUBST([BRANCH]) # Initialize Automake