Skip to content

Commit

Permalink
Prepare for release 1.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
gijsbers committed Jul 30, 2017
1 parent a1e2b7c commit 54dcb3a
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 17 deletions.
36 changes: 27 additions & 9 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,21 +1,39 @@
icewm -- history of user-visible changes. 2017-07-28

Release icewm-1.4.1.6 released 2017-07-28
-----------------------------------------
Release icewm-1.4.2 released 2017-07-30
---------------------------------------

git shortlog -e -n -w80,6,8 1.4.1...HEAD

Bert Gijsbers <[email protected]> (3):
Brian Bidulock <[email protected]> (10):
Merge remote-tracking branch 'origin/icewm-1-3-BRANCH' into
icewm-1-4-BRANCH
update po files
update AUTHORS file
generate more news
update NEWS file
icewm-1-4-BRANCH is now the default
partially address issue #146
better fix for issue #146
final tweak for #146
Merge branch 'icewm-1-4-BRANCH' of github.com:bbidulock/icewm into
icewm-1-4-BRANCH

Bert Gijsbers <[email protected]> (5):
Omit -b in git checkout icewm-1-4-BRANCH.
Specify output with -o icewm.html.
Update ChangeLog to 1.4.1 and remove all changes for the 1.3.12 release
and older.
New function copyPixmaps adds more defaults for missing pixmaps. When some
pixmaps are missing then they are copied from others. This restores
backward compatibility in issue #144.
Always show icon in the top left corner of a window in issue #144.

Brian Bidulock <[email protected]> (3):
Merge remote-tracking branch 'origin/icewm-1-3-BRANCH' into
icewm-1-4-BRANCH
update po files
update AUTHORS file
Brian Bidulock <[email protected]> (1):
Merge pull request #150 from
Code7R/feature/increase_theme_menu_collapsing_threshold

Eduard Bloch <[email protected]> (1):
Increased the trigger value for the theme menu nesting algorithm


Release icewm-1.4.1 released 2017-07-28
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[icewm -- read me first file. 2017-07-27]: #
[icewm -- read me first file. 2017-07-30]: #

Ice Window Manager (IceWM)
==========================
Expand All @@ -16,7 +16,7 @@ list, and various other GitHub forks.
Release
-------

This is the icewm-1.4.1 package, released under LGPL license 2017-07-24.
This is the icewm-1.4.2 package, released under LGPL license 2017-07-24.
This release as well as future versions here, can all be obtained from
[GitHub][1] using a command such as:

Expand Down Expand Up @@ -89,7 +89,7 @@ Website][14] or from the [online manual][16].

Unfortunately the documentation is for version 1.2.27 and is incomplete
at that; however, it is for the most part usable.
The good news is that the `icewm(1)` manual page for version 1.4.1
The good news is that the `icewm(1)` manual page for version 1.4.2
is complete and fully up-to-date.


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PACKAGE=icewm
VERSION=1.4.1
VERSION=1.4.2
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([icewm],[1.4.1.10],[https://github.com/bbidulock/icewm/issues])
AC_REVISION([1.4.1.10])
AC_INIT([icewm],[1.4.2],[https://github.com/bbidulock/icewm/issues])
AC_REVISION([1.4.2])
AC_CONFIG_SRCDIR([src/ysmapp.cc])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([scripts])
AC_USE_SYSTEM_EXTENSIONS
AC_CANONICAL_TARGET

DATE='2017-07-28'
DATE='2017-07-30'
AC_SUBST([DATE])

APPLICATIONS='icewm icewm-session icesh icewmhint icewmbg icewmtray'
Expand Down Expand Up @@ -60,7 +60,7 @@ LT_LANG([C++])
AC_PROG_LIBTOOL
AC_SUBST([LIBTOOL_DEPS])

AM_GNU_GETTEXT_VERSION([0.19.8])
AM_GNU_GETTEXT_VERSION([0.19.2])
AM_GNU_GETTEXT([external])

AC_ARG_ENABLE([i18n],
Expand Down

0 comments on commit 54dcb3a

Please sign in to comment.