Skip to content

Commit

Permalink
Release files for 2.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAdam committed Nov 7, 2016
1 parent b6c0354 commit c8b04df
Show file tree
Hide file tree
Showing 22 changed files with 16 additions and 339 deletions.
2 changes: 0 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ SUBDIRS = \
$(POSUB) \
tests

EXTRA_DIST = INSTALL.fvwm

## ---------------------------------------------------------------------------
## Manage bzip2 archive together with gzip archive
# Usage:
Expand Down
4 changes: 3 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ Note, the changes for the last STABLE release start with release
2.6.0.

-------------------------------------------------------------------
Changes in stable release 2.6.7 (UNRELEASED)
Changes in stable release 2.6.7 (06-Mar-2016)

* New fvwm features:

- A new default configuration which is available when fvwm
doesn't detect a configuration file to load.
- A new conitional command "Desk n" can restrict matching
windows to a specific desk.
- A new conditional command "Screen n" to restrict matching
Expand Down
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dnl
AC_PREREQ(2.60)

dnl should be "yes" only within the released distribution
ISRELEASED="no"
ISRELEASED="yes"
if test $ISRELEASED = "no"; then
RELDATELONG=""
RELDATESHORT=""
Expand All @@ -26,9 +26,9 @@ VERSIONINFO=""
dnl date of the released version (please zero pad the day in the last 2 dates)
dnl for example: "4 February 2003", "04 Feb 2003", "2003-02-04"
dnl date format strings: "%e %B %Y", "%d-%b-%Y", "%Y-%m-%d"
RELDATELONG="15 March 2016"
RELDATESHORT="15-Mar-2016"
RELDATENUM="2016-03-15"
RELDATELONG="06 November 2016"
RELDATESHORT="06-Nov-2016"
RELDATENUM="2016-11-06"

# constant variable settings
FVWMNAMELONG="F? Virtual Window Manager"
Expand Down
8 changes: 7 additions & 1 deletion default-config/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
## Process this file with automake to create Makefile.in

configdir = @FVWM_DATADIR@/default-config
IMAGES_DIR != find images -type d
config_DATA = config \
.stalonetrayrc \
FvwmScript-DateTime \
FvwmScript-ConfirmQuit \
FvwmScript-ConfirmCopyConfig

EXTRA_DIST = images \
config \
.stalonetrayrc \
FvwmScript-DateTime \
FvwmScript-ConfirmQuit \
FvwmScript-ConfirmCopyConfig

install-data-hook:
cp -r images @FVWM_DATADIR@/default-config
ln -sf @FVWM_DATADIR@/default-config/FvwmScript-DateTime @FVWM_DATADIR@
Expand Down
1 change: 0 additions & 1 deletion doc/docbook-xml/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
SUBDIRS = ent

EXTRA_DIST = \
ChangeLog \
README \
calstblx.dtd \
catalog.xml \
Expand Down
Binary file removed po/FvwmTaskBar.ar.gmo
Binary file not shown.
33 changes: 0 additions & 33 deletions po/FvwmTaskBar.ar.po

This file was deleted.

Binary file removed po/FvwmTaskBar.de.gmo
Binary file not shown.
33 changes: 0 additions & 33 deletions po/FvwmTaskBar.de.po

This file was deleted.

Binary file removed po/FvwmTaskBar.es.gmo
Binary file not shown.
32 changes: 0 additions & 32 deletions po/FvwmTaskBar.es.po

This file was deleted.

Binary file removed po/FvwmTaskBar.fr.gmo
Binary file not shown.
34 changes: 0 additions & 34 deletions po/FvwmTaskBar.fr.po

This file was deleted.

32 changes: 0 additions & 32 deletions po/FvwmTaskBar.pot

This file was deleted.

Binary file removed po/FvwmTaskBar.ru.gmo
Binary file not shown.
31 changes: 0 additions & 31 deletions po/FvwmTaskBar.ru.po

This file was deleted.

Binary file removed po/FvwmTaskBar.sv_SE.gmo
Binary file not shown.
34 changes: 0 additions & 34 deletions po/FvwmTaskBar.sv_SE.po

This file was deleted.

Binary file removed po/FvwmTaskBar.zh_CN.gmo
Binary file not shown.
32 changes: 0 additions & 32 deletions po/FvwmTaskBar.zh_CN.po

This file was deleted.

32 changes: 0 additions & 32 deletions po/FvwmTaskBar.zh_TW.po

This file was deleted.

Loading

0 comments on commit c8b04df

Please sign in to comment.