Skip to content

Commit

Permalink
update release files
Browse files Browse the repository at this point in the history
  • Loading branch information
bbidulock committed May 12, 2021
1 parent 737bf9c commit 5565598
Show file tree
Hide file tree
Showing 31 changed files with 140 additions and 179 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
blackbox -- authors file. 2020-02-11
blackbox -- authors file. 2021-05-11

Author: Brian Bidulock <bidulock@openss7.org>
Author: Brian Bidulock <bidulock@openss7.com>
Expand Down
154 changes: 47 additions & 107 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,52 @@
# created with git log --stat=76 -M -C -500|fmt -sct -w80

commit 737bf9ce2dcbd213ef4cf89dfa7ef7ec61dc7526
Author: Brian Bidulock <bidulock@openss7.org>
Date: Tue May 11 23:51:54 2021 -0600

update release notes

RELEASE.md | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

commit 316834e9e95fec847628d2a0f0382bc8f08c2398
Author: Brian Bidulock <bidulock@openss7.org>
Date: Tue May 11 23:51:39 2021 -0600

update for autoconf 2.71

configure.ac | 59 ++++++++++++++++++++++++--------------------------------
1 file changed, 25 insertions(+), 34 deletions(-)

commit 0735d7c55545122d07a9c68f9da84f6b52eadafe
Author: Brian Bidulock <bidulock@openss7.org>
Date: Fri May 8 12:01:42 2020 -0600

document compliance wider

COMPLIANCE | 109 ++++++++++++++++++++++++++++++++++++++++++++++++++++-----
1 file changed, 101 insertions(+), 8 deletions(-)

commit f8e20e56ab8bb47e111700dc3f6b9c177972b4d3
Author: Brian Bidulock <bidulock@openss7.org>
Date: Fri May 8 12:01:10 2020 -0600

improvements to maintenance scripts

autogen.sh | 2 +-
configure.sh | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

commit ca2400c167bc4fc39ff45f10b31e64a4e66418de
Author: Brian Bidulock <bidulock@openss7.org>
Date: Tue Feb 11 05:47:57 2020 -0700

post-release update

ChangeLog | 70 ++++++++++++++++++++++++++++++++++++++++-------------------
NEWS | 4 +++-
2 files changed, 51 insertions(+), 23 deletions(-)

commit cddadf746a1f00e186c8b021256188a6ea8f494f
Author: Brian Bidulock <bidulock@openss7.org>
Date: Tue Feb 11 05:46:33 2020 -0700
Expand Down Expand Up @@ -8598,110 +8645,3 @@ Date: Tue Mar 2 08:16:49 2004 +0000

lib/Texture.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

commit a058ae72068456f299978774e127b9f7996cecf0
Author: bradleyhughes <bradleyhughes>
Date: Mon Mar 1 11:49:49 2004 +0000

Frame.Margin -> Toolbar.Margin

src/BlackboxResource.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

commit 2d29bb9b7032e4f684b837711bb0e2f1159e3d78
Author: bradleyhughes <bradleyhughes>
Date: Mon Mar 1 11:32:19 2004 +0000

refactor the toolbar style code... use bt::Rect where possible to save
having to recalculate the positions/sizes in lots of different places.

finish making Toolbar follow the styling pattern set by bt::Menu:

toolbar - the texture of the toolbar itself
.color
.colorTo
.borderWidth
.borderColor

toolbar.label - workspace label texture
.color
.colorTo
.borderWidth
.borderColor

toolbar.windowLabel - window label texture
.color
.colorTo
.borderWidth
.borderColor

toolbar.clock - clock label texture
.color
.colorTo
.borderWidth
.borderColor

toolbar.button - button texture
.color
.colorTo
.borderWidth
.borderColor

toolbar.button.pressed - pressed button texture
.color
.colorTo
.borderWidth
.borderColor

toolbar.label.textColor - workspace label text color
toolbar.windowLabel.textColor - window label text color
toolbar.clock.textClolor - clock label text color

toolbar.alignment - text alignment for all labels

toolbar.marginWidth - space around and between buttons
and labels
toolbar.label.marginWidth - space around text in labels
toolbar.button.marginWidth - space around bitmaps in buttons

src/BlackboxResource.cc | 127 +++++++++------
src/BlackboxResource.hh | 21 ++-
src/Toolbar.cc | 368 +++++++++++++++++++++++---------------------
src/Toolbar.hh | 14 +-
src/Window.hh | 2 +-
5 files changed, 296 insertions(+), 236 deletions(-)

commit 3961829dd7a8ee0c1659ec75dc0b6282b4697952
Author: bradleyhughes <bradleyhughes>
Date: Mon Mar 1 10:51:24 2004 +0000

increase the default pixmap cache size to 2mb

lib/PixmapCache.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

commit 9adc4460c0fcfbc3516b19cd5797cf6fc4531d1b
Author: bradleyhughes <bradleyhughes>
Date: Fri Feb 27 12:39:15 2004 +0000

if the clientList is empty, then the slit shouldn't exist
anymore... enforce this with a few asserts...

fix a free-memory-read in shutdown()... the while-loop checks for
clientList.isEmpty(), which is a problem when the last client is
removed (the slit is deleted, and clientList doesn't exist anymore).

src/Slit.cc | 107 +++++++++++++++++++++++++++-----------------------------
1 file changed, 51 insertions(+), 56 deletions(-)

commit b0805a968c96cc2cc24f40d10ef5820d65895279
Author: bradleyhughes <bradleyhughes>
Date: Fri Feb 27 11:49:04 2004 +0000

make the slit stylable separately from the toolbar...

src/BlackboxResource.cc | 14 +++++-
src/BlackboxResource.hh | 11 +++++
src/Slit.cc | 104 ++++++++++++++++++--------------------------
src/Slit.hh | 5 ++-
4 files changed, 69 insertions(+), 65 deletions(-)
47 changes: 34 additions & 13 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,37 @@
blackbox -- history of user-visible changes. 2020-02-11
blackbox -- history of user-visible changes. 2021-05-11

Release blackbox-0.77 released 2021-05-11
-----------------------------------------

git tag -n100 -l 0.77

0.77 Maintenance Release 0.77

This is a maintenance release of the blackboxwm package. This package
contains a maintained fork of the original blackbox CVS that is on
Sourceforge. It includes all of the official blackbox CVS repository,
as well as patches collected from pdl-linux, Debian, the blackbox bug
list, other GitHub forks. It also includes greatly enhanced EWMH/ICCCM
compliance. See COMPLIANCE in the release for additional information on
enhanced compliance.

This release is a maintenance release whose purpose is to update the
build system for gcc 10.2 and autoconf 2.71. There are no outstanding
issues at the time of release.

Included in the release is an autoconf tarball for building the release
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.76...0.77

Brian Bidulock <bidulock@openss7.org> (5):
post-release update
improvements to maintenance scripts
document compliance wider
update for autoconf 2.71
update release notes


Release blackbox-0.76 released 2020-02-11
-----------------------------------------
Expand Down Expand Up @@ -179,15 +212,3 @@ Brian Bidulock <bidulock@openss7.org> (5):
no force reconfigure
update release and po files


Release blackbox-0.71.1 released 2015-05-16
-------------------------------------------

git shortlog -e -n -w80,6,8 0.71...0.71.1

Brian Bidulock <bidulock@openss7.org> (4):
fix generation of libbt.pc pkg-config file
fix some focus issue
update release files
update po files

26 changes: 13 additions & 13 deletions README
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[blackbox -- read me first file. 2020-02-11]: #
[blackbox -- read me first file. 2021-05-11]: #

blackbox
===============

Package `blackbox-0.76` was released under MIT license 2020-02-11.
Package `blackbox-0.77` was released under MIT license 2021-05-11.

This is a fork of the original blackbox CVS that is on [Sourceforge][12].
This fork is hosted on [GitHub][2]. What it includes is all changes made
Expand All @@ -15,7 +15,7 @@ other GitHub forks. It also includes enhanced EWMH/ICCCM compliance.
Release
-------

This is the `blackbox-0.76` package, released 2020-02-11. This release, and
This is the `blackbox-0.77` package, released 2021-05-11. This release, and
the latest version, can be obtained from [GitHub][1], using a command such as:

$> git clone https://github.com/bbidulock/blackboxwm.git
Expand Down Expand Up @@ -113,16 +113,16 @@ Report issues on GitHub [here][2].

[1]: https://github.com/bbidulock/blackboxwm
[2]: https://github.com/bbidulock/blackboxwm/issues
[3]: https://github.com/bbidulock/blackboxwm/blob/0.76/NEWS
[4]: https://github.com/bbidulock/blackboxwm/blob/0.76/ChangeLog
[5]: https://github.com/bbidulock/blackboxwm/blob/0.76/TODO
[6]: https://github.com/bbidulock/blackboxwm/blob/0.76/COMPLIANCE
[7]: https://github.com/bbidulock/blackboxwm/blob/0.76/INSTALL
[8]: https://github.com/bbidulock/blackboxwm/blob/0.76/LICENSE
[9]: https://github.com/bbidulock/blackboxwm/blob/0.76/COPYING
[9]: https://github.com/bbidulock/blackboxwm/blob/0.76/data/README
[10]: https://github.com/bbidulock/blackboxwm/blob/0.76/data/README.menu
[11]: https://github.com/bbidulock/blackboxwm/blob/0.76/data/README.style
[3]: https://github.com/bbidulock/blackboxwm/blob/0.77/NEWS
[4]: https://github.com/bbidulock/blackboxwm/blob/0.77/ChangeLog
[5]: https://github.com/bbidulock/blackboxwm/blob/0.77/TODO
[6]: https://github.com/bbidulock/blackboxwm/blob/0.77/COMPLIANCE
[7]: https://github.com/bbidulock/blackboxwm/blob/0.77/INSTALL
[8]: https://github.com/bbidulock/blackboxwm/blob/0.77/LICENSE
[9]: https://github.com/bbidulock/blackboxwm/blob/0.77/COPYING
[9]: https://github.com/bbidulock/blackboxwm/blob/0.77/data/README
[10]: https://github.com/bbidulock/blackboxwm/blob/0.77/data/README.menu
[11]: https://github.com/bbidulock/blackboxwm/blob/0.77/data/README.style
[12]: http://blackboxwm.sourceforge.net
[13]: http://bbkeys.sourceforge.net
[14]: http://bbconf.sourceforge.net
Expand Down
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[blackbox -- read me first file. 2020-02-11]: #
[blackbox -- read me first file. 2021-05-11]: #

blackbox
===============

Package `blackbox-0.76` was released under MIT license 2020-02-11.
Package `blackbox-0.77` was released under MIT license 2021-05-11.

This is a fork of the original blackbox CVS that is on [Sourceforge][12].
This fork is hosted on [GitHub][2]. What it includes is all changes made
Expand All @@ -15,7 +15,7 @@ other GitHub forks. It also includes enhanced EWMH/ICCCM compliance.
Release
-------

This is the `blackbox-0.76` package, released 2020-02-11. This release, and
This is the `blackbox-0.77` package, released 2021-05-11. This release, and
the latest version, can be obtained from [GitHub][1], using a command such as:

$> git clone https://github.com/bbidulock/blackboxwm.git
Expand Down Expand Up @@ -113,16 +113,16 @@ Report issues on GitHub [here][2].

[1]: https://github.com/bbidulock/blackboxwm
[2]: https://github.com/bbidulock/blackboxwm/issues
[3]: https://github.com/bbidulock/blackboxwm/blob/0.76/NEWS
[4]: https://github.com/bbidulock/blackboxwm/blob/0.76/ChangeLog
[5]: https://github.com/bbidulock/blackboxwm/blob/0.76/TODO
[6]: https://github.com/bbidulock/blackboxwm/blob/0.76/COMPLIANCE
[7]: https://github.com/bbidulock/blackboxwm/blob/0.76/INSTALL
[8]: https://github.com/bbidulock/blackboxwm/blob/0.76/LICENSE
[9]: https://github.com/bbidulock/blackboxwm/blob/0.76/COPYING
[9]: https://github.com/bbidulock/blackboxwm/blob/0.76/data/README
[10]: https://github.com/bbidulock/blackboxwm/blob/0.76/data/README.menu
[11]: https://github.com/bbidulock/blackboxwm/blob/0.76/data/README.style
[3]: https://github.com/bbidulock/blackboxwm/blob/0.77/NEWS
[4]: https://github.com/bbidulock/blackboxwm/blob/0.77/ChangeLog
[5]: https://github.com/bbidulock/blackboxwm/blob/0.77/TODO
[6]: https://github.com/bbidulock/blackboxwm/blob/0.77/COMPLIANCE
[7]: https://github.com/bbidulock/blackboxwm/blob/0.77/INSTALL
[8]: https://github.com/bbidulock/blackboxwm/blob/0.77/LICENSE
[9]: https://github.com/bbidulock/blackboxwm/blob/0.77/COPYING
[9]: https://github.com/bbidulock/blackboxwm/blob/0.77/data/README
[10]: https://github.com/bbidulock/blackboxwm/blob/0.77/data/README.menu
[11]: https://github.com/bbidulock/blackboxwm/blob/0.77/data/README.style
[12]: http://blackboxwm.sourceforge.net
[13]: http://bbkeys.sourceforge.net
[14]: http://bbconf.sourceforge.net
Expand Down
12 changes: 6 additions & 6 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([blackbox],[0.76.3],[http://github.com/bbidulock/blackboxwm],[blackbox],[http://github.com/bbidulock/blackboxwm/issues])
AC_REVISION([0.76.3])
AC_INIT([blackbox],[0.77],[http://github.com/bbidulock/blackboxwm],[blackbox],[http://github.com/bbidulock/blackboxwm/issues])
AC_REVISION([0.77])

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

DATE='2020-05-08'
DATE='2021-05-11'
AC_SUBST([DATE])

MDOCDATE='May 8, 2020'
MDOCDATE='May 11, 2021'
AC_SUBST([MDOCDATE])

BRANCH='master'
BRANCH='0.77'
AC_SUBST([BRANCH])

# Initialize Automake
AM_INIT_AUTOMAKE([1.16 dist-lzip no-dist-gzip std-options -Wall color-tests silent-rules tar-pax])
AM_INIT_AUTOMAKE([gnits 1.16 dist-lzip no-dist-gzip std-options -Wall color-tests silent-rules tar-pax])
AM_MAINTAINER_MODE
AM_SILENT_RULES([yes])

Expand Down
4 changes: 2 additions & 2 deletions po/blackbox.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: blackbox 0.76\n"
"Project-Id-Version: blackbox 0.77\n"
"Report-Msgid-Bugs-To: http://github.com/bbidulock/blackboxwm\n"
"POT-Creation-Date: 2020-02-11 05:45-0700\n"
"POT-Creation-Date: 2021-05-11 23:54-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/da.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: blackbox 0.70.2.28\n"
"Report-Msgid-Bugs-To: http://github.com/bbidulock/blackboxwm\n"
"POT-Creation-Date: 2020-02-11 05:45-0700\n"
"POT-Creation-Date: 2021-05-11 23:54-0600\n"
"PO-Revision-Date: 2014-08-29 13:16-0600\n"
"Last-Translator: Brian F. G. Bidulock <bidulock@openss7.org>\n"
"Language-Team: Danish\n"
Expand Down
2 changes: 1 addition & 1 deletion po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: blackbox 0.70.2.28\n"
"Report-Msgid-Bugs-To: http://github.com/bbidulock/blackboxwm\n"
"POT-Creation-Date: 2020-02-11 05:45-0700\n"
"POT-Creation-Date: 2021-05-11 23:54-0600\n"
"PO-Revision-Date: 2014-08-29 13:16-0600\n"
"Last-Translator: Brian F. G. Bidulock <bidulock@openss7.org>\n"
"Language-Team: German\n"
Expand Down
2 changes: 1 addition & 1 deletion po/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: blackbox 0.70.2.28\n"
"Report-Msgid-Bugs-To: http://github.com/bbidulock/blackboxwm\n"
"POT-Creation-Date: 2020-02-11 05:45-0700\n"
"POT-Creation-Date: 2021-05-11 23:54-0600\n"
"PO-Revision-Date: 2014-08-29 13:16-0600\n"
"Last-Translator: Brian F. G. Bidulock <bidulock@openss7.org>\n"
"Language-Team: Spanish\n"
Expand Down
Loading

0 comments on commit 5565598

Please sign in to comment.