File: changelog

package info (click to toggle)
mysql-query-browser 1.2.5beta-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 63,792 kB
  • ctags: 46,485
  • sloc: pascal: 249,299; ansic: 80,111; cpp: 72,467; sh: 25,271; objc: 20,015; yacc: 10,755; java: 9,917; xml: 4,580; php: 2,806; python: 1,566; sql: 1,563; makefile: 1,452; perl: 3
file content (234 lines) | stat: -rw-r--r-- 7,802 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
mysql-query-browser (1.2.5beta-3) unstable; urgency=low

  * Applied an upstream patch that fixes errors on 64-bit arches when
    connecting to pre-MySQL 5.x databases (closes: #397279)
    The patch also fixes a small programming error.

 -- Adam Majer <adamm@zombino.com>  Thu, 11 Jan 2007 00:03:55 -0600

mysql-query-browser (1.2.5beta-2) unstable; urgency=medium

  * Upstream seems to have shipped a pre-built static library. Remove
    it in clean target.

 -- Adam Majer <adamm@zombino.com>  Mon,  6 Nov 2006 18:55:39 -0600

mysql-query-browser (1.2.5beta-1) unstable; urgency=medium

  * New upstream release
    + Fixed segfault when clicking on any schema icon 
      (closes: #368944)
    + Fixed segfault when entering comments in table editor 
      (closes: #334705)
    + Apparently fixed the problems with segfaults on AMD64. Urgency
      medium due to this fix. (closes #316285)
  * Updated to latest standards 3.7.2. No changes.
  * Now bin-NMU safe.

 -- Adam Majer <adamm@zombino.com>  Sun,  5 Nov 2006 00:15:02 -0600

mysql-query-browser (1.1.18-5) unstable; urgency=low

  * Added a another patch by Martin to fix the remainder of the gcc
    4.1 incompatible spots in the code (closes: #357334)

 -- Adam Majer <adamm@zombino.com>  Sat, 13 May 2006 23:49:19 -0500

mysql-query-browser (1.1.18-4) unstable; urgency=low

  * Updated build depends and configure to build with gtkhtml3.8
    instead of gtkhtml3.6 (closes: #359108)

 -- Adam Majer <adamm@zombino.com>  Wed, 29 Mar 2006 10:17:40 -0600

mysql-query-browser (1.1.18-3) unstable; urgency=low

  * Rebuild with new libmysqlclient15-dev since it changed ABI in
    5.0.19 (closes: #358715)
  * Added a patch that fixes build with g++ 4.1 thanks to Martin
    Michlmayr (closes: #357334)

 -- Adam Majer <adamm@zombino.com>  Sat, 25 Mar 2006 20:16:04 -0600

mysql-query-browser (1.1.18-2) unstable; urgency=low

  * Fixed FTBFS caused by assuming sizeof(guint)==sizeof(size_t)
    (closes: #348181)
  * Fixed the script to update config.{guess,sub} files (closes: #342389)

 -- Adam Majer <adamm@zombino.com>  Mon, 16 Jan 2006 11:13:44 -0600

mysql-query-browser (1.1.18-1) unstable; urgency=low

  * New upstream release
     + Fixes crash when dragging table name into query area in 'expanded' mode
     (closes: #340309)
  * Updated debian/watch to be more strict of version numbers
  * debian/rules:
     * Temporary remove all translations (application, not debian) since they
       are not actually used by the software and break installation of
       mysql-admin with query-browser

 -- Adam Majer <adamm@zombino.com>  Thu, 12 Jan 2006 14:12:33 -0600

mysql-query-browser (1.1.17-5) unstable; urgency=high

  * Fixed a segfault at startup (closes: #343632)
  * Fixed build depends to require libgtkmm 2.6 or better (closes: #343604)
  * Fixed config update script and fixed the hacked timestamps back to
    their correct dates (closes: #342389)

 -- Adam Majer <adamm@zombino.com>  Sun,  1 Jan 2006 20:27:47 -0600

mysql-query-browser (1.1.17-4) unstable; urgency=low

  * debian/rules:
      - Make sure we have debian/updateconfigs as executable.

 -- Adam Majer <adamm@zombino.com>  Thu, 15 Dec 2005 12:08:52 -0600

mysql-query-browser (1.1.17-3) unstable; urgency=low

  * Updated the watch file to point at mysql.mirrored.ca Hopefully they will
    not disappear
  * Rebuild with the new *2a libraries so the package is installable again
    (closes: #343166)
  * Added a small script to automatically update config.{sub,guess} to make
    sure we never FTBFS due to outdated config files (closes: #342389)

 -- Adam Majer <adamm@zombino.com>  Wed, 14 Dec 2005 21:31:40 -0600

mysql-query-browser (1.1.17-2) unstable; urgency=low

  * Updated Build-depends to fix FTBFS. Now uses libgtkmm-2.4

 -- Adam Majer <adamm@zombino.com>  Mon, 24 Oct 2005 11:29:38 -0500

mysql-query-browser (1.1.17-1) unstable; urgency=low

  * New upstream release
      * Updated out of date config.{sub,guess} (closes: #307494)

 -- Adam Majer <adamm@zombino.com>  Mon, 24 Oct 2005 08:48:36 -0500

mysql-query-browser (1.1.14-2) unstable; urgency=low

  * Fix a FTBFS on 64-bit arches
  * Removed extraneous 'configure-stamp' from debian/rules

 -- Adam Majer <adamm@zombino.com>  Thu,  8 Sep 2005 13:35:12 -0500

mysql-query-browser (1.1.14-1) unstable; urgency=low

  * New upstream release

 -- Adam Majer <adamm@zombino.com>  Wed,  7 Sep 2005 13:23:48 -0500

mysql-query-browser (1.1.12-2) unstable; urgency=low

  * Build with libgtkhtml3.6 (closes: #323503)
  * Updated standards to 3.6.2
  * Fixed building process such that configure is not run if Makefile exists
  * Rebuild will fix the uninstallable problems (closes: #318085)

 -- Adam Majer <adamm@zombino.com>  Mon, 22 Aug 2005 20:35:03 -0500

mysql-query-browser (1.1.12-1) unstable; urgency=low

  * New upstream release
    + Table Editor is now case sensitive. (closes: #296463)
  * Updated German PO file (closes: #313963)
  * Updated watch file

 -- Adam Majer <adamm@zombino.com>  Wed, 22 Jun 2005 11:23:13 -0500

mysql-query-browser (1.1.7-1) unstable; urgency=low

  * New upstream release
  * Applied a patch to make query browser compile on gcc4.0/Amd64 thanks to
    Andreas Jochens (closes: #301833)
  * Downgraded builddepends to libgtkhtml3.2 since 3.6 will not ship with
    Sarge.

 -- Adam Majer <adamm@zombino.com>  Sun,  1 May 2005 16:09:10 -0500

mysql-query-browser (1.1.6-2) unstable; urgency=low

  * Updated to use libgtkhtml3.6 instead of 3.0 (closes: #305999)

 -- Adam Majer <adamm@zombino.com>  Sat, 23 Apr 2005 18:14:05 -0500

mysql-query-browser (1.1.6-1) unstable; urgency=low

  * New upstream release
      + doesn't segfault anymore on right click of an empty result set
      (closes: #291756)
 -- Adam Majer <adamm@zombino.com>  Fri,  4 Mar 2005 11:54:51 -0600

mysql-query-browser (1.1.5-2) unstable; urgency=high

  * The 'ARM buildd maintainers are not capable of rescheduling a rebuild
    after 40 days and after being asked' release. No changes.

 -- Adam Majer <adamm@zombino.com>  Thu, 17 Feb 2005 14:08:45 -0600

mysql-query-browser (1.1.5-1) unstable; urgency=low

  * New upstream release

 -- Adam Majer <adamm@zombino.com>  Fri,  7 Jan 2005 00:40:24 -0600

mysql-query-browser (1.1.4-1) unstable; urgency=low

  * New upstream release
  * Updated build-depends to use client library from MySQL 4.1

 -- Adam Majer <adamm@zombino.com>  Mon, 20 Dec 2004 12:47:53 -0600

mysql-query-browser (1.1.2-1) unstable; urgency=low

  * New upstream release

 -- Adam Majer <adamm@zombino.com>  Fri,  3 Dec 2004 20:29:17 -0600

mysql-query-browser (1.1.1-2) unstable; urgency=low

  * Fixed the "swapped arguments" FTBFS bug (closes: #280965)
  * Fixed FTBFS using gcc-3.4. Thanks Andreas Jochens! (closes: #280465)

 -- Adam Majer <adamm@zombino.com>  Sun, 14 Nov 2004 14:10:51 -0600

mysql-query-browser (1.1.1-1) unstable; urgency=low

  * New upstream release

 -- Adam Majer <adamm@zombino.com>  Mon,  8 Nov 2004 12:32:14 -0600

mysql-query-browser (1.1.0-1) unstable; urgency=low

  * New upstream release

 -- Adam Majer <adamm@zombino.com>  Wed,  3 Nov 2004 10:38:32 -0600

mysql-query-browser (1.0.7a-3) unstable; urgency=low

  * Added missing depends to mysql-query-browser (closes: #275275)
  * Fixed a FTBFS on ia64
     + warnings are no longer treated as errors

 -- Adam Majer <adamm@zombino.com>  Thu,  7 Oct 2004 09:55:23 -0500

mysql-query-browser (1.0.7a-2) unstable; urgency=low

  * Attempt to fix FTBFS on S390 and Alpha
  * Fix menu title

 -- Adam Majer <adamm@zombino.com>  Wed,  6 Oct 2004 00:30:19 -0500

mysql-query-browser (1.0.7a-1) unstable; urgency=low

  * Initial Debian release (closes: #260343)
  * Updated watch file

 -- Adam Majer <adamm@zombino.com>  Fri,  3 Sep 2004 12:23:39 -0500