Skip to content

Commit

Permalink
Bump version to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
da2x committed Jun 2, 2022
1 parent c12cc87 commit 62d9ee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
@@ -1,5 +1,5 @@
# Fluxfonts – a continual font generator for increased privacy
# Copyright 2012–2017, Daniel Aleksandersen
# Copyright 2012–2022, Daniel Aleksandersen
# All rights reserved.
#
# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
Expand Down Expand Up @@ -40,7 +40,7 @@ REVERSE_DOMAIN = no.priv.daniel.$(LNAME)
SHORTDESC = $(NAME), a continual font generator for increased privacy.
LONGDDESC = The $(PROGRAM) daemon for $(SHORTDESC)

VERSION = 2.0
VERSION = 2.1
AUTHOR = Daniel Aleksandersen

OBJS = lib/buffer.o\
Expand Down

3 comments on commit 62d9ee2

@spodermenpls
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@da2x Hey, great to see you back! I saw you only posted the source code of the new release, would it be a problem to also publish a standalone EXE installer like before (for Windows 10/11)?

@da2x
Copy link
Owner Author

@da2x da2x commented on 62d9ee2 Jul 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@spodermenpls I had to redo the build system for Windows. I just pushed a new binary installer for version 2.2. (Your antivirus is likely to block or quarantine it. That's outside my control. It needs a few thousand users to install it, whitelist it, and then its reputation will improve.)

@spodermenpls
Copy link

@spodermenpls spodermenpls commented on 62d9ee2 Jul 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@da2x Thank you very much, I just updated from 2.0 to 2.2 without any problems.

(Your antivirus is likely to block or quarantine it. That's outside my control. It needs a few thousand users to install it, whitelist it, and then its reputation will improve.)

In case of Kaspersky Internet Security that's not true, the Installer was automatically classified as "mildly restricted", which means that KIS will ask if certain, more "sensitive" actions are to be allowed or denied (which Fluxfonts don't seem to affect, since there were no prompts at any point, the same for 2.2 as was with 2.0). Besides that, Kaspersky classifies programs as generally "trustworthy" when their binaries/packages contain a valid digital signature.

Please sign in to comment.