This repository was archived by the owner on Dec 7, 2018. It is now read-only.
forked from x64architecture/wnmp
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCHANGELOG
More file actions
723 lines (551 loc) · 16.9 KB
/
Copy pathCHANGELOG
File metadata and controls
723 lines (551 loc) · 16.9 KB
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
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
Wnmp 3.1.0: 06 Aug 2017
=======================
- Wnmp Control Panel
*) Fixed #90
*) Fixed #91
*) Added menu to the tray to control the programs
- PHP
*) Updated to 7.1.8
Wnmp 3.0.1: 27 Jul 2017
=======================
- Wnmp Control Panel
*) Fixed #89
*) Various other bugfixes
Wnmp 3.0.0: 25 Jul 2017
=======================
- Wnmp
*) MAJOR: Wnmp will now require a 64-bit version of Windows.
*) New homepage https://wnmp.x64architecture.com
*) All binaries signed with my certificate:
Thumbprint: 1c 91 c7 af 64 44 6d 0c b2 47 32 db 2a 9f 1f b8 90 21 40 64
- Wnmp Control Panel 5.0.0
*) Various improvements
*) Rewritten to be more maintainable
*) PHP now starts on a port configured with the SO_REUSEPORT
option so the php processes will liston on the same port
which should resolve various hangs
- Nginx
*) Updated to 1.13.4
*) Temporarily switched to OpenSSL 1.1.0f
*) Now compiled as a 64-bit binary
- MariaDB
*) Updated to 10.2.7
*) Now compiled as a 64-bit binary
- PHP
*) Updated to 7.1.7
*) Now compiled as a 64-bit binary
- phpMyAdmin
*) Updated to 4.7.3
Wnmp 2.2.5: 11 Jul 2016
=======================
- Wnmp Control Panel 4.0.3
*) #31, Add option to start Wnmp minimized
*) #38, Add option to minimize to tray instead of closing
*) #73, Remove MariaDB service on exit
*) #75, Fix adding new version of PHP
Thanks to Nicolas Liu.
- Nginx
*) Updated to 1.11.2
*) Updated VigorTLS to latest commit 143be4c
- PHP
*) Updated to 7.0.8
- phpMyAdmin
*) Updated to 4.6.3
Wnmp 2.2.4: 13 May 2016
=======================
- Wnmp Control Panel 4.0.2
*) CPU Information is now shown in the log.
*) MariaDB is no longer installed and deinstalled after
each click of start or stop.
*) Major Internal Code Cleanup
- Nginx
*) Updated to 1.9.15
*) Updated VigorTLS to latest commit 013a618
- MariaDB
*) Updated to 10.1.14
- PHP
*) Updated to 7.0.6
- phpMyAdmin
*) Updated to 4.6.1
Wnmp 2.2.3: 15 Mar 2016
=======================
- Wnmp Control Panel 4.0.1
*) #44, Enabled xdebug by default, display_errors
and display_startup_errors
*) #71, Add MySQL timezone data
Thanks to Paul Norman for reporting this issue.
*) #72, Add CA Root Certificates
Thanks to Paul Norman for reporting this issue.
- Nginx
*) Updated to 1.9.12
*) Updated VigorTLS to latest commit b692860
- MariaDB
*) Updated to 10.1.12
- PHP
*) Updated to 7.0.4
- phpMyAdmin
*) Updated to 4.5.5.1
Wnmp 2.2.2: 06 Feb 2016
=======================
- Wnmp Control Panel 4.0.0
*) Added PHP Extension Manager, this allows you to manage php extensions in
the php.ini for the default php version as well as custom versions.
*) MariaDB is now controlled through a service managed by Wnmp. This has
required Wnmp to need administrator privileges. This alleviates many
problems (such as closing MariaDB properly).
*) The editor option has been fixed.
*) #60, Added the options to start Nginx, MariaDB, or PHP when Wnmp starts.
The Start All On Launch option has been removed in favor of these new
options.
- Nginx
*) Updated to 1.9.10
*) Updated VigorTLS to latest commit fe3ab2c
- MariaDB
*) Updated to 10.1.11
- PHP
*) Updated to 7.0.3
New major release, see https://secure.php.net/manual/en/migration70.php
- phpMyAdmin
*) Updated to 4.5.4.1
Wnmp 2.2.1: 15 Nov 2015
=======================
- Wnmp Control Panel 3.0.2
*) #64, Ensure processes are killed after trying to close them properly.
(nginx doesn't like to close right)
*) #66, Only kill MariaDB process that we created. Note: only works if you *do not*
exit the Wnmp Control Panel otherwise Wnmp will *kill all* running MariaDB processes.
- MariaDB
*) Upgrade databases to make them work
Wnmp 2.2.0: 15 Nov 2015
=======================
- Wnmp Control Panel 3.0.1
*) Ability to use custom php versions
Just drop in a folder of php in C:\Wnmp\php\phpbins
and go to File->Wnmp Options->PHP->PHP Version
*) Bug fixes
- Nginx
*) Updated to 1.9.6
*) Updated VigorTLS to latest commit 5ac8b48
- MariaDB
*) Updated to 10.1.8
- PHP
*) Updated to 5.6.15
- phpMyAdmin
*) Updated to 4.5.1
Wnmp 2.1.9: 08 Aug 2015
=======================
- Wnmp Control Panel 3.0.0
*) Major code refactor
*) Windows 10 detection
- Nginx
*) Updated to 1.9.2
*) Updated VigorTLS to latest commit 0b89f03
Note: VigorTLS *never was* vulnerable to CVE-2015-1793
- MariaDB
*) Updated to 10.0.21
- PHP
*) Updated to 5.6.12
- phpMyAdmin
*) Updated to 4.4.12
Wnmp 2.1.8: 08 May 2015
=======================
- Wnmp Control Panel 2.4.1
*) Feature: Stop MariaDB without the need for a passphrase. (Closes #39)
*) Bugfix: Fix Xdebug conflict with PHP (Fixes #47)
Thanks to Murray Crowe for reporting this issue.
*) Bugfix: Fix MariaDB configuration button
*) Improved: Configuration handling
- Nginx
*) Updated to 1.9.0
*) Update VigorTLS to latest commit 53517e5
- MariaDB
*) Updated to 10.0.18
- phpMyAdmin
*) Updated to 4.4.6
Wnmp 2.1.7: 17 Apr 2015
=======================
- Wnmp Control Panel 2.4.0
*) PHP no longer automatically kills it processes (Fixed #45)
- Nginx
*) Updated to 1.7.12
*) Update VigorTLS to latest commit 463c5c4
*) nginx.conf: Only declare root once per server (Thanks to Joakim Hedlund)
- MariaDB
*) Updated to 10.0.17
- PHP
*) Updated to 5.6.8
- phpMyAdmin
*) Updated to 4.4.2
Wnmp 2.1.6: 16 Feb 2015
=======================
- Wnmp Control Panel 2.3.6
*) Use VigorTLS (https://github.com/vigortls/vigortls)
instead of OpenSSL
- Nginx
*) Updated to 1.7.10
*) Use VigorTLS (https://github.com/vigortls/vigortls)
instead of OpenSSL
- MariaDB
*) Updated to 10.0.16
- PHP
*) Updated to 5.6.5
- phpMyAdmin
*) Updated to 4.3.9
Wnmp 2.1.5: 21 Dec 2014
================================
- Wnmp Control Panel 2.3.5
*) Version bump
- Nginx
*) Updated to 1.7.8
- MariaDB
*) Updated to 10.0.15
- PHP
*) Updated to 5.6.4
- phpMyAdmin
*) Updated to 4.3.2
Wnmp 2.1.4: 09 Nov 2014
=======================
- Wnmp Control Panel 2.3.4
*) Fixed: Add minimum amount of PHP processes
*) Fixed: Don't run first run check on a thread
- Nginx
*) Updated to 1.7.7
- MariaDB
*) Updated to 10.0.14
- PHP
*) Updated to 5.6.2
- phpMyAdmin
*) Updated to 4.2.11
Wnmp 2.1.3: 29 Aug 2014
=======================
- Wnmp Control Panel 2.3.3
*) Fixed: Use correct log file for MariaDB.
*) Feature: Added an option to start multiple php processes, defaults to 2.
Wnmp->Options->PHP->PHP Processes
- MariaDB
*) Updated to 10.0.13
- PHP
*) Updated to 5.6.0 (New major release)
http://php.net/manual/en/migration56.php
- phpMyAdmin
*) Updated to 4.2.7.1
Wnmp 2.1.2: 07 Aug 2014
=======================
- Wnmp Control Panel 2.3.2
*) Changed: CertGen now uses SHA-256 to sign certificates.
- OpenSSL
*) Security: Fix for CVE-2014-3507, Fix for CVE-2014-3506, Fix for CVE-2014-3505,
Fix for CVE-2014-3509, Fix for CVE-2014-5139, Fix for CVE-2014-3508
*) Updated to 1.0.1i
- Nginx
*) Security: Fix for CVE-2014-3556
*) Updated to 1.7.4
Wnmp 2.1.1: 01 Aug 2014
=======================
- Wnmp Control Panel 2.3.1
*) Fixed annoying double update prompt.
*) Lots of internal changes
- Nginx
*) Updated to 1.7.3
- MariaDB
*) Updated to 10.0.12
- PHP
*) PHP updated to 5.5.15
- phpMyAdmin
*) Updated to 4.2.7
Wnmp 2.1.0: 06 Jun 2014
=======================
- Wnmp
****INCOMPATIABLE CHANGES****
*) Windows XP support dropped permanently
*) .Net Framework 4.0 now required
*) Visual Studio 2012 Redistributable now required
- Wnmp Control Panel 2.3
*) Upgraded to .Net 4.0
*) Fixed checking if the applications were running
- Nginx
*) Updated to 1.7.1
*) Compiled with OpenSSL 1.0.1h to fix
Man in the middle vulnerability (CVE-2014-0224)
and other vulnerabilities: CVE-2014-0221, CVE-2014-0195,
CVE-2014-0198, CVE-2010-5298, CVE-2014-3470
- MariaDB
*) Updated to 10.0.11
- PHP
*) PHP updated to 5.5.13
*) Dropped XP support
- phpMyAdmin
*) Updated to 4.2.2
Wnmp 2.0.13: 08 Apr 2014
========================
- Nginx
*) Updated to 1.5.13
*) Compiled with OpenSSL 1.0.1g to fix Heartbleed vulnerability (CVE-2014-0160) which
leads to system memory disclosure. (Anything in memory e.g. private keys, passwords)
Wnmp 2.0.12: 06 Apr 2014
========================
- Wnmp Control Panel 2.2.5
*) GUI: Added restart buttons for MariaDB and PHP
*) GUI: Renamed the Config button to Configuration
*) GUI: Made options form look cleaner
*) GUI: Added option to change PHP port
*) GUI: The tooltip now only shows once when minimizing to the tray (#25)
*) Fixed: Auto check for updates was always enabled even if it was set not to be
- MariaDB
*) Updated to 10.0.10!
- PHP
*) Updated to 5.5.11
- phpMyAdmin
*) Updated to 4.1.12
Wnmp 2.0.11: 21 Mar 2014
========================
- Wnmp Control Panel 2.2.4
*) Feature: Get the http headers of a website. (Tools->Get HTTP Headers)
*) Fixed: Added Windows XP/2008 support back!
- Nginx
*) Updated to 1.5.12
*) Security Notice: CVE-2014-0133
*) This vulnerability did not affect nginx in Wnmp because it was compiled with the "--with-debug"
build flag.
- PHP
*) Now supports Windows XP!
Wnmp 2.0.10: 20 Mar 2014
========================
REMOVED DUE TO A REGGRESSION
Wnmp 2.0.9: 07 Mar 2014
=======================
- Wnmp Control Panel 2.2.1
*) Fixed: The million tooltips that would show up if you hovered over the buttons a few times.
*) Fixed: Calling session_destroy results in 502 gateway error. (#23)
- Nginx
*) Updated to 1.5.11
- PHP
*) Updated to 5.5.10
- phpMyAdmin
*) Updated to 4.1.9
Wnmp 2.0.8: 02 Mar 2014
=======================
- Wnmp Control Panel 2.2
*) Feature: Wnmp now generates a SSL certificate for you!
*) Feature: Wnmp has a new configuration system. Wnmp path/Wnmp.ini so
you can now easily take your Wnmp settings to go!
*) Feature: Host to IP. New feature is at Tools->Host To IP.
*) Many fixes and improvements.
- Nginx
*) Updated to 1.5.10
- MariaDB
*) Updated to 5.5.36
- PHP
*) Updated to 5.5.10
- phpMyAdmin
*) Updated to 4.1.8
Wnmp 2.0.7: 02 Feb 2014
=======================
- Wnmp Control Panel 2.1.2
*) Fixed: Windows 8.1 version detection.
*) Fixed: an invalid url and other misc changes
*) Changed: Forms can't be resized now using ~WS_THICKFRAME
*) Feature: Double click the Log RichTextBox and it will pop up a notepad with the current log
*) Feature: When Wnmp is closed it saves a log to Wnmp.log
- Nginx
* Updated to 1.5.9
* Compiled with OpenSSL 1.0.1f to fix CVE-2013-4353 & CVE-2013-6450
* SPDY/3.1 Support!
- MariaDB
*) Updated to 5.5.35
- PHP
*) Updated to 5.5.8
- phpMyAdmin
*) Updated to 4.1.6
Wnmp 2.0.6: 25 Dec 2013
================================
- Wnmp Control Panel 2.1.1
*) Fixed #19, Checking for updates crashes the application
Wnmp 2.0.5: 24 Dec 2013
=======================
- Wnmp Control Panel 2.1.0
*) Fixed #17, Bug with config and log button menu items.
*) Fixed #18, Wnmp shows two windows when an update if found.
*) Fixed incorrect windows edition definitions
- Nginx
*) Updated to 1.5.8
- phpMyAdmin
*) Updated to 4.1.2
Wnmp 2.0.4: 26 Nov 2013
=======================
- Wnmp Control Panel 2.0.9
*) Wnmp now backups configuration files and overwrite the old ones.
*) Implemented Automatic Check For Updates Feature, see #15.
- Nginx
*) Updated to 1.5.7
- MariaDB
*) Updated to 5.5.34
Wnmp 2.0.3: 17 Nov 2013
=======================
- Wnmp Control Panel 2.0.8
*) Faster control panel startup(0.15348 vs. 0.183).
*) Windows XP/2003 support dropped.
*) Added Windows version definitions for Windows 8.1 and Windows Server 2012 R2.
*) Added control panel updater and changelog viewer and fixed some minor bugs.
*) Removed the border around the icon.
*) Various fixes and improvements.
- PHP
*) Updated to 5.5.6
- phpMyAdmin
*) Updated to 4.0.9
Wnmp 2.0.2.9: 03 Oct 2013
=========================
- Wnmp
*) Removed All occurrences of the word "MySQL" and replaced them with "MariaDB"
*) Updated PRODUCT_* definitions
*) Some internal changes
- Nginx
*) Updated to 1.5.6
- MariaDB
*) Updated to 5.5.33a
- phpMyAdmin
*) Updated to 4.0.7
Wnmp 2.0.2.8: 10 Sep 2013
=========================
- Wnmp
*) Fixed some things: Changed installer files due to modified configuration files.
Wnmp 2.0.2.7: 08 Sep 2013
=========================
- Wnmp
*) Added link to localhost
*) Added percent for update download progress
*) Fixed checking if application was already running when starting Wnmp and at other times
*) Other internal fixes and improvements
- PHP
*) Updated to 5.4.19
*) Now compiled with extra extensions (apc, apcu, Zend OPcache, etc.) and other stuff!
- Nginx
*) Updated to 1.5.4
- phpMyAdmin
*) Updated to 4.0.6
Wnmp 2.0.2.6: 07 Aug 2013
=========================
- Wnmp
*) Fixed Critical bug #8, PHP Crashes
Wnmp 2.0.2.5: 06 Aug 2013
==========================
- Wnmp
*) Fixed bug #6, Nginx config button shows Nginx logs menu.
*) Enhanced menu, see issue #5.
*) Implemented a process revival class, see issue #7.
*) Fixed incorrect term, "tray" instead of "taskbar".
*) Fixed incorrect my.ini path
*) Added check to see if MariaDB is running before launching MariaDB
- phpMyAdmin
*) Updated to 4.0.5
- Nginx
*) Updated to 1.5.3
- MariaDB
*) Updated to 5.5.32
Wnmp 2.0.2.4: 05 Jul 2013
=========================
- Wnmp
*) Fixed issue #1: Missing icon
*) Fixed issue #3: Faulty MariaDB configuration file
*) Added option to start Wnmp at startup & option to start all applications upon Wnmp launch. See issue #2.
*) Added option to make Wnmp minimize to the taskbar, and disabled it by default. See issue #4.
*) Improved check for updates feature, it now downloads updates through the application and does not remove configuration files.
*) Changed the About Messagebox to a nicer looking form.
*) New installer using Inno Setup.
- phpMyAdmin
*) Updated to 4.0.4.1
- Nginx
*) Updated to 1.5.2
- PHP
*) Updated to 5.4.17
Wnmp 2.0.2.3: 05 Jul 2013
=========================
- phpMyAdmin
*) Updated to 4.0.3
- Nginx
*) Updated to 1.5.1
- PHP
*) Updated to 5.4.16
Wnmp 2.0.2.2: 23 May 2013
=========================
- Wnmp
*) Fixed bug #5 (Pressing the Open MySQL Shell button gave the message "The system cannot find the file specified")
*) Organized code into separate files
- phpMyAdmin
*) Updated to 4.0.1
- MariaDB
*) Updated to 5.5.31
Wnmp 2.0.2.1: 11 May 2013
=========================
- Wnmp
*) Fixed viewing of configuration files and log files
Wnmp 2.0.2: 09 May 2013
=======================
- Wnmp
*) Lots of GUI changes
*) Added option to view logs inside the GUI
*) Added option to edit the configuration inside the GUI
*) Added the applications statuses inside the GUI
*) Added an output box inside the GUI
- Nginx
*) Updated to 1.4.1
*) Fix for CVE-2013-2028
- PHP
*) Updated to 5.4.15
- phpMyAdmin
*) Updated to 4.0.0
Wnmp 2.0.1.2: 25 Apr 2013
=========================
- Wnmp
*) Removed batch scripts now it is all done in the program!
*) Added the option to start the MySQL shell from the program
- Nginx
*) Updated to 1.4.0
*) Nginx now supports proxying of WebSocket connections, OCSP stapling, SPDY module, gunzip filter and more.
- PHP
*) Updated to 5.4.14
- phpMyAdmin
*) Updated to 3.5.8.1
Wnmp 2.0.1.1: 02 Apr 2013
=========================
- Wnmp
*) Feature: Check for updates (File->Check For Updates)
*) Change: Removed batch scripts now it is all done in the program!
*) Feature: Added the option to start the MySQL shell from the program
- Nginx
*) Updated to 1.2.8
- MariaDB
*) Updated to 5.5.30
- PHP
*) Updated to 5.4.13
Wnmp 2.0.1: 24 Feb 2013
=======================
- Wnmp
*) Change: PHP is now hidden
- PHP
*) Updated to 5.4.12
- phpMyAdmin
*) Updated to 3.5.7
Wnmp 2.0.0: 14 Feb 2013
=======================
- Wnmp
*) Added control panel.
*) Feature: You can now place the Wnmp folder anywhere
*) Change: Switched from MySQL to MariaDB
- Nginx
*) Updated to 1.2.7
- phpMyAdmin
*) phpMyAdmin wasn't working due to APC 3.1.14
Wnmp 1.3.0: 20 Jan 2013
=======================
- Nginx
*) Updated to 1.2.6
- MySQL
*) Updated to 5.5.29
- PHP
*) Updated to 5.4.11
- phpMyAdmin
*) Updated to 3.5.5
Wnmp 1.0.0.0: 07 Oct 2012
=========================
*) Initial release