summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2019-10-23build-sys: Provide spec file during buildFrediano Ziglio1-0/+1
Having the RPM spec file produced by the build is helpful in different situation. Different tools like mock or code scanners accept source RPMs as input. Providing this file allows easily build of the source RPM (and binaries) using a simple command like $ rpmbuild -ta spice-protocol-XXXX.tar.bz2 Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Signed-off-by: Victor Toso <victortoso@redhat.com> Acked-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
2019-05-13build-sys: post-release version bump 0.14.1Frediano Ziglio1-1/+1
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Victor Toso <victortoso@redhat.com>
2019-04-12build-sys: automake: do not require NEWS and ChangeLogVictor Toso1-1/+1
Following patches will rename NEWS to CHANGELOG.md due Gitlab integration and remove the currently empty ChangeLog. Signed-off-by: Victor Toso <victortoso@redhat.com> Acked-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
2019-04-06Bump minor version to mark cleanup changeFrediano Ziglio1-2/+2
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Victor Toso <victortoso@redhat.com>
2019-01-11build-sys: post-release version bump 0.12.16Marc-André Lureau1-1/+1
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2018-06-01build-sys: post-release bump 0.12.15Victor Toso1-1/+1
Signed-off-by: Victor Toso <victortoso@redhat.com>
2017-07-03build-sys: post-release bump 0.12.14Marc-André Lureau1-1/+1
2016-11-01build-sys: post-release bumpVictor Toso1-1/+1
Signed-off-by: Victor Toso <victortoso@redhat.com> Acked-by: Pavel Grunt <pgrunt@redhat.com>
2016-03-11build-sys: post-release bumpMarc-André Lureau1-1/+1
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2016-03-10Remove codegenMarc-André Lureau1-17/+0
Codegen generates code specific to spice-common submodule. It's not meant as a generic protocol header or specification. See discussion and commits about spice-common codegen re-import. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2015-09-25post-release version bumpJonathon Jongsma1-1/+1
2015-08-07build-sys: Add --enable-code-generatorChristophe Fergeau1-0/+16
This flag is only used for git builds, and can usually safely be disabled. When it's enabled, configure.ac will check that python-six and pyparsing are available, and will use these together with the codegen python scripts in order to automatically regenerate enums.h when the .proto files change.
2015-08-07build-sys: Make sure new files are dist'edChristophe Fergeau1-0/+1
The just added .proto files and python code generation code need to be added to EXTRA_DIST in order to be distributed in tarballs, and we need to recurse in the new python_modules directory.
2015-07-29Post-release version bumpChristophe Fergeau1-1/+1
2015-06-30Post-release version bumpChristophe Fergeau1-1/+1
2015-05-27Post-release version bumpChristophe Fergeau1-1/+1
This allows spice-protocol users to depend on the git version. spice-vdagent.git needs a spice-protocol version newer than the latest release for the volume synchronization work or it won't build.
2014-05-19Release 0.12.7v0.12.7Christophe Fergeau1-1/+1
2013-06-26Release 0.12.6Yonit Halperin1-1/+1
2013-02-01Post-release bumpMarc-André Lureau1-1/+1
2013-01-16build-sys: post-release bumpMarc-André Lureau1-1/+1
2012-12-20Release 0.12.30.12.3Hans de Goede1-1/+1
2012-09-12Release 0.12.2Alon Levy1-1/+1
New in this release: display channel: A8 surface capability qxl: client present, client capabilities and client monitors configuration.
2012-09-02Release 0.12.10.12.1Alon Levy1-1/+1
2012-06-27support multiple monitors on a single display channelAlon Levy1-2/+2
Adds on device: RAM Header monitors_config - pointer QXLMonitorsConfig count == n max_allowed = N >= 0 QXLHead 1 ... QXLHead n id, surface_id, x, y, width, height, flags IO: QXL_IO_MONITORS_CONFIG server flushes command ring, then calls server callback for changing monitors config. New revision to let the driver know about the new io: QXL_REVISION_STABLE_V12=0x04, Adds server/client capability: SPICE_DISPLAY_CAP_MONITORS_CONFIG Server message will be added in spice-server and spice-common. Version is bumped to 0.12.0 to indicate new IO and structs
2012-05-08Release 0.10.30.10.3Alon Levy1-1/+1
2012-03-19build-sys: use git.mkMarc-André Lureau1-0/+2
2012-02-17Add controller message ENABLE_SMARTCARDMarc-André Lureau1-1/+1
The sent message must be a ControllerValue whose value is either '0' disabled, or '1' enabled.
2012-01-12Release 0.10.1Yonit Halperin1-1/+1
2011-11-10Release 0.10.00.10.0Alon Levy1-2/+2
2011-10-02Release 0.9.10.9.1Yonit Halperin1-1/+1
Cherry-pick of abfdf4d8abf95d003678af5df814f3b1be1fd092 (Release 0.8.2) semi-seamless migration RHBZ 738262 Conflicts: NEWS configure.ac
2011-08-25Release 0.9.00.9.0Hans de Goede1-2/+2
2011-07-17bump version to 0.8.1 for qxl_dev.h changesAlon Levy1-1/+1
2011-04-18protocol: set version number to 0.8.0Christophe Fergeau1-2/+2
spice-protocol 0.8.0 has been released, but for some reason the version number in the master branch was still at 0.6.3
2010-10-18Release 0.6.30.6.3Hans de Goede1-1/+1
2010-09-29Bump version to 0.6.10.6.1Alexander Larsson1-1/+1
2010-08-31Bump version to 0.6.00.6.0Alexander Larsson1-2/+2
2010-07-20Update version to 0.5.3Alexander Larsson1-1/+1
2010-07-08Fix misspellingsAlexander Larsson1-1/+1
SpicedSubMessage -> SpiceSubMessage QXLAlphaBlnd -> QXLAlphaBlend
2010-02-04Add autoconf and pkg-config setupAlexander Larsson1-0/+19