-
-
Notifications
You must be signed in to change notification settings - Fork 399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Magento 1.9.2.0 is out #609
Comments
Thanks for reporting, and yes, right now Magento is only providing downloads protected by cookie which is provided after login. From here: https://www.magentocommerce.com/download Until there is a public download URL, please see Add own magento repositories. Hopefuly this changes soon. The currently given file behind Cookie-Login is:
|
The currently given file behind Cookie-Login is: File: So we see unversioned revisions. |
@tkn98 My first thought was, I wonder if the updated 6285 patch had anything to do with it, but it doesn't appear to be the case. First thing we do after a new release drops is stash it in our internal releases location, renaming the file to match an internal pattern for all releases. So I've got both copies to compare with each other. The hashes below match the two different hashes you got, followed by a diff --stat which shows where the changes are. Running an actual diff shows they are formatting and copyright header fixes!
So it essentially got released with the Magento doc block at the top of some js files and indentation that wasn't up to snuff, and then got silently repackaged and uploaded to the downloads server. Crazy. I wonder if @benmarks might like to chime in here… |
Closes netz98#609 $ ls --full-time -Gg 1.9.2.0.tar.gz -rw-r--r-- 1 24256895 2015-07-21 13:27:10.283278676 +0200 1.9.2.0.tar.gz $ shasum 1.9.2.0.tar.gz da66104d800e815ec996fef31170671fbb8a7bca 1.9.2.0.tar.gz
added package from github mirror as Magento does not provide any download URI so far. Intregrated with travis. Thanks @arosenhagen for the initiative! Closes netz98#609 Closes netz98#612 Closes netz98#614 $ ls --full-time -Gg 1.9.2.0.tar.gz -rw-r--r-- 1 24256895 2015-07-21 13:27:10.283278676 +0200 1.9.2.0.tar.gz $ shasum 1.9.2.0.tar.gz da66104d800e815ec996fef31170671fbb8a7bca 1.9.2.0.tar.gz
added package from github mirror as Magento does not provide any download URI so far. Intregrated with travis. Thanks @arosenhagen for the initiative! Closes netz98#609 Closes netz98#612 Closes netz98#614 XXXXXXXXXXXXXXXX switching to ZIP - 1.9.2.0.zip XXXXXXXXXXXXXXXX $ ls --full-time -Gg 1.9.2.0.tar.gz -rw-r--r-- 1 24256895 2015-07-21 13:27:10.283278676 +0200 1.9.2.0.tar.gz $ shasum 1.9.2.0.tar.gz da66104d800e815ec996fef31170671fbb8a7bca 1.9.2.0.tar.gz
@LeeSaferite: Could you for what you comitted as 1.9.2.0 into OpenMage (OpenMage/magento-mirror@cb52550) say which of the (at least two) Magento 1.9.2.0 versions you did commit? Would be good to know (and perhaps if you update it, it might also solve a problem we had in #614). Would be great to know/see. |
Magento CE 1.9.2.0 has been released, and should be added to the installer, though it does not appear that the usual URL scheme is working any longer (for the 1.9.2.0 release).
http://www.magentocommerce.com/downloads/assets/1.9.2.0/magento-1.9.2.0.tar.gz results in a 404 error.
The text was updated successfully, but these errors were encountered: