Skip to content

Commit

Permalink
0.5 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
mkropat committed Jan 17, 2015
1 parent d8b7260 commit e9fb651
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ PREFIX = /usr/local
BIN = $(DESTDIR)/$(PREFIX)/bin
MAN = $(DESTDIR)/$(PREFIX)/share/man

VERSION = 0.4
VERSION = 0.5
PACKAGE_DIR = jumpapp-$(VERSION)
PACKAGE_FILE = jumpapp_$(VERSION).tar.bz2
PACKAGE_ORIG_FILE = jumpapp_$(VERSION).orig.tar.bz2

AUTHOR = Michael Kropat <mail@michael.kropat.name>
DATE = Mar 27, 2014
DATE = Jan 17, 2015
FILES = t README.md LICENSE.txt Makefile jumpapp jumpappify-desktop-entry

.PHONY: all check test install uninstall
Expand Down
8 changes: 7 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
jumpapp (0.5-1) trusty; urgency=low

* Do not check hostname for WM_CLASS match

-- Michael Kropat <mail@michael.kropat.name> Sat, 17 Jan 2015 16:10:07 -0500

jumpapp (0.4-1) trusty; urgency=low

* Fix logic for matching hostname
Expand All @@ -14,7 +20,7 @@ jumpapp (0.3-1) trusty; urgency=low

jumpapp (0.2-1) saucy; urgency=low

* Window Cycling feature
* Window Cycling feature

-- Michael Kropat <mail@michael.kropat.name> Fri, 28 Mar 2014 23:25:21 -0400

Expand Down

0 comments on commit e9fb651

Please sign in to comment.