Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 53 | Rev 56 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 53 Rev 54
1
ssvnc (1.0.29-4) unstable; urgency=low
1
ssvnc (1.0.29-4) unstable; urgency=low
2
2
3
  * default-jdk-headless is enough to build.
3
  * default-jdk-headless is enough to build.
4
  * Compile java with -source 1.6 -target 1.6 (Closes: #874004).
4
  * Compile java with -source 1.7 -target 1.7 (Closes: #874004).
5
  * Replace priority extra with optional.
5
  * Replace priority extra with optional.
6
  * Switch to Debhelper compat level 10.
6
  * Switch to Debhelper compat level 10.
7
7
8
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 24 Jun 2018 19:39:53 +0200
8
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 24 Jun 2018 19:39:53 +0200
9
9
10
ssvnc (1.0.29-3) unstable; urgency=low
10
ssvnc (1.0.29-3) unstable; urgency=low
11
11
12
  * debian/rules: Add call to dh_strip_nondeterminism.
12
  * debian/rules: Add call to dh_strip_nondeterminism.
13
  * openssl1.1.patch (new): Support OpenSSL 1.1 API changes (Closes:
13
  * openssl1.1.patch (new): Support OpenSSL 1.1 API changes (Closes:
14
    #828559).
14
    #828559).
15
  * auto-scale.patch (new): Make autoscaling work (Closes: #801804, LP:
15
  * auto-scale.patch (new): Make autoscaling work (Closes: #801804, LP:
16
    #1312966). In addition to the command-line option "-scale auto"
16
    #1312966). In addition to the command-line option "-scale auto"
17
    creating a 1×1 window, rescaling when resizing the window didn't
17
    creating a 1×1 window, rescaling when resizing the window didn't
18
    happen, at least not when Caps Lock or other modifiers were active.
18
    happen, at least not when Caps Lock or other modifiers were active.
19
  * samemachine_ipv6_overflow.patch (new): Fix stack overflow when
19
  * samemachine_ipv6_overflow.patch (new): Fix stack overflow when
20
    connecting over IPv6, caused by non-IPv6-aware code (Closes: #774622).
20
    connecting over IPv6, caused by non-IPv6-aware code (Closes: #774622).
21
  * nostrip.patch: Don't strip vncstorepw or ultravnc_dsm_helper either.
21
  * nostrip.patch: Don't strip vncstorepw or ultravnc_dsm_helper either.
22
  * buildflags.patch: Also pass flags to vncstorepw/Makefile and patch
22
  * buildflags.patch: Also pass flags to vncstorepw/Makefile and patch
23
    that to use them.
23
    that to use them.
24
  * Bump Standards-Version to 3.9.8.
24
  * Bump Standards-Version to 3.9.8.
25
25
26
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 30 Jul 2016 23:09:44 +0200
26
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 30 Jul 2016 23:09:44 +0200
27
27
28
ssvnc (1.0.29-2) unstable; urgency=low
28
ssvnc (1.0.29-2) unstable; urgency=low
29
29
30
  * Also get CPPFLAGS from dpkg-buildflags. Pass it as EXTRA_DEFINES to
30
  * Also get CPPFLAGS from dpkg-buildflags. Pass it as EXTRA_DEFINES to
31
    vnc_unixsrc/*/Makefile.
31
    vnc_unixsrc/*/Makefile.
32
32
33
 -- Magnus Holmgren <holmgren@debian.org>  Fri, 11 Nov 2011 08:11:09 +0100
33
 -- Magnus Holmgren <holmgren@debian.org>  Fri, 11 Nov 2011 08:11:09 +0100
34
34
35
ssvnc (1.0.29-1) unstable; urgency=low
35
ssvnc (1.0.29-1) unstable; urgency=low
36
36
37
  * New upstream release.
37
  * New upstream release.
38
  * Install ReleaseNotes as upstream changelog file.
38
  * Install ReleaseNotes as upstream changelog file.
39
  * Simply build-depend on libjpeg-dev instead of libjpeg62-dev |
39
  * Simply build-depend on libjpeg-dev instead of libjpeg62-dev |
40
    libjpeg-dev (Closes: #644808).
40
    libjpeg-dev (Closes: #644808).
41
  * Install a symlink in /usr/bin instead of including the main vncviewer
41
  * Install a symlink in /usr/bin instead of including the main vncviewer
42
    binary twice in the package.
42
    binary twice in the package.
43
  * Add build-arch and build-indep targets to debian/rules.
43
  * Add build-arch and build-indep targets to debian/rules.
44
  * nostrip.patch: Remove strip command from the Makefile, allowing
44
  * nostrip.patch: Remove strip command from the Makefile, allowing
45
    DEB_BUILD_OPTONS=nostrip to work.
45
    DEB_BUILD_OPTONS=nostrip to work.
46
  * Get CFLAGS and LDFLAGS from dpkg-buildflags.
46
  * Get CFLAGS and LDFLAGS from dpkg-buildflags.
47
  * buildflags.patch: Pass CFLAGS and LDFLAGS through via ./Makefile as
47
  * buildflags.patch: Pass CFLAGS and LDFLAGS through via ./Makefile as
48
    CDEBUGFLAGS and LOCAL_LDFLAGS to vnc_unixsrc/*/Makefile. This results
48
    CDEBUGFLAGS and LOCAL_LDFLAGS to vnc_unixsrc/*/Makefile. This results
49
    in -fno-strict-aliasing (added by xmkmf by default) being dropped, but
49
    in -fno-strict-aliasing (added by xmkmf by default) being dropped, but
50
    that doesn't seem to cause any problems.
50
    that doesn't seem to cause any problems.
51
  * format-security.patch: Fix some flaws uncovered by -Wformat-security.
51
  * format-security.patch: Fix some flaws uncovered by -Wformat-security.
52
  * Bump Standards-Version to 3.9.2.
52
  * Bump Standards-Version to 3.9.2.
53
53
54
 -- Magnus Holmgren <holmgren@debian.org>  Thu, 10 Nov 2011 22:23:15 +0100
54
 -- Magnus Holmgren <holmgren@debian.org>  Thu, 10 Nov 2011 22:23:15 +0100
55
55
56
ssvnc (1.0.28-1) unstable; urgency=low
56
ssvnc (1.0.28-1) unstable; urgency=low
57
57
58
  * New upstream release (Closes: #592873, "Connection from UVNC
58
  * New upstream release (Closes: #592873, "Connection from UVNC
59
    Single-Click does not start vncviewer when -acceptpopups is set").
59
    Single-Click does not start vncviewer when -acceptpopups is set").
60
  * Convert to source format 3.0 (quilt), changing /bin/sh into /bin/bash
60
  * Convert to source format 3.0 (quilt), changing /bin/sh into /bin/bash
61
    (see below) in the install target instead.
61
    (see below) in the install target instead.
62
  * debian/copyright: Update years of copyright; remove notice that the
62
  * debian/copyright: Update years of copyright; remove notice that the
63
    UltraVNC DSM helper module is not included (which it is since
63
    UltraVNC DSM helper module is not included (which it is since
64
    1.0.24-1).
64
    1.0.24-1).
65
  * Remove redundant bash dependency; bash isn't going to be non-essential
65
  * Remove redundant bash dependency; bash isn't going to be non-essential
66
    any time soon.
66
    any time soon.
67
  * Up Standards-Version to 3.9.1.
67
  * Up Standards-Version to 3.9.1.
68
68
69
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 06 Feb 2011 23:06:25 +0100
69
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 06 Feb 2011 23:06:25 +0100
70
70
71
ssvnc (1.0.27-1) unstable; urgency=low
71
ssvnc (1.0.27-1) unstable; urgency=low
72
72
73
  * New upstream release.
73
  * New upstream release.
74
  * bashisms.dpatch: Don't try to fix all bashisms; instead change /bin/sh
74
  * bashisms.dpatch: Don't try to fix all bashisms; instead change /bin/sh
75
    to /bin/bash and depend on bash, which is small in this context.
75
    to /bin/bash and depend on bash, which is small in this context.
76
76
77
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 23 May 2010 19:07:52 +0200
77
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 23 May 2010 19:07:52 +0200
78
78
79
ssvnc (1.0.25-1) unstable; urgency=low
79
ssvnc (1.0.25-1) unstable; urgency=low
80
80
81
  * New upstream release.
81
  * New upstream release.
82
  * confusing_-h.dpatch and bashisms.dpatch: adjusted.
82
  * confusing_-h.dpatch and bashisms.dpatch: adjusted.
83
83
84
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 06 Feb 2010 20:45:04 +0100
84
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 06 Feb 2010 20:45:04 +0100
85
85
86
ssvnc (1.0.24-1) unstable; urgency=low
86
ssvnc (1.0.24-1) unstable; urgency=low
87
87
88
  * New upstream release.
88
  * New upstream release.
89
    * ssvnc -help now prints a help message instead of passing -help to the
89
    * ssvnc -help now prints a help message instead of passing -help to the
90
      tcl interpreter.
90
      tcl interpreter.
91
  * confusing_-h.dpatch (new): Improve upstream's handling of -help a bit
91
  * confusing_-h.dpatch (new): Improve upstream's handling of -help a bit
92
    (Closes: 544250).
92
    (Closes: 544250).
93
  * ultraftp_path.dpach (new): Use hardcoded (and correct for this
93
  * ultraftp_path.dpach (new): Use hardcoded (and correct for this
94
    package) path to ultraftp.jar if SSVNC_ULTRA_FTP_JAR is unset, so that
94
    package) path to ultraftp.jar if SSVNC_ULTRA_FTP_JAR is unset, so that
95
    file transfers work even if ssvncviewer is executed directly.
95
    file transfers work even if ssvncviewer is executed directly.
96
  * bashisms.dpatch (new): Fix most bashisms (all that matter).
96
  * bashisms.dpatch (new): Fix most bashisms (all that matter).
97
  * Drop no_openssl.dpatch and build ultravnc_dsm_helper; OpenSSL
97
  * Drop no_openssl.dpatch and build ultravnc_dsm_helper; OpenSSL
98
    exception has been granted. Build-depend on libssl-dev.
98
    exception has been granted. Build-depend on libssl-dev.
99
  * Promote stunnel4 from Recommends to Depends (Closes: #553411), depend
99
  * Promote stunnel4 from Recommends to Depends (Closes: #553411), depend
100
    directly on openssl, depend on tk instead of tk8.4, and tweak java
100
    directly on openssl, depend on tk instead of tk8.4, and tweak java
101
    recommendations.
101
    recommendations.
102
  * Add README.source.
102
  * Add README.source.
103
  * Bump Standards-Version to 3.8.3.
103
  * Bump Standards-Version to 3.8.3.
104
104
105
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 31 Oct 2009 21:02:42 +0100
105
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 31 Oct 2009 21:02:42 +0100
106
106
107
ssvnc (1.0.23-1) unstable; urgency=low
107
ssvnc (1.0.23-1) unstable; urgency=low
108
108
109
  * Initial release (Closes: #504134).
109
  * Initial release (Closes: #504134).
110
110
111
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 01 Aug 2009 19:31:25 +0200
111
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 01 Aug 2009 19:31:25 +0200