[girl] GIRL version 1.3.0



commit 13bd3253b974a8fe9da9a3e11441b386146539f2
Author: Ole Aamot <oka oka no>
Date:   Sat Feb 14 00:34:29 2015 +0100

    GIRL version 1.3.0

 ChangeLog           |    5 +++++
 HACKING             |    4 ++--
 Makefile.am         |    1 +
 NEWS                |    9 +++++++++
 configure           |   20 ++++++++++----------
 configure.ac        |    2 +-
 data/screenshot.png |  Bin 175001 -> 159247 bytes
 7 files changed, 28 insertions(+), 13 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index d0a24db..93360ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-02-08  Ole Aamot  <ole src gnome org>
+
+       * po/cs.po: Updated Czech translation by Marek Černocký
+       * po/pl.po: Updated Polish translation by Piotr Drąg
+
 2015-01-23  Ole Aamot  <ole src gnome org>
 
        * NEWS: girl version 1.2.0 release
diff --git a/HACKING b/HACKING
index 1c11f10..08b0540 100644
--- a/HACKING
+++ b/HACKING
@@ -2,8 +2,8 @@ Introduction to girl-list (http://mail.gnome.org/listinfo/girl-list):
 
 The initial work on this program began in 2002 at Norwegian Computing
 Center (http://www.nr.no/) and PING, a computer club at University of
-Oslo (http://www.ping.uio.no/).  Work on GIRL continued in 2014, and
-continues in 2015.
+Oslo (http://www.ping.uio.no/).  Work on GIRL continued in 2014 after
+a visit to SIPB (http://sipb.mit.edu/) at MIT, and continues in 2015.
 
 The GNOME Internet Radio Locator is currently available as a GNOME
 desktop program with source code released under GNU General Public
diff --git a/Makefile.am b/Makefile.am
index 80c78fb..9694ca1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,6 +18,7 @@ EXTRA_DIST = config.rpath m4/ChangeLog  \
        NEWS-1.0 \
        NEWS-1.1 \
        NEWS-1.2 \
+       NEWS-1.3 \
        README \
        THANKS \
        TODO \
diff --git a/NEWS b/NEWS
index fd05595..ee9a85e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,13 @@
 =============
+Version 1.3.0
+=============
+
+Translations
+
+       * cs: Updated Czech translation by Marek Černocký
+       * pl: Updated Polish translation by Piotr Drąg
+
+=============
 Version 1.2.0
 =============
 
diff --git a/configure b/configure
index abe1d9b..42e113c 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for girl 1.2.0.
+# Generated by GNU Autoconf 2.69 for girl 1.3.0.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='girl'
 PACKAGE_TARNAME='girl'
-PACKAGE_VERSION='1.2.0'
-PACKAGE_STRING='girl 1.2.0'
+PACKAGE_VERSION='1.3.0'
+PACKAGE_STRING='girl 1.3.0'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1329,7 +1329,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 girl 1.2.0 to adapt to many kinds of systems.
+\`configure' configures girl 1.3.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1395,7 +1395,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of girl 1.2.0:";;
+     short | recursive ) echo "Configuration of girl 1.3.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1499,7 +1499,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-girl configure 1.2.0
+girl configure 1.3.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1864,7 +1864,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 girl $as_me 1.2.0, which was
+It was created by girl $as_me 1.3.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2727,7 +2727,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='girl'
- VERSION='1.2.0'
+ VERSION='1.3.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -6706,7 +6706,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 girl $as_me 1.2.0, which was
+This file was extended by girl $as_me 1.3.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -6772,7 +6772,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="\\
-girl config.status 1.2.0
+girl config.status 1.3.0
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff --git a/configure.ac b/configure.ac
index 94fe273..268edf8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT(girl, 1.2.0)
+AC_INIT(girl, 1.3.0)
 AM_INIT_AUTOMAKE([no-dist-gzip dist-xz])
 AC_CONFIG_SRCDIR([src/girl.c])
 AC_CONFIG_HEADER([config.h])
diff --git a/data/screenshot.png b/data/screenshot.png
index bb7480d..8f12824 100644
Binary files a/data/screenshot.png and b/data/screenshot.png differ


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]