[snappy] snappy: version 1.0
- From: Luis de Bethencourt <luisbg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [snappy] snappy: version 1.0
- Date: Tue, 25 Mar 2014 22:05:54 +0000 (UTC)
commit dd189300454f8df1c96126f4dcd0dc177cadf529
Author: Luis de Bethencourt <luis debethencourt com>
Date: Tue Mar 25 17:59:06 2014 -0400
snappy: version 1.0
AUTHORS | 2 +-
INSTALL | 2 +-
Makefile.in | 2 +-
README | 2 ++
configure | 20 ++++++++++----------
configure.ac | 2 +-
src/dlna.c | 4 ++--
src/dlna.h | 4 ++--
src/gst_engine.c | 4 ++--
src/gst_engine.h | 4 ++--
src/screensaver.c | 4 ++--
src/screensaver.h | 4 ++--
src/snappy.c | 6 +++---
src/user_interface.c | 4 ++--
src/user_interface.h | 4 ++--
src/utils.c | 4 ++--
src/utils.h | 4 ++--
17 files changed, 39 insertions(+), 37 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index e51404e..3a35c7b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,4 +1,4 @@
-Copyright (2011-2013)
+Copyright (2011-2014)
Collabora Ltd.
Luis de Bethencourt Guimera
Robert Swain
diff --git a/INSTALL b/INSTALL
index 007e939..fd6bb72 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,7 +1,7 @@
Installation Instructions
*************************
-Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
+Copyright (C) 1994-1996, 1999-2002, 2004-2014 Free Software Foundation,
Inc.
Copying and distribution of this file, with or without modification,
diff --git a/Makefile.in b/Makefile.in
index e52cdc4..8ddeadd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,7 +1,7 @@
# Makefile.in generated by automake 1.13.4 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
+# Copyright (C) 1994-2014 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
diff --git a/README b/README
index e8e4214..8a33223 100644
--- a/README
+++ b/README
@@ -6,6 +6,8 @@ version 0.2 - "Mrs. Robinson, you're trying to seduce me."
2011-06-20
version 0.3 - "Rosebud." CiTIZEN Kane
2013-03-24
+version 1.0 - "I'll be back." Terminator
+2014-03-24
get the source from: http://git.gnome.org/snappy
diff --git a/configure b/configure
index f11a8db..ad05b6c 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 snappy 0.3.7.
+# Generated by GNU Autoconf 2.69 for snappy 1.0.
#
# Report bugs to <NULL>.
#
@@ -589,8 +589,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='snappy'
PACKAGE_TARNAME='snappy'
-PACKAGE_VERSION='0.3.7'
-PACKAGE_STRING='snappy 0.3.7'
+PACKAGE_VERSION='1.0'
+PACKAGE_STRING='snappy 1.0'
PACKAGE_BUGREPORT='NULL'
PACKAGE_URL=''
@@ -1369,7 +1369,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 snappy 0.3.7 to adapt to many kinds of systems.
+\`configure' configures snappy 1.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1439,7 +1439,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of snappy 0.3.7:";;
+ short | recursive ) echo "Configuration of snappy 1.0:";;
esac
cat <<\_ACEOF
@@ -1591,7 +1591,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-snappy configure 0.3.7
+snappy configure 1.0
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1869,7 +1869,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 snappy $as_me 0.3.7, which was
+It was created by snappy $as_me 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2760,7 +2760,7 @@ fi
# Define the identity of the package.
PACKAGE='snappy'
- VERSION='0.3.7'
+ VERSION='1.0'
cat >>confdefs.h <<_ACEOF
@@ -13888,7 +13888,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 snappy $as_me 0.3.7, which was
+This file was extended by snappy $as_me 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -13954,7 +13954,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="\\
-snappy config.status 0.3.7
+snappy config.status 1.0
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index c6bc1ee..b628f33 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
AC_INIT([snappy],
- [0.3.7],
+ [1.0],
NULL,
snappy)
AM_MAINTAINER_MODE
diff --git a/src/dlna.c b/src/dlna.c
index 6b0e7ff..a37e964 100644
--- a/src/dlna.c
+++ b/src/dlna.c
@@ -1,7 +1,7 @@
/*
- * snappy - 0.3
+ * snappy - 1.0
*
- * Copyright (C) 2011-2013 Collabora Ltd.
+ * Copyright (C) 2011-2014 Collabora Ltd.
* Luis de Bethencourt <luis debethencourt com>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/dlna.h b/src/dlna.h
index a60c343..1a83be8 100644
--- a/src/dlna.h
+++ b/src/dlna.h
@@ -1,7 +1,7 @@
/*
- * snappy - 0.3
+ * snappy - 1.0
*
- * Copyright (C) 2011-2013 Collabora Ltd.
+ * Copyright (C) 2011-2014 Collabora Ltd.
* Luis de Bethencourt <luis debethencourt com>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/gst_engine.c b/src/gst_engine.c
index beac1ea..8fc16d4 100644
--- a/src/gst_engine.c
+++ b/src/gst_engine.c
@@ -1,7 +1,7 @@
/*
- * snappy - 0.3
+ * snappy - 1.0
*
- * Copyright (C) 2011-2013 Collabora Ltd.
+ * Copyright (C) 2011-2014 Collabora Ltd.
* Luis de Bethencourt <luis debethencourt com>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/gst_engine.h b/src/gst_engine.h
index 671a86c..70dce63 100644
--- a/src/gst_engine.h
+++ b/src/gst_engine.h
@@ -1,7 +1,7 @@
/*
- * snappy - 0.3
+ * snappy - 1.0
*
- * Copyright (C) 2011-2013 Collabora Ltd.
+ * Copyright (C) 2011-2014 Collabora Ltd.
* Luis de Bethencourt <luis debethencourt com>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/screensaver.c b/src/screensaver.c
index 8a71ac1..aad812c 100644
--- a/src/screensaver.c
+++ b/src/screensaver.c
@@ -1,7 +1,7 @@
/*
- * snappy - 0.3
+ * snappy - 1.0
*
- * Copyright (C) 2011-2013 Collabora Ltd.
+ * Copyright (C) 2011-2014 Collabora Ltd.
* Sebastian Droege <sebastian droege collabora co uk>
*
* The screensaver code is heavily based on totem, which is
diff --git a/src/screensaver.h b/src/screensaver.h
index 2bd8aaa..61bb0f9 100644
--- a/src/screensaver.h
+++ b/src/screensaver.h
@@ -1,7 +1,7 @@
/*
- * snappy - 0.3
+ * snappy - 1.0
*
- * Copyright (C) 2011-2013 Collabora Ltd.
+ * Copyright (C) 2011-2014 Collabora Ltd.
* Sebastian Droege <sebastian droege collabora co uk>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/snappy.c b/src/snappy.c
index 7a6649c..6054c88 100644
--- a/src/snappy.c
+++ b/src/snappy.c
@@ -1,7 +1,7 @@
/*
- * snappy - 0.3
+ * snappy - 1.0
*
- * Copyright (C) 2011-2013 Collabora Ltd.
+ * Copyright (C) 2011-2014 Collabora Ltd.
* Luis de Bethencourt <luis debethencourt com>
*
* This program is free software; you can redistribute it and/or modify
@@ -20,7 +20,7 @@
* USA
*/
-#define VERSION "0.3.7"
+#define VERSION "1.0"
#ifdef HAVE_CONFIG_H
#include "config.h"
diff --git a/src/user_interface.c b/src/user_interface.c
index 20138af..c29c688 100644
--- a/src/user_interface.c
+++ b/src/user_interface.c
@@ -1,7 +1,7 @@
/*
- * snappy - 0.3
+ * snappy - 1.0
*
- * Copyright (C) 2011-213 Collabora Ltd.
+ * Copyright (C) 2011-214 Collabora Ltd.
* Luis de Bethencourt <luis debethencourt collabora co uk>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/user_interface.h b/src/user_interface.h
index 65345a4..6fe43c5 100644
--- a/src/user_interface.h
+++ b/src/user_interface.h
@@ -1,7 +1,7 @@
/*
- * snappy - 0.3
+ * snappy - 1.0
*
- * Copyright (C) 2011-2013 Collabora Ltd.
+ * Copyright (C) 2011-2014 Collabora Ltd.
* Luis de Bethencourt <luis debethencourt com>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/utils.c b/src/utils.c
index 9738f1f..d13b99a 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -1,7 +1,7 @@
/*
- * snappy - 0.3
+ * snappy - 1.0
*
- * Copyright (C) 2011-2013 Collabora Ltd.
+ * Copyright (C) 2011-2014 Collabora Ltd.
* Luis de Bethencourt <luis debethencourt com>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/utils.h b/src/utils.h
index a3e9458..eb8c454 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -1,7 +1,7 @@
/*
- * snappy - 0.3
+ * snappy - 1.0
*
- * Copyright (C) 2011-2013 Collabora Ltd.
+ * Copyright (C) 2011-2014 Collabora Ltd.
* <luis debethencourt com>
*
* This program is free software; you can redistribute it and/or modify
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]