Release to guarantee upgrade.
This commit is contained in:
parent
7794fa4f64
commit
8ac3a4efcf
2 changed files with 11 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.57)
|
||||||
|
|
||||||
dnl This is the one location where the authoritative version number is stored
|
dnl This is one of the locations where the authoritative version
|
||||||
AC_INIT(shellinabox, 2.15, markus@shellinabox.com)
|
dnl number is stored. The other is in the debian/changelog.
|
||||||
|
AC_INIT(shellinabox, 2.16, markus@shellinabox.com)
|
||||||
if test -e .git; then
|
if test -e .git; then
|
||||||
VCS_REVISION=" (revision `cd $srcdir && git log -1 --format=format:%h`)"
|
VCS_REVISION=" (revision `cd $srcdir && git log -1 --format=format:%h`)"
|
||||||
else
|
else
|
||||||
|
|
8
debian/changelog
vendored
8
debian/changelog
vendored
|
@ -1,3 +1,11 @@
|
||||||
|
shellinabox (2.16) unstable; urgency=low
|
||||||
|
|
||||||
|
* New release to guarantee upgrades for people who had installed a
|
||||||
|
2.15-1 release candidate.
|
||||||
|
* Update to About dialog to use GitHub URLs.
|
||||||
|
|
||||||
|
-- Marc Singer <elf@debian.org> Fri, 24 Jul 2015 11:45:22 -0700
|
||||||
|
|
||||||
shellinabox (2.15) unstable; urgency=low
|
shellinabox (2.15) unstable; urgency=low
|
||||||
|
|
||||||
* Improved clean-liness so that source archive is clean.
|
* Improved clean-liness so that source archive is clean.
|
||||||
|
|
Loading…
Reference in a new issue