Welcome to the first alpha release for phpMyAdmin 4.1.0, containing new features and fixes.
Details will appear on http://phpmyadmin.net. In a hurry? you can visit https://sourceforge.net/projects/phpmyadmin/files to download.
Marc Delisle, for the team
Hi Marc,
You seem to have broken the build. ;) By changing the version from 4.1-dev to 4.1.0-alpha1, one if the tests fails because it checks the generated default config file with a fixed string (expected version code is 4.1-dev).
A possible solution is to use the version variable in the test, to avoid a broken test in the future. Or to update the expected version in the test as part of the release process.
What do you think?
Kind regards,
Dieter
2013/10/1 Marc Delisle marc@infomarc.info:
Welcome to the first alpha release for phpMyAdmin 4.1.0, containing new features and fixes.
Details will appear on http://phpmyadmin.net. In a hurry? you can visit https://sourceforge.net/projects/phpmyadmin/files to download.
Marc Delisle, for the team
October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clk... _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
On Tue, Oct 1, 2013 at 5:29 PM, Dieter Adriaenssens < dieter.adriaenssens@gmail.com> wrote:
Hi Marc,
You seem to have broken the build. ;) By changing the version from 4.1-dev to 4.1.0-alpha1, one if the tests fails because it checks the generated default config file with a fixed string (expected version code is 4.1-dev).
A possible solution is to use the version variable in the test, to avoid a broken test in the future. Or to update the expected version in the test as part of the release process.
First solution sounds better. I think release scripts should not have to
worry about updating tests.
On Tue, Oct 1, 2013 at 5:44 PM, Madhura Jayaratne madhura.cj@gmail.comwrote:
On Tue, Oct 1, 2013 at 5:29 PM, Dieter Adriaenssens < dieter.adriaenssens@gmail.com> wrote:
Hi Marc,
You seem to have broken the build. ;) By changing the version from 4.1-dev to 4.1.0-alpha1, one if the tests fails because it checks the generated default config file with a fixed string (expected version code is 4.1-dev).
A possible solution is to use the version variable in the test, to avoid a broken test in the future. Or to update the expected version in the test as part of the release process.
First solution sounds better. I think release scripts should not have to
worry about updating tests.
Fixed with
https://github.com/phpmyadmin/phpmyadmin/commit/878488d4693eec00f642a71edf1e...
2013/10/1 Madhura Jayaratne madhura.cj@gmail.com:
On Tue, Oct 1, 2013 at 5:44 PM, Madhura Jayaratne madhura.cj@gmail.com wrote:
On Tue, Oct 1, 2013 at 5:29 PM, Dieter Adriaenssens dieter.adriaenssens@gmail.com wrote:
Hi Marc,
You seem to have broken the build. ;) By changing the version from 4.1-dev to 4.1.0-alpha1, one if the tests fails because it checks the generated default config file with a fixed string (expected version code is 4.1-dev).
A possible solution is to use the version variable in the test, to avoid a broken test in the future. Or to update the expected version in the test as part of the release process.
First solution sounds better. I think release scripts should not have to worry about updating tests.
Fixed with https://github.com/phpmyadmin/phpmyadmin/commit/878488d4693eec00f642a71edf1e...
Looks good.
Thanks, Madhura.
Kind regards, Dieter Adriaenssens
On Tue, Oct 1, 2013 at 1:41 PM, Marc Delisle marc@infomarc.info wrote:
Welcome to the first alpha release for phpMyAdmin 4.1.0, containing new features and fixes.
Details will appear on http://phpmyadmin.net. In a hurry? you can visit https://sourceforge.net/projects/phpmyadmin/files to download.
Marc Delisle, for the team
Hello Marc, Which commit is actually used for this release ?
October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clk... _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Le 2013-10-03 07:12, Mohamed Ashraf a écrit :
On Tue, Oct 1, 2013 at 1:41 PM, Marc Delisle <marc@infomarc.info mailto:marc@infomarc.info> wrote:
Welcome to the first alpha release for phpMyAdmin 4.1.0, containing new features and fixes. Details will appear on http://phpmyadmin.net. In a hurry? you can visit https://sourceforge.net/projects/phpmyadmin/files to download. Marc Delisle, for the team
Hello Marc, Which commit is actually used for this release ?
Hi Mohamed, you mean which branch ? It's the master branch, until we reach the release candidate stage.
Le 2013-10-03 07:15, Marc Delisle a écrit :
Le 2013-10-03 07:12, Mohamed Ashraf a écrit :
On Tue, Oct 1, 2013 at 1:41 PM, Marc Delisle <marc@infomarc.info mailto:marc@infomarc.info> wrote:
Welcome to the first alpha release for phpMyAdmin 4.1.0, containing new features and fixes. Details will appear on http://phpmyadmin.net. In a hurry? you can visit https://sourceforge.net/projects/phpmyadmin/files to download. Marc Delisle, for the team
Hello Marc, Which commit is actually used for this release ?
Hi Mohamed, you mean which branch ? It's the master branch, until we reach the release candidate stage.
And if you want to see which commit, there is a tag (RELEASE_4_1_0ALPHA1) that marks the exact point.
2013/10/3 Mohamed Ashraf mohamed.ashraf.213@gmail.com:
On Tue, Oct 1, 2013 at 1:41 PM, Marc Delisle marc@infomarc.info wrote:
Welcome to the first alpha release for phpMyAdmin 4.1.0, containing new features and fixes.
Details will appear on http://phpmyadmin.net. In a hurry? you can visit https://sourceforge.net/projects/phpmyadmin/files to download.
Marc Delisle, for the team
Hello Marc, Which commit is actually used for this release ?
Hi Mohamed,
This is the tag : https://github.com/phpmyadmin/phpmyadmin/releases/tag/RELEASE_4_1_0ALPHA1
The Error reporting Client is included if I'm not mistaken.
Kind regards, Dieter Adriaenssens