File: changelog

package info (click to toggle)
hexer 1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 716 kB
  • ctags: 939
  • sloc: ansic: 11,429; makefile: 120
file content (214 lines) | stat: -rw-r--r-- 9,186 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
hexer (1.0.3-1) unstable; urgency=medium

  * Point the Vcs-* fields to my full-source GitLab repository.
  * Declare compliance with Debian Policy 3.9.8 with no changes;
    the menu file remains, since hexer has no icon for a desktop file.
  * Use the HTTPS scheme for various upstream and Debian-related URLs.
  * Update the copyright file a bit:
    - bump the year on my debian/* copyright notice
    - reformat all the sections with a single-space indent
    - leave only my contact details as upstream, with many thanks to
      Sascha Demetrio for writing and maintaining hexer over the years!
  * Update the watch file a bit:
    - convert it to format version 4
    - switch back to pgpsigurlmangle; pgpmode=auto will silently fail
      on missing signature files, and pgpmode=next/previous is a bit
      too verbose
    - reflect the new layout of the upstream site
    - use the version 4 substitution variables
  * New upstream release:
    - config.h is autogenerated now, so no configure override
    - strerror(3) should be present on all Debian systems, so no -DBSD
    - update the upstream copyright years
  * Drop a duplicate -std=c99 from the C compiler flags.
  * Handle release candidate versions in the watch file.
  * Drop the handling of the non-standard "werror" build option from
    the rules file.
  * Bump the debhelper compatibility level to 10 and drop the --parallel
    option since it is the default now.

 -- Peter Pentchev <roam@ringlet.net>  Wed, 09 Nov 2016 14:05:51 +0200

hexer (0.2.3-1) unstable; urgency=medium

  * Point Vcs-Git and Vcs-Browser at GitLab.
  * New upstream release:
    - fix a FTBFS by using sigemptyset() instead of assigning to
      a sigset_t value directly.  Closes: #788740
    - fix a crash when undoing more than 64 changes at once.
      Closes: #784809
    - drop the 01-pager patch, applied upstream
    - update the upstream copyright years
    - update the upstream copyright notice after fixing a typo
      found by Jakub Wilk <jwilk@debian.org>
    - add -std=c99 to the C compiler flags in debian/rules since
      the upstream source was modernized a bit
  * Bump my Debian packaging notice copyright year and change
    the BSD-3 license name to BSD-3-clause.
  * Build with a whole slew of C compiler warning flags.
  * Add -pipe to the C compiler flags to speed up the build a bit.
  * Add --parallel to the debhelper invocation.
  * Add the debian/upstream/metadata file.
  * Fix the resitribute -> redistribute typo in the copyright file.
    Reported by: Jakub Wilk <jwilk@debian.org>

 -- Peter Pentchev <roam@ringlet.net>  Thu, 10 Dec 2015 22:46:56 +0200

hexer (0.1.8-1) unstable; urgency=medium

  * Acknowledge the NMU; thanks, Thibaut and Luca!
  * Switch to debhelper 9:
    - get the dpkg-buildflags information from debhelper, drop the build
      dependency on dpkg-dev
    - get the hardening flags from debhelper, drop the build dependency
      on hardening-includes
    - append -DBSD to CPPFLAGS, not CFLAGS
  * Add --as-needed to the linker flags so that hexer is not needlessly
    linked against libncurses when it only seems to need libtinfo.
  * Update the copyright file:
    - bring it up to the final version of the 1.0 format specification
    - add the header License field
    - bump my Debian packaging copyright year
  * Remove the obsolete DM-Upload-Allowed source control field.
  * Bump Standards-Version to 3.9.6 with no changes.
  * Do not install the README file; it documents the installation only.
    Thus, drop the debian/docs file.
  * Drop the source compression options; dpkg-dev's defaults are good enough.
  * Let the watch file look for *.tar.bz2 release tarballs.
  * Add the upstream PGP public key (mine) and let uscan verify the signature.
  * New upstream version:
    - drop the negative_size patch, applied upstream
    - drop the debian/dirs file, directory creation is handled upstream now
    - update the upstream copyright years
  * Add the 01-pager patch to allow the default pager program to be
    overridden at build time and set it to "pager" in debian/rules.

 -- Peter Pentchev <roam@ringlet.net>  Thu, 25 Sep 2014 14:48:11 +0300

hexer (0.1.7-1.1) unstable; urgency=medium

  * Non-maintainer upload.

  [ Thibaut Girka ]
  * debian/patches/negative_size.patch:
    - Fix crash when attempting to delete an half-byte while in insert
      or replace mode (Closes: #655470).

 -- Luca Falavigna <dktrkranz@debian.org>  Sun, 05 Aug 2012 20:28:16 +0200

hexer (0.1.7-1) unstable; urgency=low

  * New upstream release:
    - fix searching for octets > 127.  Closes: #633508
  * Depend on the unversioned libncurses-dev virtual package.
  * Bump Standards-Version to 3.9.2 with no changes.
  * Update the copyright file to the latest DEP 5 candidate format and
    fix the DEP 5 URL after the Alioth migration.
  * Specify Multi-Arch: foreign for the binary package.

 -- Peter Pentchev <roam@ringlet.net>  Wed, 13 Jul 2011 22:55:48 +0300

hexer (0.1.6-2) unstable; urgency=low

  * Update the copyright file to the latest DEP 5 candidate format and
    bump the year on my copyright notice.
  * Remove the leading article from the short description.
  * Upload to unstable.

 -- Peter Pentchev <roam@ringlet.net>  Tue, 01 Mar 2011 15:13:25 +0200

hexer (0.1.6-1) experimental; urgency=low

  * New upstream release.
  * Use build hardening by default unless the "nohardening" build option
    is specified, and use hardening-includes instead of the hardening-wrapper
    so the hardened flags are visible in CFLAGS and LDFLAGS.
  * Bump the debhelper compatibility level to 8 with no changes.

 -- Peter Pentchev <roam@ringlet.net>  Wed, 29 Dec 2010 13:24:19 +0200

hexer (0.1.5-3) unstable; urgency=low

  * Fix the FTBFS on GNU/kFreeBSD.
  * Convert several shell output assignments from = to :=
  * Switch to bzip2 compression for the Debian tarball.
  * Switch to Git and point the Vcs-* fields to Gitorious.

 -- Peter Pentchev <roam@ringlet.net>  Sat, 16 Oct 2010 15:45:53 +0300

hexer (0.1.5-2) unstable; urgency=low

  * Bump Standards-Version to 3.9.1 with no changes.
  * Convert to the 3.0 (quilt) source format with no changes.
  * Use dpkg-buildflags from dpkg-dev 1.15.7 to get the default values for
    CFLAGS, CPPFLAGS, and LDFLAGS.
  * Update the copyright file to the latest DEP 5 format and bump the year
    on my copyright notice.
  * Shorten the Vcs-Browser URL.

 -- Peter Pentchev <roam@ringlet.net>  Tue, 27 Jul 2010 13:00:19 +0300

hexer (0.1.5-1) unstable; urgency=low

  * New upstream release:
    - I adopted the upstream package, too
    - all the patches were integrated upstream
    - the installation directories need to be passed in the environment
    - lots of cleanup
    - fix a crash due to abuse of the v*printf() routines (Closes: #540571)
  * No longer use quilt, drop the README.source file.
  * Add a Homepage field now that I'm providing one :)
  * Use the build hardening wrapper if the "hardening" option is enabled.
  * Bump Standards-Version to 3.8.3 with no changes.
  * Point the watch file and the copyright file to the new upstream page.
  * Update the copyright file.
  * Use the DEP 5 format for the copyright file header.

 -- Peter Pentchev <roam@ringlet.net>  Fri, 04 Sep 2009 14:46:46 +0300

hexer (0.1.4c-3) unstable; urgency=low

  * New maintainer.  Closes: #520635
  * Use quilt for patch management.
  * Drop the README patch; with all due respect to Peter Mathiasson,
    in my humble opinion this information is addressed to developers,
    not end-users, and thus belongs right here, in the Debian changelog
    instead.
  * Add a watch file.
  * Fix up the manual page a bit:
    - use .\" instead of ./" for comments
    - properly use hyphens instead of minus-signs
  * Flesh out the long description with a list of hexer features.
  * Unbreak the "comment" and "argument" words in the help text to
    avoid spellcheck warnings from lintian.
  * Add the Vcs-Svn and Vcs-Browser fields.
  * Bump the debhelper compatibility version to 7:
    - add misc:Depends to the binary package
    - minimize the rules file
  * Bump Standards-Version to 3.8.1:
    - replace Apps with Applications in the menu section
    - honor the "nostrip" build option; Closes: #437160
    - override the compiler program and flags so the "noopt" build option
      is also honored
    - add the README.source file mentioning the use of quilt
  * Convert the copyright file to the machine-parseable format and
    add my copyright notice on the Debian packaging.
  * Build with -Werror if "werror" is specified in DEB_BUILD_OPTIONS.
  * Fix some compiler warnings.
  * Quote the "needs" and "section" menu file fields and install the file.

 -- Peter Pentchev <roam@ringlet.net>  Fri, 03 Apr 2009 14:10:28 +0300

hexer (0.1.4c-2) unstable; urgency=low

  * Removed use of obsoleted symbols sys_errlist and sys_nerr.
  * Fixed bug in bin2c; getopt returns an int, not a char.

 -- Peter Mathiasson <peterm@debian.org>  Thu, 19 Jun 2003 09:48:34 +0200

hexer (0.1.4c-1) unstable; urgency=low

  * Initial Release.

 -- Peter Mathiasson <peterm@debian.org>  Mon,  9 Jun 2003 12:42:29 +0200