summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy White <jwhite@codeweavers.com>2016-11-02 11:09:28 -0500
committerJeremy White <jwhite@codeweavers.com>2016-11-02 11:09:28 -0500
commit9f1508c9db2b9ddcfdd6639f35a9a5ff5e44d2e1 (patch)
tree9cbe48ef01e5ee4479dbf5245dad3d603e8412c5
parent734fcd410c3dfc2fd071b595ed7454b77e66fb69 (diff)
Prepare for a version 1.1 release.
Also add a target to create an rpm.
-rw-r--r--ChangeLog10
-rw-r--r--Makefile.am3
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--src/data/x11spice.spec13
5 files changed, 28 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index e69de29..6b00a00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,10 @@
+* Wed Nov 02 2016 Jeremy White <jwhite@codeweavers.com> 1.1.0-1
+- Fix issues uncovered by Coverity
+- Invert the logic of view only; make it the default
+- Add optional audit calls
+- Add callback capabilities
+- Provide a connect / disconnect callback facility
+
+* Fri Sep 02 2016 Jeremy White <jwhite@codeweavers.com> 1.0.0-1
+- Initial package
+
diff --git a/Makefile.am b/Makefile.am
index af437a6..b9452f6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1 +1,4 @@
SUBDIRS = src
+
+rpm: dist
+ rpmbuild -ba --define "_sourcedir $$PWD" src/data/x11spice.spec
diff --git a/NEWS b/NEWS
index d0f773c..6c3e294 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
+x11spice 1.0 2016-11-02
+
+ Incremental release
+
x11spice 1.0 2016-05-16
Initial release
diff --git a/configure.ac b/configure.ac
index 7832f97..eb1a88f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([x11spice], 1.0)
+AC_INIT([x11spice], 1.1)
AM_INIT_AUTOMAKE
PKG_CHECK_MODULES(XCB, xcb)
diff --git a/src/data/x11spice.spec b/src/data/x11spice.spec
index b95ff40..faa631d 100644
--- a/src/data/x11spice.spec
+++ b/src/data/x11spice.spec
@@ -1,5 +1,5 @@
Name: x11spice
-Version: 1.0
+Version: 1.1
Release: 1%{?dist}
Summary: Utility to share an x11 desktop via Spice
Group: Applications/System
@@ -27,6 +27,8 @@ make %{?_smp_mflags}
%files
%doc COPYING ChangeLog README
%{_bindir}/x11spice
+%{_bindir}/x11spice_connected_gnome
+%{_bindir}/x11spice_disconnected_gnome
%{_sysconfdir}/xdg/x11spice/x11spice.conf
%{_datadir}/applications/x11spice.desktop
%{_datadir}/icons/hicolor/scalable/apps/x11spice.svg
@@ -34,7 +36,12 @@ make %{?_smp_mflags}
%changelog
+* Wed Nov 02 2016 Jeremy White <jwhite@codeweavers.com> 1.1.0-1
+- Fix issues uncovered by Coverity
+- Invert the logic of view only; make it the default
+- Add optional audit calls
+- Add callback capabilities
+- Provide a connect / disconnect callback facility
+
* Fri Sep 02 2016 Jeremy White <jwhite@codeweavers.com> 1.0.0-1
- Initial package
-/home/jwhite/x11spice/share/applications/x11spice.desktop
-/home/jwhite/x11spice/share/icons/hicolor/scalable/apps/x11spice.svg