File: changelog

package info (click to toggle)
oxref 2.00.00-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 584 kB
  • sloc: cpp: 1,145; makefile: 116; sh: 36
file content (200 lines) | stat: -rw-r--r-- 6,185 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
oxref (2.00.00-2) unstable; urgency=medium

  [ tony mancill ]
  * Upload to unstable.
  * Bump Standards-Version to 4.4.0
  * Remove unnecessary calls to dpkg-buildflags

 -- tony mancill <tmancill@debian.org>  Sun, 07 Jul 2019 16:04:32 -0700

oxref (2.00.00-1) experimental; urgency=low

  * New major version optionally generates a function call-tree and facilities
    for replacing compiler-generated definitions with commonly used
    definitions

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Thu, 14 Mar 2019 12:04:29 +5300

oxref (1.00.07-1) unstable; urgency=medium

  * Upstream migrated from Github to Gitlab.
  * Changed --std=c++14 to --std=c++17 in debian/rules.
  * Updated debian/copyright

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Sat, 16 Jun 2018 15:54:27 +0200

oxref (1.00.06-3) unstable; urgency=medium

  * Update Vcs fields for migration from Alioth -> Salsa
  * Add debian/watch file
  * Bump Standards-Version to 4.1.4
  * Update debian/control for upstream on gitlab
  * Use debhelper 11
  * Update debian/rules to DH sequencer

 -- tony mancill <tmancill@debian.org>  Fri, 15 Jun 2018 22:18:18 -0700

oxref (1.00.06-2) unstable; urgency=medium

  * Bump Standards-Version to 4.0.0
  * Update Vcs URLs in debian/control
  * Use debhelper and compat level 10

 -- tony mancill <tmancill@debian.org>  Wed, 05 Jul 2017 21:28:12 -0700

oxref (1.00.06-1) unstable; urgency=low

  * New upstream release updates its 'required' file

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Sun, 20 Dec 2015 13:04:40 +0100

oxref (1.00.05-1) unstable; urgency=low

  * New upstream release uses icmake scripts updated to icmake 8.00.04.

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Mon, 14 Dec 2015 14:23:35 +0100

oxref (1.00.04-1) unstable; urgency=low

  * Upstream fixed a flaw in the installation script, Upstream's 'build'
    script now supports -P to prevent the use of precompiled headers

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Tue, 06 Oct 2015 20:51:58 +0200

oxref (1.00.03-1) unstable; urgency=low

  * New upstream release uses precompiled headers and redefines its
    installation procedure. The debian/rules file was adapted accordingly

  * Xrun now depends on libbobcat-dev >= 4.01.00

  * Removed git-orig-source target from debian/rules

  * New Homepage: https://fbb-git.github.io/oxref

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Sat, 03 Oct 2015 11:24:17 +0200

oxref (1.00.02-3) unstable; urgency=medium

  * Rebuild against bobcat >= 3.25.02-3 for g++5 ABI transition.

 -- tony mancill <tmancill@debian.org>  Thu, 13 Aug 2015 07:19:29 -0700

oxref (1.00.02-2) unstable; urgency=medium

  * Upload to unstable.

 -- tony mancill <tmancill@debian.org>  Fri, 01 May 2015 19:39:16 -0700

oxref (1.00.02-1) experimental; urgency=medium

  [ Frank B. Brokken ]
  * Fixed compilation error that emerged with g++-5, reported by Matthias
    Klose (Closes: #778053)

  [ tony mancill ]
  * Set distribution to experimental since we build-dep on a version of
    bobcat in experimental.

 -- tony mancill <tmancill@debian.org>  Mon, 16 Feb 2015 11:43:32 -0800

oxref (1.00.01-3) unstable; urgency=medium

  * Update CXXFLAGS to specify --std=c++14.
  * Apply patch for manpage generation to make the build reproducible.
    - Thanks to Chris Lamb.  (Closes: #777415)
  * Bump Standards-Version to 3.9.6 (no changes).

 -- tony mancill <tmancill@debian.org>  Sun, 08 Feb 2015 10:18:42 -0800

oxref (1.00.01-2) unstable; urgency=medium

  * Remove explicit depndency on g++-4.8.  (Closes: #751324)
  * Update Vcs- URLs to canonical forms.

 -- tony mancill <tmancill@debian.org>  Sun, 03 Aug 2014 09:56:06 -0700

oxref (1.00.01-1) unstable; urgency=low

  [ Frank Brokken ]
  * Replaced FBB::Errno calls by FBB::Exception. See oxref's changelog.
    (Closes: #730892)
  * Removed now obsoleted git-build: target from debian/rules.
  * Updated several Build-Depends versions and updated Standard-Version

  [ tony mancill ]
  * Bump d/compat and debhelper dependency to 9.

 -- tony mancill <tmancill@debian.org>  Thu, 26 Dec 2013 10:18:21 -0800

oxref (0.91.00-1) unstable; urgency=low

  [ Frank B. Brokken ]
  * --help, --version options return 0, catching Errno exceptions removed from
    main()

  [ tony mancill ]
  * Bump Standards-Version to 3.9.4 (no changes).
  * Change build-dep for CXX to g++-4.7.
  * Update Vcs fields to point to new package repo on git.debian.org.

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Fri, 25 Jan 2013 10:57:14 +0100

oxref (0.90.11-1) unstable; urgency=low

  * build script recognizes CXX, CPPFLAGS, CXXFLAGS, and LDFLAGS
    environment variables

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Sun, 22 Jul 2012 11:57:38 +0200

oxref (0.90.10-1) unstable; urgency=low

  * New upstream release
  * Build-depend on libbobcat-dev (>= 3.00.02)

 -- George Danchev <danchev@spnet.net>  Wed, 06 Jun 2012 09:21:28 +0200

oxref (0.90.03-1) unstable; urgency=low

  * New upstream release, fixes a layout bug

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Mon, 09 Jan 2012 21:36:47 +0100

oxref (0.90.02-1) unstable; urgency=low

  * New upstream release

  * Build-Depend on g++ >= 4.6.2, lobbobcat2-dev 2.21.00

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Mon, 09 Jan 2012 13:51:26 +0100

oxref (0.90.01-2) unstable; urgency=low

  * Build-Depend on g++ >= 4:4.6.0, better support for c++0x.
    (fixes ftbfs with older compilers on some architectures)

 -- George Danchev <danchev@spnet.net>  Mon, 27 Jun 2011 09:52:03 +0300

oxref (0.90.01-1) unstable; urgency=low

  * New upstream
    + release recognizes CXXFLAGS and LDFLAGS environment variables
  * [GD] Support 'noopt' via DEB_BUILD_OPTIONS.
  * [GD] Add build-* targets.
  * [GD] Drop configure* targets.

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Sun, 26 Jun 2011 14:44:59 +0200

oxref (0.90.00-2) unstable; urgency=low

  * Change to source format 3.0 (quilt).
  * Standards-Version: 3.9.2 (no changes needed).
  * Added Vcs-* fields.

 -- George Danchev <danchev@spnet.net>  Tue, 31 May 2011 20:56:24 +0300

oxref (0.90.00-1) unstable; urgency=low

  * Initial Debianization (Closes: #613651)

 -- Frank B. Brokken <f.b.brokken@rug.nl>  Wed, 16 Feb 2011 12:41:45 +0100