Skip to content

Commit

Permalink
fvwm3: update to 1.0.6a
Browse files Browse the repository at this point in the history
# Changelog

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

## What's Changed
### Other Changes
* dist: doc: include all doc sources by @ThomasAdam in fvwmorg/fvwm3#806


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

## What's Changed
### Breaking Changes
* remove fvwm-config by @ThomasAdam in fvwmorg/fvwm3#731
* ta/alloca by @ThomasAdam in fvwmorg/fvwm3#722
* deprecate color commands by @ThomasAdam in fvwmorg/fvwm3#738
* Ensure a default colorset is always configured. by @somiaj in fvwmorg/fvwm3#740
* commands: remove DefaultColors & DefaultColorset by @ThomasAdam in fvwmorg/fvwm3#749
* MenuStyle: Remove Depreciated options and non colorset  by @somiaj in fvwmorg/fvwm3#757
### Enhancements
* decor: allow window borders separate colours by @ThomasAdam in fvwmorg/fvwm3#730
* Update Move shuffle logic to jump to next monitor by @somiaj in fvwmorg/fvwm3#742
* conditional: screen: simplify logic by @ThomasAdam in fvwmorg/fvwm3#746
* Allow SidePic in default-config. by @somiaj in fvwmorg/fvwm3#762
* Move shuffle, ensure window inside working area. by @somiaj in fvwmorg/fvwm3#767
* Translucent Menus by @somiaj in fvwmorg/fvwm3#760
* Updates to FvwmPager scaling math to improve visual aspects due to rounding errors. by @somiaj in fvwmorg/fvwm3#790
### Other Changes
* doc: don't install fvwm3_manpage_source by @ThomasAdam in fvwmorg/fvwm3#712
* Rename .stalonetrayrc to stalonetrayrc by @wfp5p in fvwmorg/fvwm3#713
* Fix background resetting in default-config by @somiaj in fvwmorg/fvwm3#714
* desk_add: fix window counting by @ThomasAdam in fvwmorg/fvwm3#716
* remove unused variable by @omar-polo in fvwmorg/fvwm3#718
* two clock_t and time_t casts for portability by @omar-polo in fvwmorg/fvwm3#719
* changing sprintf -> snprintf & co by @omar-polo in fvwmorg/fvwm3#720
* DesktopConfiguration: send status_send() by @ThomasAdam in fvwmorg/fvwm3#724
* FvwmScript.c: fix wrong size of TabCom array by @slazav in fvwmorg/fvwm3#725
* gotodesk: simplify logic for shared/global by @ThomasAdam in fvwmorg/fvwm3#727
* Add a multicolor border example to default-config by @somiaj in fvwmorg/fvwm3#732
* Some pedantic clean up of whitespace and add missing translation strings. by @somiaj in fvwmorg/fvwm3#733
* Tweak HilightBorderColorset by @lgsobalvarro in fvwmorg/fvwm3#737
* docs: remove obsolete GNOME references by @ThomasAdam in fvwmorg/fvwm3#739
* MWMBorder: fix calculation by @ThomasAdam in fvwmorg/fvwm3#743
* Don't set border colorsets by default. by @somiaj in fvwmorg/fvwm3#747
* style: silence warning for unconsumed string by @ThomasAdam in fvwmorg/fvwm3#745
* Add split manpages to default-config. by @somiaj in fvwmorg/fvwm3#750
* FvwnIconMan use font as fallback for tips font. by @somiaj in fvwmorg/fvwm3#751
* FvwmIconMan: Don't chop window display string by @somiaj in fvwmorg/fvwm3#752
* fvwm-config: remove .in file by @ThomasAdam in fvwmorg/fvwm3#758
* FvwmPager make mini windows always round down. by @somiaj in fvwmorg/fvwm3#756
* Clean up some build warnings by @somiaj in fvwmorg/fvwm3#759
* Move shuffle modifications. by @somiaj in fvwmorg/fvwm3#764
* borders: treat 0 pixels as 1 pixel border by @ThomasAdam in fvwmorg/fvwm3#765
* AddWindow: don't crash reparenting by @ThomasAdam in fvwmorg/fvwm3#786
* ModuleSynchronous: don't segfault on free() by @ThomasAdam in fvwmorg/fvwm3#787
* FvwmIconMan: fix segfault in initialisation by @ThomasAdam in fvwmorg/fvwm3#800
* randr: quit when no screens found & not active by @ThomasAdam in fvwmorg/fvwm3#801

## New Contributors
* @wfp5p made their first contribution in fvwmorg/fvwm3#713

**Full Changelog**: fvwmorg/fvwm3@1.0.5...1.0.6
## [1.0.5](https://github.com/fvwmorg/fvwm3/tree/1.0.5) (2022-09-28)
  • Loading branch information
dhgutteridge committed Feb 12, 2023
1 parent ed8c4c0 commit 3a5c20d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
5 changes: 2 additions & 3 deletions wm/fvwm3/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.16 2023/01/29 21:17:58 ryoon Exp $
# $NetBSD: Makefile,v 1.17 2023/02/12 06:27:25 gutteridge Exp $

DISTNAME= fvwm3-1.0.5
PKGREVISION= 3
DISTNAME= fvwm3-1.0.6a
CATEGORIES= wm x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=fvwmorg/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
Expand Down
7 changes: 2 additions & 5 deletions wm/fvwm3/PLIST
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@comment $NetBSD: PLIST,v 1.4 2022/10/19 03:40:37 gutteridge Exp $
@comment $NetBSD: PLIST,v 1.5 2023/02/12 06:27:26 gutteridge Exp $
bin/FvwmCommand
bin/fvwm-config
bin/fvwm-convert-2.6
bin/fvwm-menu-desktop
bin/fvwm-menu-directory
Expand Down Expand Up @@ -41,15 +40,13 @@ man/man1/FvwmPerl.1
man/man1/FvwmPrompt.1
man/man1/FvwmRearrange.1
man/man1/FvwmScript.1
man/man1/fvwm-config.1
man/man1/fvwm-convert-2.6.1
man/man1/fvwm-menu-desktop.1
man/man1/fvwm-menu-directory.1
man/man1/fvwm-menu-xlock.1
man/man1/fvwm-perllib.1
man/man1/fvwm-root.1
man/man1/fvwm3.1
man/man1/fvwm3_manpage_source.1
man/man1/fvwm3all.1
man/man1/fvwm3commands.1
man/man1/fvwm3menus.1
Expand Down Expand Up @@ -87,7 +84,6 @@ share/fvwm3/FvwmScript-Quit
share/fvwm3/FvwmScript-ScreenDump
share/fvwm3/FvwmScript-ScreenSetup
share/fvwm3/FvwmScript-WidgetDemo
share/fvwm3/default-config/.stalonetrayrc
share/fvwm3/default-config/FvwmScript-ConfirmCopyConfig
share/fvwm3/default-config/FvwmScript-ConfirmQuit
share/fvwm3/default-config/FvwmScript-DateTime
Expand Down Expand Up @@ -126,6 +122,7 @@ share/fvwm3/default-config/images/icons/win/stays.png
share/fvwm3/default-config/images/icons/win/sticky.png
share/fvwm3/default-config/images/icons/win/title.png
share/fvwm3/default-config/images/icons/win/top.png
share/fvwm3/default-config/stalonetrayrc
share/fvwm3/fvwm-menu-desktop-config.fpl
share/fvwm3/fvwm-script-ComExample.pl
share/fvwm3/locale/ar/LC_MESSAGES/FvwmScript.mo
Expand Down
8 changes: 4 additions & 4 deletions wm/fvwm3/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.7 2022/10/19 03:40:37 gutteridge Exp $
$NetBSD: distinfo,v 1.8 2023/02/12 06:27:26 gutteridge Exp $

BLAKE2s (fvwm3-1.0.5.tar.gz) = 5be2527d3dd53c6f9035f9b0cdc7ddf6e4b05577b6dac86642391bbfca42908a
SHA512 (fvwm3-1.0.5.tar.gz) = b8a8ac7fb3db3a27b7e169e38f822ab6eca6920d8b4b1aa57f8f1d59e1e6073d2949f35c9f4b29c3675e092fd5bc78454347431f77a02f9b12617abb5616ed4f
Size (fvwm3-1.0.5.tar.gz) = 4538262 bytes
BLAKE2s (fvwm3-1.0.6a.tar.gz) = 2e01d03af68af092e1e7cb34d522146a182421d08295eb005a56b4fba8474cab
SHA512 (fvwm3-1.0.6a.tar.gz) = 7577e0dde1f7c5c54024207cf48ab5b816c87fc163735e44eb72e66561c67c08f6a06e7fbf5c89fa6180b692ce25e5121845476d0d1dcfb8273b0aa7321d28f9
Size (fvwm3-1.0.6a.tar.gz) = 4538100 bytes

0 comments on commit 3a5c20d

Please sign in to comment.