Skip to content

Commit

Permalink
Merge pull request #43 from bassmanitram/version-prep
Browse files Browse the repository at this point in the history
Prepare Release 1.6.1
  • Loading branch information
bassmanitram authored Feb 25, 2023
2 parents 4d98b24 + d1e7d28 commit 9184034
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SHELL=/bin/bash
nautilus_path=`which nautilus`
GLOBALLOC=/usr/share
LOCALLOC=~/.local/share
VERSION=1.6.0
VERSION=1.6.1

install:
mkdir -p $(LOCALLOC)/nautilus-python/extensions/actions-for-nautilus
Expand Down
11 changes: 11 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Release 1.6.1

**ALL USERS SHOULD UPDATE TO THIS RELEASE**

* **SECURITY FIX**: The config server was being opened on all interfaces, making it
available to all nodes on the same network. This release fixes that to only open
on `localhost`.

* Closing the config tab in Firefox was not closing the config server. This release
fixes that.

# Release 1.6.0
* Implement compatibility with Nautilus 43+
Nautilus 43+ is not used ubiquitously yet, but implements some breaking changes to
Expand Down
Binary file removed dist/actions-for-nautilus_1.0.0_all.deb
Binary file not shown.
Binary file removed dist/actions-for-nautilus_1.0.1_all.deb
Binary file not shown.
Binary file removed dist/actions-for-nautilus_1.0.2_all.deb
Binary file not shown.
Binary file removed dist/actions-for-nautilus_1.1.0_all.deb
Binary file not shown.
Binary file removed dist/actions-for-nautilus_1.1.1_all.deb
Binary file not shown.
Binary file removed dist/actions-for-nautilus_1.2.0_all.deb
Binary file not shown.
Binary file removed dist/actions-for-nautilus_1.3.0_all.deb
Binary file not shown.
Binary file removed dist/actions-for-nautilus_1.4.0_all.deb
Binary file not shown.
Binary file removed dist/actions-for-nautilus_1.4.1_all.deb
Binary file not shown.
Binary file removed dist/actions-for-nautilus_1.5.0_all.deb
Binary file not shown.
Binary file removed dist/actions-for-nautilus_1.5.1_all.deb
Binary file not shown.
Binary file removed dist/actions-for-nautilus_1.5.2_all.deb
Binary file not shown.
Binary file removed dist/actions-for-nautilus_1.6.0_all.deb
Binary file not shown.
Binary file added dist/actions-for-nautilus_1.6.1_all.deb
Binary file not shown.
6 changes: 6 additions & 0 deletions packaging/doc/actions-for-nautilus/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
actions-for-nautilus (1.6.1) stable; urgency=high
* Fix config server being open on all interfaces
* Fix config server not being closed by FF tab close

-- Martin Bartlett <[email protected]> Sat, 25 Feb 2023 17:00:00 +0100

actions-for-nautilus (1.6.0) stable; urgency=medium
* Compatibility with Nautilus 43+

Expand Down

0 comments on commit 9184034

Please sign in to comment.