File: changelog

package info (click to toggle)
yrmcds 1.1.8-1.1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 1,000 kB
  • sloc: cpp: 11,157; sh: 148; makefile: 117
file content (276 lines) | stat: -rw-r--r-- 9,496 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
yrmcds (1.1.8-1.1) unstable; urgency=medium

  * Non-maintainer upload. (acked by maintainer)
  * Fix build with gcc 7. (Closes: #853715)

 -- Nobuhiro Iwamatsu <iwamatsu@debian.org>  Tue, 27 Feb 2018 17:20:24 +0900

yrmcds (1.1.8-1) unstable; urgency=medium

  * New upstream release

 -- Kouhei Maeda <mkouhei@palmtb.net>  Tue, 04 Oct 2016 08:29:32 +0900

yrmcds (1.1.6-1) unstable; urgency=medium

  * New upstream release
  * debian/yrmcdsd.8
    - Updates command line options.

 -- Kouhei Maeda <mkouhei@palmtb.net>  Fri, 01 Jul 2016 23:49:30 +0900

yrmcds (1.1.5-3) unstable; urgency=medium

  * debian/rules
    - Fixes TCMALLOC_FLAGS related macros.

 -- Kouhei Maeda <mkouhei@palmtb.net>  Fri, 01 Jul 2016 23:23:52 +0900

yrmcds (1.1.5-2) unstable; urgency=medium

  * debian/control
    - Standard-Version: Bump version to 3.9.8. 
  * debian/yrmcds.service
    - Appends Documentation key to Unit section.
  * Renames debian/yrmcdsd.1 to debian/yrmcdsd.8.
  * debian/manpages
    - Changes debian/yrmcdsd.1 to debian/yrmcdsd.8.
  * Closes: #810698
    - debian/yrmcds.postrm
      * remove /etc/init/yrmcds.override after purge.

 -- Kouhei Maeda <mkouhei@palmtb.net>  Fri, 01 Jul 2016 15:27:49 +0900

yrmcds (1.1.5-1) unstable; urgency=medium

  * New upstream release

 -- Kouhei Maeda <mkouhei@palmtb.net>  Wed, 18 Nov 2015 08:54:37 +0900

yrmcds (1.1.4-2) unstable; urgency=medium

  * debian/patches
    - Re-applied Change-dependency-of-libgoogle-perftools-dev.patch.

 -- Kouhei Maeda <mkouhei@palmtb.net>  Thu, 25 Jun 2015 05:41:21 +0900

yrmcds (1.1.4-1) unstable; urgency=medium

  * New upstream release
  * debian/patches
    - Updated Override-CC-CXX.patch.
    - Deleted Change-dependency-of-libgoogle-perftools-dev.patch.

 -- Kouhei Maeda <mkouhei@palmtb.net>  Wed, 24 Jun 2015 16:38:29 +0900

yrmcds (1.1.3-5) unstable; urgency=medium

  * Uploading to unstable.
  * Changed making directory and chainging permission of /var/tmp/yrmcds
    - debian/yrmcds.service
      * Changed ExecStartPre option.
      * Appends PermissionsStartOnly option.
    - debian/yrmcds.upstart
      * Changed pre-start section.

 -- Kouhei Maeda <mkouhei@palmtb.net>  Mon, 18 May 2015 09:15:03 +0900

yrmcds (1.1.3-4) experimental; urgency=medium

  * Fixed typo ExecStartPre of debian/yrmcds.service

 -- Kouhei Maeda <mkouhei@palmtb.net>  Tue, 31 Mar 2015 05:24:34 +0900

yrmcds (1.1.3-3) experimental; urgency=medium

  * Supported ppc64el of dependencies
    - debian/control
      Build-Depends: libgoogle-perftools-dev
      Depends: libgoogle-perftools4

 -- Kouhei Maeda <mkouhei@palmtb.net>  Wed, 25 Mar 2015 17:35:11 +0900

yrmcds (1.1.3-2) experimental; urgency=medium

  * Reverted Removing workaround related libtcmalloc
    - debian/paches
      * Appended Change-dependency-of-libgoogle-perftools-dev.patch
    - debian/rules
      * Appended workaround related libtcmalloc

 -- Kouhei Maeda <mkouhei@palmtb.net>  Wed, 25 Mar 2015 10:55:21 +0900

yrmcds (1.1.3-1) experimental; urgency=medium

  * New upstream release
  * debian/control
    - Depends: Appended arm64 to libgoogle-perftools4

 -- Kouhei Maeda <mkouhei@palmtb.net>  Mon, 23 Mar 2015 21:42:00 +0900

yrmcds (1.1.2+git~402c94c-2) experimental; urgency=medium

  * Fixed debian version

 -- Kouhei Maeda <mkouhei@palmtb.net>  Mon, 23 Mar 2015 10:28:52 +0900

yrmcds (1.1.2~git402c94c-1) experimental; urgency=medium

  * New upstream release
  * debian/paches
    - Removed patches related IPv6 link local address why the upstream had
      supported
      * Add-support-for-IPv6-link-local-address.patch,
      * Drop-AI_ADDRCONFIG-to-support-IPv6-link-local-address-only.patch
      * Make-tcp_connect-work-in-IPv6-only-env.patch
    - Removed patch related libtcmalloc why the upstream had changed detecting
      it automatically
      * Change-dependency-of-libgoogle-perftools-dev.patch
  * debian/rules
    - Removed workaround related libtcmalloc
  * debian/copyright
    - Fixed space-in-std-shortname-in-dep5-copyright the expat license
  * debian/control
    - Bumped version Standards-Version to 3.9.6
    - Build-Depends: Appends arm64 to libgoogle-perftools-dev

 -- Kouhei Maeda <mkouhei@palmtb.net>  Mon, 23 Mar 2015 10:01:27 +0900

yrmcds (1.0.4-6) unstable; urgency=medium

  * Applied patch that dropping AI_ADDRCONFIG to support IPv6 link-local
    address only
    - This turned out that this glibc behavior is a bug introduced by 
      glibc any/local-ipv6-lookup.diff
      https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/374674
    - debian/patches
      Drop-AI_ADDRCONFIG-to-support-IPv6-link-local-address-only.patch
      Make-tcp_connect-work-in-IPv6-only-env.patch

 -- Kouhei Maeda <mkouhei@palmtb.net>  Tue, 26 Aug 2014 17:59:51 +0900

yrmcds (1.0.4-5) unstable; urgency=medium

  * Applied patch that adding support for IPv6 link local address.
    - debian/patches/Add-support-for-IPv6-link-local-address.patch

 -- Kouhei Maeda <mkouhei@palmtb.net>  Wed, 13 Aug 2014 10:42:06 +0900

yrmcds (1.0.4-4) unstable; urgency=medium

  * Migrated to unstable.

 -- Kouhei Maeda <mkouhei@palmtb.net>  Fri, 08 Aug 2014 10:50:49 +0900

yrmcds (1.0.4-3) experimental; urgency=medium

  * Fixed non-standard gcc/g++ used for build (gcc-4.8) (Closes: #751333) 
    - debian/control
      * Removed [!ia64 sparc] from g++ >= 4:4.8, g++ == 4:4.8 [ia64 sparc]
        at Build-Depends.
    - debian/rules
      * Removed export CC, CXX for ia64 and sparc.
      * Removed --with quilt at dh command.

 -- Kouhei Maeda <mkouhei@palmtb.net>  Thu, 07 Aug 2014 10:29:10 +0900

yrmcds (1.0.4-2) unstable; urgency=medium

  * debian/yrmcds.service
    - Append User, Group to Service section.
  * debian/yrmcds.upstart
    - Append setuid, setgid.

 -- Kouhei Maeda <mkouhei@palmtb.net>  Tue, 15 Apr 2014 10:48:16 +0900

yrmcds (1.0.4-1) unstable; urgency=medium

  * New upstream release
  * debian/control
    - Build-Depends: Append llvm.

 -- Kouhei Maeda <mkouhei@palmtb.net>  Fri, 07 Mar 2014 07:13:48 +0900

yrmcds (1.0.3-4) unstable; urgency=medium

  * Fixed unowned files after purge (policy 6.8, 10.8): /var/log/yrmcds.log
    (Closes: #736276)
    - debian/postrm:
      * Append removing rcX.d and systemd symlinks on removal.
        - But ignore the unowned directories should be controlled by systemd.
      * Append logfiles on purge.
    - Delete debian/postrm.
    - Change installing service init files with dh_installinit.
      * Rename init.d to yrmcds.init.
      * Rename upstart to yrmcds.upstart.
      * Rename yrmcds.systemd to yrmcds.service.
  * Change installing logrotate config file with dh_installlogrotate
    - Add debian/yrmcds.logrotate.
    - Delete debian/patches/Fixes-logrotate.patch.
  * Change installing example keepalived.conf with dh_installexamples
    - Add debian/yrmcds.examples
    - Delete install process from debian/rules.
  * Rename installing files in DEBIAN directory.
    - Append prefix "yrmcds." to postinst, postrm.

 -- Kouhei Maeda <mkouhei@palmtb.net>  Fri, 24 Jan 2014 14:34:24 +0900

yrmcds (1.0.3-3) unstable; urgency=medium

  * Fixed FTBFS Dependency installability problem in ia64, sparc
    - debian/control: Build-Depends
      * Update g++ >= 4:4.8 [!ia64 !sparc]
      * Append g++-4.8 [ia64 sparc]

 -- Kouhei Maeda <mkouhei@palmtb.net>  Tue, 21 Jan 2014 11:27:16 +0900

yrmcds (1.0.3-2) unstable; urgency=medium

  * debian/control
    - Build-Depends: Update g++ >= 4:4.8.
      Because alignas() is supported g++ 4.8 over.
    - Architecture: Change "any" to "linux-any".
  * Fixed FTBFS: undefined reference to `atomic_*_8' (Closes: #735984)
    - debian/rules: Append "-latomic" to LDFLAGS
      in mips, mipsel, powerpc, powerpcspe, amd64, i386, armel, armhf, s390x.
    - Thanks Roland Stigge <stigge@antcom.de>.
  * Fixed FTBFS: unrecognized option '-std=gnu++11' (Closes: #735629)
    - debian/rules: override CC=gcc-4.7, CXX=g++-4.7 in sparc, ia64.
    - debian/patches: Append Override-CC-CXX.patch.

 -- Kouhei Maeda <mkouhei@palmtb.net>  Mon, 20 Jan 2014 16:26:29 +0900

yrmcds (1.0.3-1) unstable; urgency=medium

  * New upstream release (Closes: #735627)
  * Fixed FTBFS on powerpc: unrecognized option '-std=gnu++11' (Closes: #735629)
    - debian/control: Append g++ (>= 4.7) to Build-Depends.
    - Thanks Aaron M. Ucko <ucko@debian.org>.
  * Fixed FTBFS related dependency of libgoogle-perftools-dev
    - Using only amd64, i386, armel, armhf, powerpc.
    - debian/control:
      * Append above architecures to Build-Depends.
      * Append libgoogle-perftools4 of above architecures to Depends.
    - debian/rules:
      * Append -DUSE_TCMALLOC to CPPFLAGS.
      * Add LIBTCMALLOC.
    - debian/patches: Append Change-dependency-of-libgoogle-perftools-dev.patch
  * debian/copyright: Change The MIT License to The Expat License
  * debian/patches:
    - Remove applied paches as followings merged in upstream.
      * 0001-Change-how-to-get-cacheline-size.patch 
      * 0003-Clear-x86-specific-CPUFLAGS.patch
    - Remove prefix "000?-" from patch name
      * 0002-Disable-yrmcds-s-DEBUGFLAGS.patch
      * 0004-Change-to-append-CXXFLAGS.patch
      * 0005-Change-to-append-LDFLAGS.patch
      * 0006-Change-DEFAULT_CONFIG.patch
      * 0007-Fixes-logrotate.patch

 -- Kouhei Maeda <mkouhei@palmtb.net>  Sat, 18 Jan 2014 10:21:47 +0900

yrmcds (1.0.1-1) unstable; urgency=medium

  * Initial release (Closes: #732706)

 -- Kouhei Maeda <mkouhei@palmtb.net>  Sat, 11 Jan 2014 11:46:33 +0900