diff options
author | Jeremy White <jwhite@codeweavers.com> | 2016-11-02 11:09:28 -0500 |
---|---|---|
committer | Jeremy White <jwhite@codeweavers.com> | 2016-11-02 11:09:28 -0500 |
commit | 9f1508c9db2b9ddcfdd6639f35a9a5ff5e44d2e1 (patch) | |
tree | 9cbe48ef01e5ee4479dbf5245dad3d603e8412c5 | |
parent | 734fcd410c3dfc2fd071b595ed7454b77e66fb69 (diff) |
Prepare for a version 1.1 release.
Also add a target to create an rpm.
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/data/x11spice.spec | 13 |
5 files changed, 28 insertions, 4 deletions
@@ -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 @@ -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 |