Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated README; Version bump 1.3.0->1.3.1.
  • Loading branch information
dallenwilson committed Mar 7, 2019
1 parent 66b466a commit c28b811
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README
@@ -1,4 +1,3 @@

gSTM, short for Gnome SSH Tunnel Manager, is simply a Gnome2 front-end to the
cumbersome ssh commandline to open ssh tunnels (port redirects). It also
includes gAskpass which is a Gnome2 askpass dialog.
Expand All @@ -17,3 +16,10 @@ Also, if you are able to create packages for your distribution, drop me a line!

Cheers
- Mark (msmulders@elsar.nl)



For >= v1.3.0, aka the gtk3 edition of gSTM, please report bugs at the github
page: https://github.com/dallenwilson/gstm

- D (dwjwilson@lavabit.com)
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -2,3 +2,7 @@
Gnome SSH Tunnel Manager - Gtk3 Edition

This is a Gtk3 port of gstm (https://sourceforge.net/projects/gstm/).

For Gentoo users, an ebuild is available in my layman overlay: https://github.com/dallenwilson/trolltoo
Ubuntu users (and Mint, Debian and other related distros) can find a deb package in my launchpad ppa: https://launchpad.net/~dallen.wilson/+archive/ubuntu/ppa
For everyone else, release tarballs are available from Github.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
dnl Created by Anjuta application wizard.

AC_PREREQ([2.69])
AC_INIT(gSTM, [1.3.0], [dwjwilson@lavabit.com])
AC_INIT(gSTM, [1.3.1], [dwjwilson@lavabit.com])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])
Expand Down
2 changes: 1 addition & 1 deletion src/gstm.ui
Expand Up @@ -8,7 +8,7 @@
<property name="icon">../pixmaps/gSTM.png</property>
<property name="type_hint">dialog</property>
<property name="program_name">gSTM</property>
<property name="version">v1.3.0</property>
<property name="version">v1.3.1</property>
<property name="copyright" translatable="yes">copyright (c) Mark Smulders 2005-2019
copyright (c) Dallen Wilson 2019</property>
<property name="comments" translatable="yes">Gnome SSH Tunnel Manager - a front-end to ssh tunneling.</property>
Expand Down

0 comments on commit c28b811

Please sign in to comment.