Skip to content

Commit

Permalink
[AUTO]: release 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Adam authored and ThomasAdam committed Jul 6, 2023
1 parent 6e22dab commit 73a6a27
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 4 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [1.0.7](https://github.com/fvwmorg/fvwm3/tree/1.0.7) (2023-07-06)

## What's Changed
### Breaking Changes
* Use the global screen for geometry strings which don't specify a monitor by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/814
### Enhancements
* code: rename functions with two underscores by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/815
* Revert MWM borders line width in border_fetch_mwm_layout by @NsCDE in https://github.com/fvwmorg/fvwm3/pull/824
* cJSON: update to v1.7.16 by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/863
### Other Changes
* dist: doc: include all doc sources by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/806
* maximize: randr: assign correct monitor to window by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/812
* FvwmIconMan: populate manager geom via global screen by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/821
* configure: drop check for -Werror by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/829
* configure: support newer golang versions by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/830
* Use default location of FvwmMFL socket in FvwmCommand. by @somiaj in https://github.com/fvwmorg/fvwm3/pull/835
* monitor: add prev_primary logic by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/826
* EWMH: Update SetWorkArea() to use global w/h by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/840
* Fix GotoDeskAndPage by @shang in https://github.com/fvwmorg/fvwm3/pull/837
* clang: fix warnings by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/847
* FvwmPerl: fix regexp warning for special chars by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/852
* fonts: don't fallback to iconv using XFT by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/862
* FvwmPager: monitor config: skip whitespace by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/856

## New Contributors
* @shang made their first contribution in https://github.com/fvwmorg/fvwm3/pull/837

**Full Changelog**: https://github.com/fvwmorg/fvwm3/compare/1.0.6...1.0.7
## [1.0.6a](https://github.com/fvwmorg/fvwm3/tree/1.0.6a) (2023-01-16)

## 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="16 January 23"
RELDATESHORT="16-Jan-23"
RELDATENUM="23-01-16"
RELDATELONG=" 6 July 23"
RELDATESHORT="06-Jul-23"
RELDATENUM="23-07-06"

# constant variable settings
FVWMNAMELONG="F? Virtual Window Manager"
Expand Down

0 comments on commit 73a6a27

Please sign in to comment.