File: changelog

package info (click to toggle)
uthash 2.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,664 kB
  • ctags: 1,121
  • sloc: ansic: 8,836; makefile: 196; perl: 87; sh: 50; cpp: 30
file content (161 lines) | stat: -rw-r--r-- 6,586 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
uthash (2.0.2-1) unstable; urgency=low

  * New upstream release
  * Bump versioned dependency of debhelper (>= 10)
  * Bump debhelper compat level to 10
  * Update my email address
  * Bump Standards-Version to 4.1.1, no changes needed
  * Update d/copyright file (bump Copyright years)

 -- Ilias Tsitsimpis <iliastsi@debian.org>  Fri, 06 Oct 2017 17:42:53 +0300

uthash (2.0.1-1) unstable; urgency=medium

  * New upstream release.
  * Remove Patch-Makefiles-to-honor-CFLAGS-and-CPPFLAGS patch.
    Applied upstream.
  * Update d/watch file to use the version 4 format
  * Bump Standards-Version to 3.9.8, no changes needed
  * Update d/copyright file
    - Bump copyright years.
    - Drop obsolete section about removed html files.

 -- Ilias Tsitsimpis <i.tsitsimpis@gmail.com>  Fri, 09 Sep 2016 17:02:22 +0300

uthash (1.9.9.1+git20151125-1) unstable; urgency=medium

  * New upstream release.
    Import Upstream snapshot from git commit 044474afe5a57.
  * Update d/patches
    - Remove 'Replace-bin-sh-with-bin-bash'
        Applied upstream
    - Remove 'Add-clean-rule-to-remove-autogen-files'
        Applied upstream
    - Update 'Patch-Makefiles-to-honor-CFLAGS-and-CPPFLAGS'
        Partially applied upstream
  * Update d/copyright
  * Remove 'README.Debian' as it is not relevant anymore
  * d/rules: Update build system.
    Upstream has renamed a few folders, so update the d/rules file.

 -- Ilias Tsitsimpis <i.tsitsimpis@gmail.com>  Tue, 29 Dec 2015 18:10:48 +0200

uthash (1.9.9.1+git20150507-2) unstable; urgency=medium

  * Ensure idempotent documentation build
    - Use '--archive' flag of 'cp' command to preserve timestamps
    - Patch doc/Makefile and use '-a footer-style=none' flag of 'asciidoc' to
      entirely remove timestamps (Closes: #791856)
  * Patch all Makefiles to accept debhelper's build flags.
    Update previous patch which only fixed build flags for libut.
    This is needed in order to fix dpkg-buildflags-missing build warnings.

 -- Ilias Tsitsimpis <i.tsitsimpis@gmail.com>  Thu, 09 Jul 2015 16:48:57 +0300

uthash (1.9.9.1+git20150507-1) unstable; urgency=low

  * New upstream release (Closes: #748348).
    Import Upstream snapshot from git commit ac47d4928e61.
  * Set myself as maintainer, as discussed with Bastian Blywis.
    Thanks to Bastian Blywis for maintaining uthash!
  * Bump Standards-Version to 3.9.6, no changes needed
  * Bump debhelper compatibility level to 9
  * Update d/patches
    - Drop 'build-doc'/'updateDoc' patches as they are not needed anymore
    - Update 'examples' patch to use DEP-3 format
  * Change package priority to 'optional'
    Don't use 'extra' as uthash-dev doesn't conflict with any other package.
  * Convert manpage from xml to nroff format.
    Don't generate the manpage every time at build phase and remove some of
    the build dependencies.
  * Convert d/copyright to DEP-5 format.
    Update copyright entries.
  * Remove dblatex and libxml2-utils from build dependencies
  * Upstream project has moved to Github
    - Update watch file
    - Update homepage in d/control file
  * Update manpage since upstream doesn't ship doc in PDF
  * Add Vcs-Git and Vcs-Browser fields in d/control
  * Update package's description.
    - Change short description to start with lower case
    - Reformat long description and remove 'Since version 1.9 ...' which
      is more suited for the changelog rather that the description
  * Remove autogenerated d/README.source file
  * Remove redundant d/uthash-dev.dirs file
  * Cleanup d/rules file
  * Patch doc/Makefile and add a 'clean' rule
  * Handle installation of documentation files
  * Install only source code files as examples
  * Run package's test suite
  * Override lintian warning about duplicate files
  * Patch Makefile to accept debhelper's build flags
  * Build 'libut' static library
    - Change package's architecture to 'any'
    - Update manpage
  * Enable multiarch support by setting Multi-Arch to 'same'

 -- Ilias Tsitsimpis <i.tsitsimpis@gmail.com>  Sat, 04 Jul 2015 19:34:33 +0300

uthash (1.9.7-1) unstable; urgency=low

  * New upstream release. Closes: #691924
  * Fixed watch file URL.
  * Updated patch build-doc as change has been incorporated into upstream.
  * Added brief description to build-doc patch.
  * Updated patch examples because upstream added a line.
  * Changed debian/rules to short format.
  * Raised required version of debhelper because of overwrites in debian/rules.
  * Bumped Standards-Version to 3.9.4 without changes needed.
  * Moved manual installation from debian/rules to uthash-dev.install*.
  * Renamed patches/build-doc to patches/build-doc.diff.
  * Replaced maintainer email address with new address in all files.

 -- Bastian Blywis <blywis@googlemail.com>  Sun, 20 Nov 2012 12:03:06 +0100

uthash (1.9.5-1) unstable; urgency=low

  * New upstream release. Closes: #661651
  * Updated year in copyright file.
  * Added build-arch and build-indep target to debian/rules to fix lintian 
    warning debian-rules-missing-recommended-target.
  * Added rebuilding of documentationi in upstream source. The number of 
    build-dependencies increased due to this change.
  * Building of debian/uthash-dev.3 in build-indep instead of build.

 -- Bastian Blywis <blywis@zedat.fu-berlin.de>  Thu, 01 Mar 2012 16:03:09 +0100

uthash (1.9.4-1) unstable; urgency=low

  * New upstream release.
  * Added example files from upstream.
  * Patched out bashisms in example build script. Closes: #581144 
  * Updated package description to reflect inclusion of utarray and utstring.
  * Updated years in copyright file.
  * Replaced maintainer email address with new address in all files.
  * Bumped Standards-Version to 3.9.2 without changes needed.
  * Switched to 3.0 (quilt).
  * Patched examples scripts (updated paths and fixed a "sh -n" error).
  * Changed license of the packaging to BSD (2 Clause) to match upstream.

 -- Bastian Blywis <blywis@zedat.fu-berlin.de>  Wed, 08 Jun 2011 09:12:25 +0200

uthash (1.8-3) unstable; urgency=low

  * Manual was not installed.

 -- Bastian Blywis <blywis@inf.fu-berlin.de>  Fri, 15 Jan 2010 16:56:12 +0100

uthash (1.8-2) unstable; urgency=low

  * Deleted unecessary files from documentation.
  * Added example files.
  * Wrote man page.

 -- Bastian Blywis <blywis@inf.fu-berlin.de>  Thu, 14 Jan 2010 15:57:34 +0100

uthash (1.8-1) unstable; urgency=low

  * Initial release. (Closes: #565271: ITP: uthash -- A hash table and linked 
  list for C structures)

 -- Bastian Blywis <blywis@inf.fu-berlin.de>  Mon, 14 Jan 2010 11:34:16 +0100