bug #2634827 [import] Using DELIMITER ends with infinite cycle
[phpmyadmin/crack.git] / ChangeLog
blob1b3c06e4c818c5cb9ed2e943bf0836c03da3c5a7
1 ----------------------
2 phpMyAdmin - ChangeLog
3 ----------------------
5 $Id$
6 $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $
8 3.2.0.0 (not yet released)
9 - [core] better support for vendor customisation (based on what Debian needs)
10 + rfe #2127987 warn when session.gc_maxlifetime is less than cookie validity
11 + rfe #2100910 configurable default charset for import
12 + rfe #1913541 link to InnoDB status when error 1005 occurs
13 + rfe #1927189 strip ` from column names on import
14 + rfe #1821619 LeftFrameDBSeparator can be an array
15 + patch #1821619 [privileges] Extra back reference when editing table-specific
16   privileges, thanks to Herman van Rink - helmo
17 + patch #2356575 [display] Sortable database columns,
18   thanks to Bryce Thornton - brycethornton
19 - patch #2486825 [lang] Wrong string in setup script hints,
20   thanks to Isaac Bennetch - ibennetch
21 - patch #2498350 [cleanup] XHTML cleanup, thanks to Virsacer - virsacer 
22 + patch #2494192 [display] Possibility of disabling the sliders, 
23   thanks to Virsacer - virsacer 
24 + patch #2506831 [privileges] Create user for existing database, 
25   thanks to Herman van Rink and Virsacer
26 + patch #2505255 [privileges] Cleanup, thanks to Virsacer - virsacer
27 - bug #2414056 [auth] AllowNoPasswordRoot error message is too vague 
28 - patch #2596230 [XHTML] View table headers/footers completely,
29   thanks to Virsacer - virsacer
30 - patch #2602633 [core] support column name having square brackets, 
31   thanks to Herman van Rink - helmo
32 + [lang] Lithuanian update, thanks to Rytis Slatkevicius - rytis_s 
33 + [auth] New setting AllowNoPassword (supercedes AllowNoPasswordRoot) that
34   applies to all accounts (even the anonymous user)
35 - patch #2652972 [relation] Missing code with hashing for relationship
36   editing, thanks to knittl - knittl
37 + rfe #2123386 Added option to disable mcrypt warning.
38 - bug #2648502 Request-URI Too Large error from Location header
39 + rfe #1731967 Check for relations support on main page.
40 + rfe #2186820 Explanation for using Host table.
41 + rfe #1369509 Link to download more themes.
42 + rfe #1666487 Add option to generate password on change password page.
43 + rfe #1694104 Allow logging of user status with Apache.
44 - patch #2649087 None default is different than other None in some languages.
45 + [lang] Chinese Simplified update, thanks to Shanyan Baishui - rimyxp 
46 - patch #2550286 [display] Sort arrows problem, thanks to Virsacer - virsacer
47 - [security] warn about existence of config directory on main page
48 + patch #2706761 [lang] Polish update,
49   thanks to Pawel Smolinski - zipoking
50 + patch #2715142 [export] (rfe 2416960, escape new line in CSV export)
51   thanks to Derek Schaefer - drummingds1
52 - patch #2727250 Optimizations for PHP loops
53   thanks to Haeber 
54 - bug #2650776 [import] SQL_MODE not saved during Partial Import 
56 3.1.4.0 (not yet released)
57 + patch #1808339 [doc] Apache SSLOptions and StdEnvVars FAQ,
58   thanks to JT Justman - jtjustman
59 - bug #2491017 [operations] ANSI mode not supported (db rename and table move) 
60 - bug #2609346 [operations] Fix copying views.
61 - rfe #2127983 Readd documentation link, it does not protect against anything.
62 - bug #1675249 [doc] Apache reverse proxy and cookies FAQ
63 - bug #2682140 UUID() and CURRENT_USER() should not accept arguments
64 - patch #2682833 [core] Fatal error: Call to a member function isDisplayed(),
65   thanks to Christian Rodriguez - judas_iscariote
66 - patch #2702772 [lang] Duplicate sentence in Polish,
67   thanks to Pawel Smolinski - zipoking
68 - patch #2709040 [doc] Wrong link in ChangeLog formatter,
69   thanks to Petr Vorel - pevik
70 - patch #2715417 [interface] Fixed truncation of enum/set values containing parenthesis
71   thanks to Marco Moreno - mmoreno
72 + [lang] Spanish update, thanks to Daniel Hinostroza
73 - bug #2724844 Add Fields: Add index is missing quotes
74   thanks to Luke Armstrong
75 - bug #2740550 [interface] Using textarea CharEditing drops default values
76 - bug #2634827 [import] Using DELIMITER ends with infinite cycle 
78 3.1.3.1 (2009-03-24)
79 - [security] HTTP Response Splitting and file inclusion vulnerabilities 
80 - [security] XSS vulnerability on export page
81 - [security] Insufficient output sanitizing when generating configuration file
83 3.1.3.0 (2009-02-28)
84 + [lang] Turkish update, thanks to Burak Yavuz
85 - patch #2496403 [display] Multi-row change with "]",
86   thanks to Virsacer - virsacer
87 - bug #2027720 [parser] Missing space after BINARY used as cast 
88 - patch #2520747 [core] E_DEPRECATED compatibility for PHP 5.3,
89   thanks to Giovanni Giacobbi - themnemonic
90 - bug [display] Message "Bookmark created" is not displaying
91 + [display] Show AUTO_INCREMENT instead of A_I when in vertical mode
92 - patch #2538358 [display] Conditions for relational display field, 
93   thanks to Virsacer - virsacer
94 + [lang] Mongolian update, thanks to Bayarsaikhan Enkhtaivan - bayaraa
95 - patch #2553372 [display] DB comment tooltips not shown on navi,
96   thanks to Erdem - ahard
97 - patch #2561433 [structure] Display true number of rows in a view
98   if it contains less than MaxExactCountViews,
99   thanks to Virsacer - virsacer
100 + [lang] Polish update, thanks to Fixer - fixeron
101 - bug #2568722 [designer] Compound key not shown
102 - patch #2550323 [XHTML] in server_databases.php, thanks to Virsacer - virsacer
103 - patch #2358861 [navi] Row count tooltip wrong for information_schema, 
104   thanks to Herman van Rink - helmo
105 - bug #2565948 [core] Changing the connection collation changed the client
106   charset.
107 + [lang] Romanian update, thanks to Sergiu Bivol - sbivol
108 - patch #1760205 [data] Insert as new row: BLOB is lost, 
109   thanks to Herman van Rink - helmo
110 + [lang] Georgian update, thanks to George Machitidze
112 3.1.2.0 (2009-01-19)
113 - bug #1253252 [display] Can't NULL a column with relation defined 
114 - bug #2009500 [SQL] Small improvements in generated SQL (partial fix)
115 - bug #1963184 [export] YAML export improvement,
116  thanks to Bryce Thornton - brycethornton
117 + [lang] Dutch update, thanks to Herman van Rink - helmo 
118 - patch #2407785 [cleanup] ereg*() deprecated in PHP 5.3,
119   thanks to Alex Frase - atfrase
120 - bug #2417058 [properties] Edit fields: losing auto-increment setting
121 - patch #2444082 [changelog] changelog.php linkifies one link wrong,
122   thanks to Robert Xiao - nneonneo
123 - bug #2363653 [properties] Various problems with table structure
124 - bug [display] BIT field contents disappear when edited
125 + [lang] Czech update, thanks to Ondřej Vadinský.
126 - bug #2461735 [operations] Table operations adds "row_format"
127 - bug #2445213 [export] Commas for CSV Excel 2008 for Mac
128 - bug #2397877 [core] ForceSSL and http auth_type
129 - bug #2473127 [display] Deleting rows displays tbl structure, not contents
130 - patch #2478940 [core] PHP 5.2+ warning does not work, 
131   thanks to Jürgen Wind - windkiel
132 - bug #2416418 [privileges] Escaping special characters 
134 3.1.1.0 (2008-12-09)
135 - patch #2242765 [core] Navi panel server links wrong,
136   thanks to Martin Stricker - martinstricker
137 - bug #2186823 [core] bad session.save_path not detected 
138 - bug #2202709 [core] Re-login causes PMA to forget current table name
139 - bug #2280904 [export] do not include view name in export
140 - rfe #1688975 [display] enable copying of auto increment by default
141 - bug #2355753 [core] do not bail out creating session on any PHP warning
142 - bug #2355925 [display] properly update tooltips in navigation frame
143 - bug #2355923 [core] do not use ctype if it is not available
144 - bug #2356433 [display] HeaderFlipType "fake" problems,
145   thanks to Michal Biniek
146 - bug #2363919 [display] Incorrect size for view 
147 - bug #2121287 [display] Drop-down menu blinking in FF 
148 + [lang] Catalan update, thanks to Xavier Navarro
149 + [lang] Finnish update, thanks to Jouni Kahkonen
150 - [core] Avoid error with BLOBstreaming support requiring SUPER privilege
151 - [security] possible XSRF on several pages
153 3.1.0.0 (2008-11-28)
154 + [auth] Support for Swekey hardware authentication,
155   see http://phpmyadmin.net/auth_key
156 - bug #2046883 [core] Notices about deprecated dl() (so stop using it)
157 + BLOBstreaming support, thanks to Raj Kissu Rajandran and
158   Google Summer of Code 2008
159 + patch #2067462 [lang] link FAQ references in messages,
160   thanks to Thijs Kinkhorst - kink
161 + new setup script, thanks to Piotr Przybylski (work in progress)
162 - rfe #1892243 [export] more links to documentation
163 + [auth] cookie auth now autogenerates blowfish_secret, but it has some
164   limitations and you still should set it in config file
165 + [auth] cookie authentication is now the default
166 + [auth] do not allow root user without password unless explicitly enabled by
167   AllowNoPasswordRoot
168 + rfe #1778908 [auth] arbitrary server auth can now also accept port
169 - patch #2089240 [export] handle correctly switching SQL modes
170 + rfe #1612724 [export] add option to export without comments
171 - bug #2090002 [display] Cannot edit row in VIEW 
172 - patch #2099962 [js] fix js error without frameset, thanks to Xuefer 
173 - patch #2099972 [structure] Display None when there is no default value,
174   thanks to Xuefer - xuefer
175 - patch #2122883 [PDF schema] Option to display just the keys,
176   thanks to Samuel Sol Villar dos Santos - yohanleafheart
177 + rfe #1276463 [search] Search empty/not empty values 
178 + rfe #823652 [structure] ENUM values: field size too small 
179 - [lang] Persian update, thanks to Goolex - goolex 
180 - [lang] Czech update, thanks to Ondřej Vadinský.
181 - patch #2255890 [lang] English-language cleanup,
182   thanks to Isaac Bennetch - ibennetch
183 + [lang] Norwegian update, thanks to Sven-Erik Andersen 
184 + [lang] Hungarian update, thanks to Jozsef Tamas Herczeg - dodika 
185 + [lang] French update by Marc Delisle - lem9
186 - bug #2222344 [display] Query involving a function shown as binary
187 + [lang] Italian update, thanks to fantu - fantu
188 + [lang] Swedish update, thanks to Björn T. Hallberg
189 - bug #2315549 [import] fclose() error with "Create PHP code"
190 + [lang] Polish update, thanks to Jakub Wilk 
192 3.0.2.0 (not released)
193 - [lang] Italian update, thanks to Luca and fantu
194 - bug #2107583 [GUI] Leading newline truncated, thanks to Isart Montane
195 - bug #2222230 [import] Assigning a value in import.php, thanks to
196   Glen Arason
198 3.0.1.1 (2008-10-30)
199 - [security] XSS in a Designer component 
201 3.0.1.0 (2008-10-22)
202 - bug #2134126 [GUI] SQL error after sorting a subset 
203 + [lang] Catalan update, thanks to Xavier Navarro
204 + [lang] Russian update, thanks to Victor Volkov
205 - patch #2143882 [import] Temporary uploaded file not deleted,
206   thanks to David Misc - dmisc
207 - bug #2136986 [auth] Cannot create database after session timeout 
208 - bug #1914066 [core] ForceSSL generates incorrectly escaped redirections,
209   this time with the correct fix
210 + [lang] Hungarian update, thanks to Jozsef Tamas Herczeg - dodika 
211 - bug #2153970 [core] Properly truncate SQL to avoid half of html tags
212 + [lang] Romanian update, thanks to Sergiu Bivol - sbivol
213 - bug #2161443 [structure] Incorrect index choice shown when modifying an
214 index
215 - bug #2127094 [interface] Misleading message after cancelling an action
216 + [lang] Croatian update, thanks to Renato Pavicic
217 + [lang] Finnish update, thanks to Jouni Kahkonen
218 + [lang] Polish update, thanks to Jakub Wilk 
219 + [lang] Japanese update, thanks to Ishigaki Kenichi
220 - patch #2176438 [privileges] Wrong message when changing password,
221   thanks to incognito - zytisin
222 - bug #2163437 [core] Cannot disable PMA tables
223 - bug #2184240 [lang] Problems with Italian language file, thanks to Luca
224 Rebellato
225 - bug #2187193 [interface] ShowChgPassword setting not respected
227 3.0.0.0 (2008-09-27)
228 + [export] properly handle line breaks for YAML, thanks to Dan Barry -
229 danbarry
230 + [navi] new parameter $cfg['LeftDefaultTabTable']
231 + [table] support MySQL 5.1 PARTITION: CREATE TABLE / Table structure,
232   partition maintenance
233 + [privileges] support for EVENT and TRIGGER
234 + [error handler] NEW handle errors to prevent path disclosure and display/collect errors
235 + [mysqlnd] do not display $strMysqlLibDiffersServerVersion if the client
236   is mysqlnd
237 + [webapp] experimental Mozilla Prism support
238 + [export] new plugin "codegen" for NHibernate, thanks to caocao; I'm
239   looking for a name more descriptive than codegen, taking into account
240   that it might later support other formats like JSON in the same plugin
241 + [export] new export to Texy! markup
242 + [lang] Finnish update, thanks to Jouni Kahkonen
243 + [config] new parameter $cfg['CheckConfigurationPermissions']
244 + [config] new parameter $cfg['Servers'][$i]['ShowDatabasesCommand']
245 + [config] new parameter $cfg['Servers'][$i]['CountTables']
246 + rfe #1775288 [transformation] proper display if IP-address stored as INT
247 + rfe #1758177 [core] Add the Geometry DataTypes
248 + rfe #1741101, patch #1798184 UUID default for CHAR(36) PRIMARY KEY,
249   thanks to Gert Palok - gert_p
250 - bug #1664240 [GUI] css height makes cfg TextareaRows useless
251 - bug #1724217 [Create PHP Code] doesn't include newlines for text fields
252 - bug #1845605 [i18n] translators.html still uses iso-8859-1
253 - bug #1823018 [charset] Edit(Delete) img-links pointing to wrong row
254 - bug #1826205 [export] Problems with yaml text export
255 - bug #1344768 [database] create/alter table new field can not have empty string
256                as default
257 + rfe #1840165 [interface] Enlarge column name field in vertical mode
258 + patch #1847534 [interface] New "Inside field" in db search,
259   thanks to obiserver
260 + [GUI] Mootools js library (http://mootools.net) and new parameter
261   $cfg['InitialSlidersState']
262 * [core] cache some MySQL stats (do not query them with every page request)
263 + [view] clearer dialog WITH (CASCADED | LOCAL) CHECK OPTION 
264 + [lang] Norwegian update, thanks to Sven-Erik Andersen 
265 + [lang] Japanese update, thanks to Ishigaki Kenichi
266 + [lang] Italian update, thanks to Luca Rebellato
267 + [gui] Events
268    * minimal support on db structure page
269    * export
270 + [pdf] Merged tcpdf 2.2.002 (PHP5 version), thanks to Nicola Asuni 
271 + [engines] Maria support 
272 + [engines] MyISAM and InnoDB: support ROW_FORMAT table option 
273 + prevent search indexes from indexing phpMyAdmin installations
274 + [engines] PBXT: table options, foreign key (relation view, designer)
275 + [lang] New Bangla, thanks to Raquibul Islam and Joy Kumar Nag
276 + [interface] Display options; thanks to Dave Grijalva
277   for the idea about showing the display field while browsing
278 - bug #1910621 [display] part 2: do not display a BINARY content as text
279 + rfe #1962383 [designer] Option to create a PDF page 
280 - patch #2007196, Typos in comments, thanks to knittl - knittl
281 - bug #1982315 [GUI] Comma and quote in ENUM, thanks to Joshua Hogendorn
282 + [GUI] Color picker
283 - bug #1970836 [parser] SQL parser is slow, thanks to Christian Schmidt 
284 + rfe #1692928 [transformation] Option to disable browser transformations 
285 + [import] Speed optimization to be able to import the sakila database
286 + [doc] Documentation for distributing phpMyAdmin in README.VENDOR.
287 + [display] headwords for sorted column 
288 - bug #2033962 [import] Cannot import zip file 
289 + [lang] Swedish update, thanks to Björn T. Hallberg
290 - bug #2050068 [gui] "Check tables having overhead" selects wrong tables
291 + [lang] Belarusian update, thanks to Jaska Zedlik 
292 + [lang] Norwegian update, thanks to Sven-Erik Andersen 
293 + [lang] Italian update, thanks to Luca Rebellato
294 - [core] safer handling of temporary files with open_basedir (thanks to Thijs
295   Kinkhorst)
296 - [core] do not automatically set and create TempDir, it might lead to security
297   issue (thanks to Thijs Kinkhorst)
298 + [lang] Czech update
299 - bug #2066923 [display] Navi browse icon does not go to page 1 
300 - patch #2075263 [auth] Single sign-on and cookie clearing,
301   thanks to Charles Suh - cws125
302 - [doc] better documentation of $cfg['TempDir']
303 - bug #2080963 [charset] Clarify doc and improved code, thanks to
304   Victor Volkov - hanut
305 - bug [charset] Cannot sort twice on a column when the table name
306   contains accents
307 + [lang] Spanish update, thanks to Daniel Hinostroza
308 + [lang] Hungarian update, thanks to Jozsef Tamas Herczeg - dodika 
309 - bug #2113848 [navi] Page number after database switching 
310 - patch #2115966 [GUI] Checkboxes and IE 7, thanks to Martin - maschg 
311 - bug #1914066 [core] ForceSSL generates incorrectly escaped redirections 
313 2.11.9.5 (2009-03-24)
314 - [security] XSS vulnerability on export page
315 - [security] Insufficient output sanitizing when generating configuration file
317 2.11.9.4 (2008-12-09)
318 - [security] possible XSRF on several pages
320 2.11.9.3 (2008-10-30)
321 - [security] XSS in a Designer component 
323 2.11.9.2 (2008-09-22)
324 - [security] XSS in MSIE using NUL byte, thanks to JPCERT.
326 2.11.9.1 (2008-09-15)
327 - [security] Code execution vulnerability, thanks to Norman Hippert
329 2.11.9.0 (2008-08-28)
330 - bug #2031221 [auth] Links to version number on login screen 
331 - bug #2032707 [core] PMA does not start if ini_set() is disabled 
332 - bug #2004915 [bookmarks] Saved queries greater than 1000 chars not
333   displayed, thanks to Maik Wiege - mswiege
334 - bug #2037381 [export] Export type "replace" does not work
335 - bug #2037375 [export] DROP PROCEDURE needs IF EXISTS 
336 - bug #2045512 [export] Numbers in Excel export
337 - bug #2074250 [parser] Undefined variable seen_from 
339 2.11.8.0 (2008-07-28)
340 - patch #1987593 [interface] Table list pagination in navi, 
341   thanks to Jason Day - jday29
342 - bug #1989081 [profiling] Profiling causes query to be executed again
343   (really causes a problem in case of INSERT/UPDATE)
344 - bug #1990342 [import] SQL file import very slow on Windows,
345   thanks to Richard Heaton - wotnot
346 - bug [XHTML] problem with tabindex and radio fields
347 - bug #1971221 [interface] tabindex not set correctly
348 - bug [views] VIEW name created via the GUI was not protected with backquotes
349 - bug #1989813 [interface] Deleting multiple views (space in name)
350 - bug #1992628 [parser] SQL parser removes essential space 
351 - bug #1989281 [export] Export fails if one table is marked as crashed
352 - bug #2001005 [GUI] ARCHIVE cannot have indexes 
353 - bug #1989281 [export] CSV for MS Excel incorrect escaping of double quotes
354 - bug #1959855 [interface] Font size option problem when no config file
355   (todo (trunk): navi frame size does not change for theme original)
356 - bug #1982489 [relation] Relationship view should check for changes 
357 - bug [history] Do not save too big queries in history
358 - [security] Do not show version info on login screen
359 - bug #2018595 [import] Potential data loss on import resubmit 
360 - patch #2020630 [export] Safari and timedate, thanks to Sebastian Mendel,
361   Isaac Bennetch and Jürgen Wind 
362 - bug #2022182 [import, export] Import/Export fails because of Mac files
363 - [security] protection against cross-frame scripting and
364   new directive AllowThirdPartyFraming, thanks to YGN Ethical Hacker Group
365 - [security] possible XSS during setup, thanks to YGN Ethical Hacker Group
366 - [interface] revert language changing problem introduced with 2.11.7.1
368 2.11.7.1 (2008-07-15)
369 - bug [security] XSRF/CSRF by manipulating the db,
370   convcharset and collation_connection parameters,
371   thanks to YGN Ethical Hacker Group
373 2.11.7.0 (2008-06-23)
374 - bug #1908719 [interface] New field cannot be auto-increment and primary key
375 - [dbi] Incorrect interpretation for some mysqli field flags
376 - bug #1910621 [display] part 1: do not display a TEXT utf8_bin as BLOB
377   (fixed for mysqli extension only)
378 - [interface] sanitize the after_field parameter,
379   thanks to Norman Hippert
380 - [structure] do not remove the BINARY attribute in drop-down
381 - bug #1955386 [session] Overriding session.hash_bits_per_character 
382 - [interface] sanitize the table comments in table print view, 
383   db print view and db data dictionary, thanks to Norman Hippert
384 - bug #1939031 Auto_Increment selected for TimeStamp by Default
385 - patch #1957998 [display] No tilde for InnoDB row counter when we know
386   it for sure, thanks to Vladyslav Bakayev - dandy76
387 - bug #1955572 [display] alt text causes duplicated strings
388 - bug #1762029 [interface] Cannot upload BLOB into existing row
389 - bug #1981043 [export] HTML in exports getting corrupted,
390   thanks to Jason Judge - jasonjudge
391 - bug #1936761 [interface] BINARY not treated as BLOB: update/delete issues
392 - protection against XSS when register_globals is on and .htaccess has
393   no effect, thanks to Tim Starling
394 - bug #1996943 [export] Firefox 3 and .sql.gz (corrupted); detect Gecko 1.9,
395   thanks to Jürgen Wind - windkiel
397 2.11.6.0 (2008-04-29)
398 - bug #1903724 [interface] Displaying of very large queries in error message
399 - bug #1905711 [compatibility] Functions deprecated in PHP 5.3: is_a() and
400   get_magic_quotes_gpc(), thanks to Dmitry N. Shilnikov - yrtimd
401 - bug [lang] catalan wrong accented characters
402 - bug #1893034 [Export] SET NAMES for importing with command-line client
403 + [lang] Russian update, thanks to Victor Volkov
404 - bug #1910485 [core] Unsetting the whitelist during the loop,
405   thanks to Jeroen Vrijkorte - jv_map
406 - bug #1906980 [Export] Import of VIEWs fails if temp table exists,
407   thanks to Falk Nisius - klaf
408 - bug #1812763 [Copy] Table copy when server is in ANSI_QUOTES sql_mode 
409   thanks to Tony Marston - tonymarston 
410 - bug #1918531 [compatibility] Navigation isn't w3.org valid 
411   thanks to Michael Keck - mkkeck
412 - bug #1926357 [data] BIT defaults displayed incorrectly
413 - patch #1930057 [auth] colon in password prevents HTTP login on CGI/IIS,
414   thanks to Jürgen Wind - windkiel
415 - patch #1929553 [lang] Don't output BOM character in Swedish language file,
416   thanks to Samuel L. B. - samuellb
417 - patch #1895796 [lang] Typo in Japanese lang files,
418   thanks to tyman - acoustype
419 - bug #1935652 [auth] Access denied (show warning about mcrypt on login page)
420 - bug #1906983 [export] Reimport of FUNCTION fails
421 - bug #1919808 [operations] Renaming a database fails to handle functions 
422 - bug #1934401 [core] Cannot force a language
423 - bug #1944077 [core] Config file containing a BOM,
424   thanks to Gaetano Giunta - ggiunta
425 - bug #1947189 [scripts] Missing </head> in scripts/signon.php,
426   thanks to Dolf Schimmel
427 + [lang] Romanian update, thanks to Sergiu Bivol - sbivol
429 2.11.5.2 (2008-04-22)
430 - PMASA-2008-3 [security] File disclosure 
432 2.11.5.1 (2008-03-29)
433 - bug #1909711 [security] Sensitive data in session files
435 2.11.5.0 (2008-03-01)
436 - bug #1862661 [GUI] Warn about rename deleting database
437 - bug #1866041 [interface] Incorrect sorting with AS
438 - bug #1871038 [import] Notice: undefined variable first_sql_delimiter
439 - bug #1873110 [export] Problem exporting with a LIMIT clause
440 - bug #1871164 [GUI] Empty and navigation frame synch.
441 - patch #1873188 [GUI] Making db pager work when js is disabled,
442   thanks to Jürgen Wind - windkiel
443 - bug #1875010 [auth] MySQL server and client version mismatch (mysql ext.)
444 - patch #1879031 [transform] dateformat transformation and UNIX timestamps,
445   thanks to Tim Steiner - spam38
446 - bug [import] Do not verify a missing enclosing character for CSV,
447   because files generated by Excel don't have any enclosing character
448 - bug #1799691 [export] "Propose table structure" and Export
449 - bug #1884911 [GUI] Space usage
450 - bug #1863326 [GUI] Wrong error message / no edit (Suhosin)
451 - bug #1887204 [GUI] Order columns in result list messing up query
452 - patch #1893538 [GUI] Display issues on Opera 9.50,
453   thanks to Jürgen Wind - windkiel
454 - bug [GUI] Do not display the database name used by the previous user,
455   thanks to Ronny Görner
456 - bug [security] Remove cookies from $_REQUEST for better coexistence with
457   other applications, thanks to Richard Cunningham. See PMASA-2008-1.
459 2.11.4.0 (2008-01-12)
460 - bug #1843428 [GUI] Space issue with DROP/DELETE/ALTER TABLE
461 - bug #1807816 [search] regular expression search doesn't work with
462   backslashes
463 - bug #1843463 [GUI] DROP PROCEDURE does not show alert
464 - bug #1835904 [GUI] Back link after a SQL error forgets the query
465 - bug #1835654 [core] wrong escaping when using double quotes
466 - bug #1817612 [cookies] Wrong cookie path on IIS with PHP-CGI,
467   thanks to Carsten Wiedmann
468 - bug #1848889 [export] export trigger should use DROP TRIGGER IF EXISTS
469 - bug #1851833 [display] Sorting forgets an explicit LIMIT
470  (fix for sorting on column headers)
471 - bug #1764182 [cookies] Suhosin cookie encryption breaks phpMyAdmin
472 - bug #1798786 [import] Wrong error when a string contains semicolon
473 - bug #1813508 [login] Missing parameter: field after re-login
474 - bug #1710144 [parser] Space after COUNT breaks Export but not Query
475 - bug #1783620 [parser] Subquery results without "as" are ignored
476 - bug #1821264 [display] MaxTableList and INFORMATION_SCHEMA
477 - bug #1859460 [display] Operations and many databases
478 - bug #1814679 [display] Database selection pagination when switching servers
479 - patch #1861717 [export] CSV Escape character not exported right,
480   thanks to nicolasdigraf
481 - bug #1864468 [display] Theme does not switch to darkblue_orange
482 - bug #1847409 [security] Path disclosure on darkblue_orange/layout.inc.php,
483   thanks to Jürgen Wind - windkiel
485          --- Older ChangeLogs can be found on our project website ---
486                      http://www.phpmyadmin.net/old-stuff/ChangeLogs/
488 # vim: et ts=4 sw=4 sts=4
489 # vim: ft=changelog fenc=utf-8 encoding=utf-8
490 # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#'
491 # vim: fdn=1 fdm=expr