Skip to content

Commit

Permalink
[AUTO]: release 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Adam authored and ThomasAdam committed Sep 4, 2023
1 parent 686ffe2 commit 0e43ca4
Show file tree
Hide file tree
Showing 15 changed files with 4,746 additions and 1,997 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [1.0.8](https://github.com/fvwmorg/fvwm3/tree/1.0.8) (2023-09-04)

## What's Changed
### Enhancements
* Add .desktop entry for XSession by @Zirias in https://github.com/fvwmorg/fvwm3/pull/876
### Other Changes
* FvwmScript: fix rendering of checkboxes by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/870
* Ls/manpage by @lgsobalvarro in https://github.com/fvwmorg/fvwm3/pull/874
* SnapAttraction: honor all tokens mentioned in the manpage by @ch-f in https://github.com/fvwmorg/fvwm3/pull/869
* docs: FvwmPerl: fixup examples by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/877
* default-config: use primary mon for RightPanel by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/884
* XGetWindowProp: accommodate NUL byte by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/883
* FvwmPager: fix division by zero by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/885
* *: code cleanup: remove if (x) free checks by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/891
* FvwmPrompt: preserve quotes, etc by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/892
* conditional: Screen+Desk is not mutually-exclusive by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/895
* sizehints: tighten check by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/888
* CursorStyle: fix panframe cursors by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/887
* FvwmPager: add fpmonitor impls for widths/heights by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/886
* MaskUsedModifiers: remove bits used for XKB group index by @farblos in https://github.com/fvwmorg/fvwm3/pull/901

## New Contributors
* @ch-f made their first contribution in https://github.com/fvwmorg/fvwm3/pull/869
* @farblos made their first contribution in https://github.com/fvwmorg/fvwm3/pull/901

**Full Changelog**: https://github.com/fvwmorg/fvwm3/compare/1.0.7...1.0.8
## [1.0.7](https://github.com/fvwmorg/fvwm3/tree/1.0.7) (2023-07-06)

## What's Changed
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=m4_esyscmd([./utils/fvwm-version-str.sh])
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=" 6 July 23"
RELDATESHORT="06-Jul-23"
RELDATENUM="23-07-06"
RELDATELONG=" 4 September 23"
RELDATESHORT="04-Sep-23"
RELDATENUM="23-09-04"

# constant variable settings
FVWMNAMELONG="F? Virtual Window Manager"
Expand Down
Binary file modified po/fvwm.da.gmo
Binary file not shown.

0 comments on commit 0e43ca4

Please sign in to comment.