Skip to content

Commit

Permalink
TigerVNC 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bphinz committed Jan 23, 2015
1 parent bb78495 commit 3ebdcfe
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ project(tigervnc)
set(VERSION 1.4.1)

# The RC version must always be four comma-separated numbers
set(RCVERSION 1,4,1,0)
set(RCVERSION 1,4,2,0)

# Installation paths
set(BIN_DIR "${CMAKE_INSTALL_PREFIX}/bin")
Expand Down
3 changes: 3 additions & 0 deletions contrib/packages/rpm/el5/SPECS/tigervnc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -914,6 +914,9 @@ fi
%{_datadir}/icons/hicolor/*/apps/*

%changelog
* Fri Jan 23 2015 Brian P. Hinz <bphinz@users.sourceforge.net> 1.4.2-1
- 1.4.2 release

* Mon Jan 19 2015 Brian P. Hinz <bphinz@users.sourceforge.net> 1.4.0-3
- Added default font paths to Xvnc and fontconfig
- Added vendor strings to Xvnc
Expand Down
5 changes: 4 additions & 1 deletion contrib/packages/rpm/el6/SPECS/tigervnc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Name: tigervnc
Version: @VERSION@
Release: 18%{?snap:.%{snap}}%{?dist}
Release: 1%{?snap:.%{snap}}%{?dist}
Summary: A TigerVNC remote display system

Group: User Interface/Desktops
Expand Down Expand Up @@ -344,6 +344,9 @@ fi
%{_datadir}/icons/hicolor/*/apps/*

%changelog
* Fri Jan 23 2015 Brian P. Hinz <bphinz@users.sourceforge.net> 1.4.2-1
- 1.4.2 release

* Tue Nov 04 2014 Brian P. Hinz <bphinz@users.sourceforge.net> 1.3.80-18.20131128svn5139
- Bumped xserver patch to keep pace with native version

Expand Down
2 changes: 1 addition & 1 deletion java/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8)

project(tigervnc-java Java)
if(NOT VERSION)
set(VERSION 1.4.1)
set(VERSION 1.4.2)
endif()

find_package(Java)
Expand Down
4 changes: 2 additions & 2 deletions unix/xserver/hw/vnc/xvnc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ extern "C" {
#define Xfree free
#endif

#define XVNCVERSION "TigerVNC 1.4.1"
#define XVNCCOPYRIGHT ("Copyright (C) 1999-2013 TigerVNC Team and many others (see README.txt)\n" \
#define XVNCVERSION "TigerVNC 1.4.2"
#define XVNCCOPYRIGHT ("Copyright (C) 1999-2015 TigerVNC Team and many others (see README.txt)\n" \
"See http://www.tigervnc.org for information on TigerVNC.\n")


Expand Down

0 comments on commit 3ebdcfe

Please sign in to comment.