Skip to content

Commit

Permalink
Getting ready for 1.49.2 revision release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Mar 9, 2019
1 parent ec8e4c4 commit 8972de3
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
5 changes: 5 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2019-03-09 Martin Dvorak <[email protected]>

* Released v1.49.2 - Stabilization: fixed scrolling loop on Win,
missing Win installer icon, panel maximization of FTS result page.

2019-03-03 Martin Dvorak <[email protected]>

* Released v1.49 - native Windows version, Discount replaced with cmark-gfm
Expand Down
3 changes: 2 additions & 1 deletion KNOWN_ISSUES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Known Issues

MindForger known issues - see also [GitHub issues](https://github.com/dvorka/mindforger/issues?q=is%3Aissue+is%3Aopen+label%3A%22%3Abeetle%3A+bug%22).
MindForger known issues - see also
[GitHub issues](https://github.com/dvorka/mindforger/issues?q=is%3Aissue+is%3Aopen+label%3A%22bug+%3Abeetle%3A%22).

# 1.49.0

Expand Down
4 changes: 2 additions & 2 deletions build/debian/debian-make-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ function buildDebPackage() {
# # Main #
# ############################################################################

export ARG_BAZAAR_MSG="MindForger 1.49.0 release."
export ARG_VERSION="1.49.0"
export ARG_BAZAAR_MSG="MindForger 1.49.2 release."
export ARG_VERSION="1.49.2"

# Debian releases: https://www.debian.org/releases/
# 6/7/8/9/10: squeeze wheezy jessie stretch buster
Expand Down
2 changes: 1 addition & 1 deletion build/fedora/fedora-rpm-from-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

# This script must be run w/ ROOT priviledges (alien)

export MFVERSION="1.49.0"
export MFVERSION="1.49.2"
export MFPRJNAME="mindforger-${MFVERSION}"
export AMD64NAME="mindforger_${MFVERSION}-1_amd64"
export I386NAME="mindforger_${MFVERSION}-1_i386"
Expand Down
4 changes: 2 additions & 2 deletions build/tarball/tarball-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ function buildGitHubTarball() {
# # Main #
# ############################################################################

export ARG_BAZAAR_MSG="MindForger 1.49.0 release."
export ARG_VERSION="1.49.0"
export ARG_BAZAAR_MSG="MindForger 1.49.2 release."
export ARG_VERSION="1.49.2"

buildGitHubTarball ${ARG_VERSION} ${ARG_BAZAAR_MSG}

Expand Down
2 changes: 1 addition & 1 deletion build/ubuntu/ubuntu-launchpad-releases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ then
exit 1
fi

export ARG_BAZAAR_MSG="MindForger 1.49.0 release."
export ARG_BAZAAR_MSG="MindForger 1.49.2 release."
export ARG_MAJOR_VERSION=1.49.
export ARG_MINOR_VERSION=5 # minor version is incremented for every Ubuntu version

Expand Down

0 comments on commit 8972de3

Please sign in to comment.