Skip to content

Commit

Permalink
update release files
Browse files Browse the repository at this point in the history
  • Loading branch information
bbidulock committed Jan 28, 2022
1 parent aacfee4 commit 35e488c
Show file tree
Hide file tree
Showing 8 changed files with 175 additions and 153 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
adwm -- authors file. 2021-12-11
adwm -- authors file. 2022-01-28

Author: Brian Bidulock <[email protected]>
Author: LittleSOiLent999 <[email protected]>
Expand Down
156 changes: 82 additions & 74 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,87 @@
# created with git log --stat=76 -M -C -500|fmt -sct -w80

commit aacfee40b992ae836c12b0777c503fb528ce5ff6
Author: Brian Bidulock <[email protected]>
Date: Fri Jan 28 03:25:43 2022 -0700

update copyright dates

LICENSE | 2 +-
src/adwm.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

commit b7f376e9d98b51a17cc1e5315c32ce4db03837e1
Author: Brian Bidulock <[email protected]>
Date: Fri Jan 28 03:12:41 2022 -0700

update release notes

RELEASE.md | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)

commit c0f0ca5b2e131264c451a3ae6be3b2eb0c9d1463
Author: Brian Bidulock <[email protected]>
Date: Fri Jan 28 02:41:41 2022 -0700

reverse scroll wheel on root

data/styles/Default/buttonrc | 4 ++--
doc/adwm-buttons.5.in | 26 ++++++++++++--------------
src/adwm.c | 4 ++--
src/buttons.c | 6 +++---
4 files changed, 19 insertions(+), 21 deletions(-)

commit 24f065acda02abafb5c7767d8686b17c549fe73e
Author: Brian Bidulock <[email protected]>
Date: Fri Jan 28 01:35:28 2022 -0700

update build flags

configure.sh | 2 ++
1 file changed, 2 insertions(+)

commit d5844d9c1d495d733b999797d259d727d3aa394f
Author: Brian Bidulock <[email protected]>
Date: Thu Jan 27 21:41:57 2022 -0700

updates to adwm keysrc file

- fix key conflicts
- add preferred application support
- swap brightness/contrast controls
- add microphone volume and muting controls

data/keysrc | 58 ++++++++++++++++++++++++++++++++++-----------------------
1 file changed, 35 insertions(+), 23 deletions(-)

commit 563ab035c4b36651f3ea158643dcd435e7951866
Author: Brian Bidulock <[email protected]>
Date: Thu Jan 27 21:41:39 2022 -0700

use preferred applications

data/styles/Default/keysrc | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)

commit 5ce84d017dc23537f3d481de20e30d99f5ef8d20
Author: Brian Bidulock <[email protected]>
Date: Thu Jan 27 19:41:40 2022 -0700

update build flags

configure.sh | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)

commit 48f9f60c832926d152cba9797a1bbea859e858e0
Author: Brian Bidulock <[email protected]>
Date: Sat Dec 11 23:51:23 2021 -0700

post-release update

ChangeLog | 27 +++++++++++++++++----------
NEWS | 3 ++-
2 files changed, 19 insertions(+), 11 deletions(-)

commit a300930287689b3a269a5ec48e8c4e42e88b2d30
Author: Brian Bidulock <[email protected]>
Date: Sat Dec 11 23:48:48 2021 -0700
Expand Down Expand Up @@ -5299,77 +5381,3 @@ Date: Fri Oct 6 04:19:36 2017 -0600

src/layout.c | 87 +++++++++++++++++++++++++++++---------------------------
1 file changed, 45 insertions(+), 42 deletions(-)

commit c08846d4b49c076883bc52e4d2562fa638b73705
Author: Brian Bidulock <[email protected]>
Date: Fri Oct 6 03:50:14 2017 -0600

do fancy moves

src/layout.c | 104 +++++++++++++++++++++++++++++++++++++++++++------------
1 file changed, 81 insertions(+), 23 deletions(-)

commit f44deaf924af8aeaff4a5f16dc71732aa030dcfe
Author: Brian Bidulock <[email protected]>
Date: Fri Oct 6 03:31:39 2017 -0600

rename cursors

src/adwm.c | 44 +++++++++++++--------------
src/adwm.h | 24 +++++++--------
src/layout.c | 92 ++++++++++++++++++++++++++++----------------------------
3 files changed, 80 insertions(+), 80 deletions(-)

commit 9fd023b4df6f89e022ae0975480fff68722f1d39
Author: Brian Bidulock <[email protected]>
Date: Fri Oct 6 03:24:23 2017 -0600

determine virtual grips for move

src/layout.c | 101 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 98 insertions(+), 3 deletions(-)

commit 894387e02a1b9b96a9165c95707cc00a42453874
Author: Brian Bidulock <[email protected]>
Date: Fri Oct 6 02:34:41 2017 -0600

prepare for mousemove_from

src/layout.c | 169 ++++++++++++++++++++++++++++++-------------------------
1 file changed, 91 insertions(+), 78 deletions(-)

commit afcc41a00e2fc28bf1b798edb9df0f0810fff05e
Author: Brian Bidulock <[email protected]>
Date: Thu Oct 5 05:05:38 2017 -0600

now working on mouseresize snaps

src/layout.c | 52 ++++++++++++++++++++++++++++------------------------
1 file changed, 28 insertions(+), 24 deletions(-)

commit e3f3790dd3b8670fbc0e551733cc9964e27749ce
Author: Brian Bidulock <[email protected]>
Date: Thu Oct 5 02:02:24 2017 -0600

working up adwm manual page

doc/adwm.1.in | 91 +++++++++++++++++++++++++++++++++++++++++++++++++------
1 file changed, 81 insertions(+), 10 deletions(-)

commit e77b71532a0378770900a608ce26c56f888d1566
Author: Brian Bidulock <[email protected]>
Date: Thu Oct 5 02:01:57 2017 -0600

update TODO

TODO | 2 ++
1 file changed, 2 insertions(+)

commit 71a37a50beb1b082191d5b97983100b1c7880df0
Author: Brian Bidulock <[email protected]>
Date: Thu Oct 5 01:59:55 2017 -0600

debug and fix snapping while moving

src/layout.c | 130 ++++++++++++++++++++++++++++++++++++++++---------------
1 file changed, 96 insertions(+), 34 deletions(-)
70 changes: 40 additions & 30 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,43 @@
adwm -- history of user-visible changes. 2021-12-11
adwm -- history of user-visible changes. 2022-01-28

Release adwm-0.7.16 released 2022-01-28
---------------------------------------

git tag -n100 -l 0.7.16

0.7.16 Maintenance Release 0.7.16

This is another release of the adwm window manager that provides 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 corrects and supplements some key
bindings: removes a conflict, uses preferred applications (thanks to
xdg-launch), provides controls for microphone volume and muting, and
switches scroll-wheel bindings on the root window (this was really
bothering me). Consistent build flags and support for GCC 11.1.0 is
also provided. Session management has not progressed since the last
release. 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.15...0.7.16

Brian Bidulock <[email protected]> (8):
post-release update
update build flags
use preferred applications
updates to adwm keysrc file
update build flags
reverse scroll wheel on root
update release notes
update copyright dates


Release adwm-0.7.15 released 2021-12-11
---------------------------------------
Expand Down Expand Up @@ -322,32 +361,3 @@ Brian Bidulock <[email protected]> (95):
Brian Bidulock <[email protected]> (1):
Set theme jekyll-theme-minimal


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 <[email protected]> (2):
fix issue #7
update release files

24 changes: 12 additions & 12 deletions README
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[adwm -- read me first file. 2021-12-11]: #
[adwm -- read me first file. 2022-01-28]: #

adwm
===============

Package `adwm-0.7.15` was released under GPLv3 license
2021-12-11.
Package `adwm-0.7.16` was released under GPLv3 license
2022-01-28.

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
Expand All @@ -18,7 +18,7 @@ The source for `adwm` is hosted on [GitHub][1].
Release
-------

This is the `adwm-0.7.15` package, released 2021-12-11.
This is the `adwm-0.7.16` package, released 2022-01-28.
This release, and the latest version, can be obtained from [GitHub][1],
using a command such as:

Expand Down Expand Up @@ -226,14 +226,14 @@ w/ proper Xeyes")

[1]: https://github.com/bbidulock/adwm
[2]: https://github.com/bbidulock/adwm/issues
[3]: https://github.com/bbidulock/adwm/blob/0.7.15/RELEASE
[4]: https://github.com/bbidulock/adwm/blob/0.7.15/NEWS
[5]: https://github.com/bbidulock/adwm/blob/0.7.15/ChangeLog
[6]: https://github.com/bbidulock/adwm/blob/0.7.15/TODO
[7]: https://github.com/bbidulock/adwm/blob/0.7.15/COMPLIANCE
[8]: https://github.com/bbidulock/adwm/blob/0.7.15/INSTALL
[9]: https://github.com/bbidulock/adwm/blob/0.7.15/LICENSE
[10]: https://github.com/bbidulock/adwm/blob/0.7.15/COPYING
[3]: https://github.com/bbidulock/adwm/blob/0.7.16/RELEASE
[4]: https://github.com/bbidulock/adwm/blob/0.7.16/NEWS
[5]: https://github.com/bbidulock/adwm/blob/0.7.16/ChangeLog
[6]: https://github.com/bbidulock/adwm/blob/0.7.16/TODO
[7]: https://github.com/bbidulock/adwm/blob/0.7.16/COMPLIANCE
[8]: https://github.com/bbidulock/adwm/blob/0.7.16/INSTALL
[9]: https://github.com/bbidulock/adwm/blob/0.7.16/LICENSE
[10]: https://github.com/bbidulock/adwm/blob/0.7.16/COPYING
[11]: https://github.com/bbidulock/xdg-launch
[12]: https://bbidulock.github.io/xde-ctools
[13]: https://github.com/bbidulock/xde-menu
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[adwm -- read me first file. 2021-12-11]: #
[adwm -- read me first file. 2022-01-28]: #

adwm
===============

Package `adwm-0.7.15` was released under GPLv3 license
2021-12-11.
Package `adwm-0.7.16` was released under GPLv3 license
2022-01-28.

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
Expand All @@ -18,7 +18,7 @@ The source for `adwm` is hosted on [GitHub][1].
Release
-------

This is the `adwm-0.7.15` package, released 2021-12-11.
This is the `adwm-0.7.16` package, released 2022-01-28.
This release, and the latest version, can be obtained from [GitHub][1],
using a command such as:

Expand Down Expand Up @@ -225,14 +225,14 @@ ___Figure 9:___ Airforce XDE Theme (Xeyes properly rendered)

[1]: https://github.com/bbidulock/adwm
[2]: https://github.com/bbidulock/adwm/issues
[3]: https://github.com/bbidulock/adwm/blob/0.7.15/RELEASE
[4]: https://github.com/bbidulock/adwm/blob/0.7.15/NEWS
[5]: https://github.com/bbidulock/adwm/blob/0.7.15/ChangeLog
[6]: https://github.com/bbidulock/adwm/blob/0.7.15/TODO
[7]: https://github.com/bbidulock/adwm/blob/0.7.15/COMPLIANCE
[8]: https://github.com/bbidulock/adwm/blob/0.7.15/INSTALL
[9]: https://github.com/bbidulock/adwm/blob/0.7.15/LICENSE
[10]: https://github.com/bbidulock/adwm/blob/0.7.15/COPYING
[3]: https://github.com/bbidulock/adwm/blob/0.7.16/RELEASE
[4]: https://github.com/bbidulock/adwm/blob/0.7.16/NEWS
[5]: https://github.com/bbidulock/adwm/blob/0.7.16/ChangeLog
[6]: https://github.com/bbidulock/adwm/blob/0.7.16/TODO
[7]: https://github.com/bbidulock/adwm/blob/0.7.16/COMPLIANCE
[8]: https://github.com/bbidulock/adwm/blob/0.7.16/INSTALL
[9]: https://github.com/bbidulock/adwm/blob/0.7.16/LICENSE
[10]: https://github.com/bbidulock/adwm/blob/0.7.16/COPYING
[11]: https://github.com/bbidulock/xdg-launch
[12]: https://bbidulock.github.io/xde-ctools
[13]: https://github.com/bbidulock/xde-menu
Expand Down
18 changes: 11 additions & 7 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
[adwm -- release notes. 2021-12-11]: #
[adwm -- release notes. 2022-01-28]: #

Maintenance Release 0.7.15
Maintenance Release 0.7.16
==========================

This is another release of the adwm window manager that provides 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 updates gh-pages support and removes
a harmful type punning that was leading to indeterminate behaviour.
Session management has not progressed since the last release. There are
no outstanding issues at the time of release, and the next release
should include some outstanding development from the [TODO](TODO) list.
This is a maintenance release that corrects and supplements some key
bindings: removes a conflict, uses preferred applications (thanks to
xdg-launch), provides controls for microphone volume and muting, and
switches scroll-wheel bindings on the root window (this was really
bothering me). Consistent build flags and support for GCC 11.1.0 is
also provided. Session management has not progressed since the last
release. 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
from source. See the [NEWS](NEWS) and [TODO](TODO) file in the release
Expand Down
10 changes: 5 additions & 5 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.71])
AC_INIT([ADWM],[0.7.15],[https://github.com/bbidulock/adwm/issues],[adwm],[https://github.com/bbidulock/adwm])
AC_REVISION([0.7.15])
AC_INIT([ADWM],[0.7.16],[https://github.com/bbidulock/adwm/issues],[adwm],[https://github.com/bbidulock/adwm])
AC_REVISION([0.7.16])

# set better defaults
AC_PREFIX_DEFAULT([/usr])
Expand All @@ -20,13 +20,13 @@ AC_CONFIG_AUX_DIR([scripts])
AC_USE_SYSTEM_EXTENSIONS
AC_CANONICAL_TARGET

DATE='2021-12-11'
DATE='2022-01-28'
AC_SUBST([DATE])

MDOCDATE='December 11, 2021'
MDOCDATE='January 28, 2022'
AC_SUBST([MDOCDATE])

BRANCH='0.7.15'
BRANCH='0.7.16'
AC_SUBST([BRANCH])

# Initialize Automake
Expand Down
Loading

0 comments on commit 35e488c

Please sign in to comment.