Skip to content

Commit

Permalink
Release 0.80
Browse files Browse the repository at this point in the history
  • Loading branch information
Mystro256 committed Nov 16, 2016
1 parent b4e5838 commit 28b8f50
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
7 changes: 4 additions & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
0.80-dev so far
0.80
-----
Changes:
- Minimum GTK2 version is now 2.8
- Pixmap theme is now in tiff format (instead of xpm)
- Pixmap theme is now installed in datadir/xsensors/ as theme.tiff
- Pixmap theme is now installed in prefix/share/xsensors/ as theme.tiff
- Command line option for update time has been tweaked
Enhancements:
- Show message boxes for most errors
- Scrollbars
- Added GTK3 port, which is default if available, overwritten with --with-gtk2
- Menu with Preferences and About dialogs
- Persistent/saved settings (command line options are temporary)
- Persistent/saved settings (command line options are per-run)
Bug fixes:
- Fix the swaping of red/blue when drawing
- Fix some memory issues
Expand Down
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for xsensors 0.80-dev.
# Generated by GNU Autoconf 2.69 for xsensors 0.80.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -577,8 +577,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='xsensors'
PACKAGE_TARNAME='xsensors'
PACKAGE_VERSION='0.80-dev'
PACKAGE_STRING='xsensors 0.80-dev'
PACKAGE_VERSION='0.80'
PACKAGE_STRING='xsensors 0.80'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1288,7 +1288,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures xsensors 0.80-dev to adapt to many kinds of systems.
\`configure' configures xsensors 0.80 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1354,7 +1354,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of xsensors 0.80-dev:";;
short | recursive ) echo "Configuration of xsensors 0.80:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1463,7 +1463,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
xsensors configure 0.80-dev
xsensors configure 0.80
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1761,7 +1761,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by xsensors $as_me 0.80-dev, which was
It was created by xsensors $as_me 0.80, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2625,7 +2625,7 @@ fi

# Define the identity of the package.
PACKAGE='xsensors'
VERSION='0.80-dev'
VERSION='0.80'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -5632,7 +5632,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by xsensors $as_me 0.80-dev, which was
This file was extended by xsensors $as_me 0.80, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -5698,7 +5698,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
xsensors config.status 0.80-dev
xsensors config.status 0.80
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.

AM_CONFIG_HEADER(config.h)

AC_INIT(xsensors, 0.80-dev)
AC_INIT(xsensors, 0.80)
AC_CONFIG_SRCDIR(src/main.c)
AM_INIT_AUTOMAKE

Expand Down

0 comments on commit 28b8f50

Please sign in to comment.