Skip to content

Commit

Permalink
prepare 1.6.0
Browse files Browse the repository at this point in the history
Copyright years, changelog.
  • Loading branch information
sagb committed Mar 14, 2021
1 parent cb7dd8f commit 534da74
Show file tree
Hide file tree
Showing 23 changed files with 53 additions and 35 deletions.
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2021-03-14 Alexander Kulak <sa-dev@odd.systems>

version 1.6.0

Fix major memory leak when huge icons are not used.
Debug by SIGUSR1.
Add test suite: running in headless X server.
Add github CI pipeline.
Bspwm documentation.
Fix possible strncpy overflows.

Closes: #96, #107, #109.

2020-07-23 Alexander Kulak <sa-dev@odd.systems>

version 1.5.0
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

![Translucent](doc/screenshots/alttab-jtaala.png?raw=true)

[screenshot options](doc/screenshots/screenshots.md)
How these screenshots were [obtained](doc/screenshots/screenshots.md)

[![chat on freenode](https://img.shields.io/badge/chat-on%20freenode-brightgreen.svg)](https://webchat.freenode.net/?channels=%23alttab)
![CI status](https://github.com/sagb/alttab/actions/workflows/c-cpp.yml/badge.svg)

**alttab** is X11 window switcher designed for minimalistic window managers
or standalone X11 session.
Expand Down Expand Up @@ -44,5 +44,5 @@ Usually it should run fully functional without any argument: `alttab`.
[no-wm](https://github.com/patrickhaller/no-wm): use X11 without a window manager


alttab (C) Alexander Kulak &lt;sa-dev AT odd POINT systems&gt; 2016-2020
alttab (C) Alexander Kulak &lt;sa-dev AT odd POINT systems&gt; 2016-2021

20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for alttab 1.5.0.
# Generated by GNU Autoconf 2.69 for alttab 1.6.0.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -577,8 +577,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='alttab'
PACKAGE_TARNAME='alttab'
PACKAGE_VERSION='1.5.0'
PACKAGE_STRING='alttab 1.5.0'
PACKAGE_VERSION='1.6.0'
PACKAGE_STRING='alttab 1.6.0'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1306,7 +1306,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures alttab 1.5.0 to adapt to many kinds of systems.
\`configure' configures alttab 1.6.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1373,7 +1373,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of alttab 1.5.0:";;
short | recursive ) echo "Configuration of alttab 1.6.0:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1485,7 +1485,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
alttab configure 1.5.0
alttab configure 1.6.0
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1737,7 +1737,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by alttab $as_me 1.5.0, which was
It was created by alttab $as_me 1.6.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2595,7 +2595,7 @@ fi
# Define the identity of the package.
PACKAGE='alttab'
VERSION='1.5.0'
VERSION='1.6.0'
cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -5368,7 +5368,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by alttab $as_me 1.5.0, which was
This file was extended by alttab $as_me 1.6.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -5434,7 +5434,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
alttab config.status 1.5.0
alttab config.status 1.6.0
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([alttab], [1.5.0])
AC_INIT([alttab], [1.6.0])
AM_INIT_AUTOMAKE([foreign subdir-objects])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_HEADERS([config.h])
Expand Down
4 changes: 2 additions & 2 deletions doc/README
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ If there are no WM at all, then start alttab in ~/.xsession or elsewhere.
Source
------

Copyright 2017-2020 Alexander Kulak <sa-dev AT odd POINT systems>.
Copyright 2017-2021 Alexander Kulak <sa-dev AT odd POINT systems>.
License: GPLv3 (see COPYING).
Repository: https://github.com/sagb/alttab
Chat: #alttab on Freenode



-- Alexander Kulak <sa-dev AT odd.systems> Fri, 28 Apr 2017 13:19:28 +0300
-- Alexander Kulak <sa-dev AT odd.systems> Sun, 14 Mar 2021 17:49:00 +0300
4 changes: 2 additions & 2 deletions doc/alttab.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "ALTTAB" "1" "July 2020" "" ""
.TH "ALTTAB" "1" "March 2021" "" ""
.
.SH "NAME"
\fBalttab\fR \- the task switcher
Expand Down Expand Up @@ -372,7 +372,7 @@ short help
Run alttab after WM, or autodetection will fail\.
.
.SH "AUTHOR"
Copyright 2017\-2020 Alexander Kulak \fB<sa\-dev AT odd POINT systems>\fR\.
Copyright 2017\-2021 Alexander Kulak \fB<sa\-dev AT odd POINT systems>\fR\.
.
.SH "REPORTING BUGS"
Please report issues on github \fIhttps://github\.com/sagb/alttab/issues\fR\.
Expand Down
4 changes: 2 additions & 2 deletions doc/alttab.1.ronn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
The source of alttab.1. Read doc/development.md.
vim:ft=markdown
Copyright 2017-2020 Alexander Kulak.
Copyright 2017-2021 Alexander Kulak.
This file is part of alttab program.
Copying and distribution of this file, with or without modification,
Expand Down Expand Up @@ -292,7 +292,7 @@ Run alttab after WM, or autodetection will fail.

##AUTHOR

Copyright 2017-2020 Alexander Kulak `<sa-dev AT odd POINT systems>`.
Copyright 2017-2021 Alexander Kulak `<sa-dev AT odd POINT systems>`.

##REPORTING BUGS

Expand Down
5 changes: 5 additions & 0 deletions doc/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ Test suite

`make check` should work.

Debug
-----

On USR1 signal alttab dumps some debug information on STDERR.

/* vim:tabstop=4:shiftwidth=4:smarttab:expandtab:smartindent
*/

2 changes: 1 addition & 1 deletion src/alttab.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Parsing options/resources, top-level keygrab functions and main().
Copyright 2017-2020 Alexander Kulak.
Copyright 2017-2021 Alexander Kulak.
This file is part of alttab program.
alttab is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/alttab.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Global includes.
Copyright 2017-2020 Alexander Kulak.
Copyright 2017-2021 Alexander Kulak.
This file is part of alttab program.
alttab is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/autil.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Helper functions specific to alttab.
Copyright 2017-2020 Alexander Kulak.
Copyright 2017-2021 Alexander Kulak.
This file is part of alttab program.
alttab is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/ewmh.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Interface with EWMH-compatible window managers.
Note: _WIN fallbacks are not part of EWMH or ICCCM, but kept here anyway.
Copyright 2017-2020 Alexander Kulak.
Copyright 2017-2021 Alexander Kulak.
This file is part of alttab program.
alttab is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/gui.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Draw and interface with our switcher window.
Copyright 2017-2020 Alexander Kulak.
Copyright 2017-2021 Alexander Kulak.
This file is part of alttab program.
alttab is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/icon.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Icon object.
Copyright 2017-2020 Alexander Kulak.
Copyright 2017-2021 Alexander Kulak.
This file is part of alttab program.
alttab is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/icon.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
icon.c definitions.
Copyright 2017-2020 Alexander Kulak.
Copyright 2017-2021 Alexander Kulak.
This file is part of alttab program.
alttab is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/pngd.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Reading PNG into Drawable.
Copyright 2017-2020 Alexander Kulak.
Copyright 2017-2021 Alexander Kulak.
This file is part of alttab program.
alttab is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/pngd.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
pngd.c definitions.
Copyright 2017-2020 Alexander Kulak.
Copyright 2017-2021 Alexander Kulak.
This file is part of alttab program.
alttab is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/randr.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Interface to XRANDR
Copyright 2017-2020 Alexander Kulak.
Copyright 2017-2021 Alexander Kulak.
This file is part of alttab program.
alttab is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/rp.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Interface with Ratpoison window manager.
Copyright 2017-2020 Alexander Kulak.
Copyright 2017-2021 Alexander Kulak.
This file is part of alttab program.
alttab is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/util.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Helper functions.
Copyright 2017-2020 Alexander Kulak.
Copyright 2017-2021 Alexander Kulak.
This file is part of alttab program.
alttab is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/util.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
util.c definitions.
Copyright 2017-2020 Alexander Kulak.
Copyright 2017-2021 Alexander Kulak.
This file is part of alttab program.
alttab is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/win.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Interface with foreign windows common for all WMs.
Copyright 2017-2020 Alexander Kulak.
Copyright 2017-2021 Alexander Kulak.
This file is part of alttab program.
alttab is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/x.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Interface with foreign windows in raw X11.
Copyright 2017-2020 Alexander Kulak.
Copyright 2017-2021 Alexander Kulak.
This file is part of alttab program.
alttab is free software: you can redistribute it and/or modify
Expand Down

0 comments on commit 534da74

Please sign in to comment.