summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcarlosg <carlosg>2005-07-26 17:06:20 +0000
committercarlosg <carlosg>2005-07-26 17:06:20 +0000
commit60e5b651d99de58471e1fe0adbdac5169bd9fa54 (patch)
tree67e0f90e71e90ea6fbd881f8a0096a93e03d961e
parentb219e27a6cf86b8b61751323f18ab7ea46110c1e (diff)
2005-07-26 Carlos Garnacho Parro <carlosg@gnome.org>
* Release 1.3.1
-rw-r--r--NEWS22
-rw-r--r--configure.in2
2 files changed, 23 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6f717d2..31556eb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+System Tools Backends Version 1.3.1, 2005-07-05
+-----------------------------------------------
+
+The System Tools Backends version 1.3.1 "Make me laugh" have been released.
+
+The System Tools Backends are a set of cross-platform scripts for Linux and other Unix systems. The backends provide an standard XML interface for modifying the configuration regarless of the distribution that's being used.
+
+Right now the System Tools Backends fully support various distros/OS such as: Redhat, Mandrake, SuSE, Fedora, Debian (and derivations like Ubuntu, Linex, Guadalinex...), Gentoo, Slackware, FreeBSD, OpenNA, PLD, Vine and Specifix.
+
+Changes since last release
+==========================
+
+ Network
+ =======
+ - do not detect irlan[0-9] interfaces as an[0-9] (garnacho)
+ - other misc fixes (garnacho)
+
+Downloading
+===========
+You can get it from :
+http://system-tools-backends.freedesktop.org/downloads/1.3/
+
System Tools Backends Version 1.3.0, 2005-07-05
-----------------------------------------------
diff --git a/configure.in b/configure.in
index 4577b2b..096d07b 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_PREREQ(2.52)
dnl ==============================================================
dnl Process this file with autoconf to produce a configure script.
dnl ==============================================================
-AC_INIT(system-tools-backends,1.3.0)
+AC_INIT(system-tools-backends,1.3.1)
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)