Skip to content
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

Release v0.5.0-rc.1 #165

Merged
merged 40 commits into from
Feb 15, 2016
Merged

Release v0.5.0-rc.1 #165

merged 40 commits into from
Feb 15, 2016

Conversation

pkra
Copy link
Contributor

@pkra pkra commented Feb 10, 2016

No description provided.

dpvc and others added 30 commits September 20, 2015 19:43
… horizontal lines from being properly displayed. We also need to add controls for scaling and possibly for setting the em size.
Improve examples
Move to stable nodejs releases for testing; fixes #138
… extenion names, for example); Don't call resetEquationNumbers if AMSmath hasn't been loaded; Fix a problem with   in MathML for producing speech text; reomve mml from result if not needed after creating speech text.
Fix typo.
…rary problems. This provides a nice means of updating mathjax-node without needing to wait for jsdom or cssstyle to merge pull requests.
Handle jsdom update in either node4 or node5 directory layout
* extend test coverage; fixes #153
* add automatic publishing to npm; fixes #152
Fix file check to work with node4.
Add more patches for padding and margin
Fix file check to work with node4.
pkra and others added 4 commits February 9, 2016 11:52
* Update MathJax dependency to point to npm
  * update libs to match this change
* Clean up dependecy versions
Update package.json to MathJax from npm
…line tools for AsciiMath and MathML to HTML.
@pkra
Copy link
Contributor Author

pkra commented Feb 10, 2016

Huh? We have a merge problem?

@pkra
Copy link
Contributor Author

pkra commented Feb 10, 2016

It's the travis file; I don't see why but oh well.

@dpvc
Copy link
Member

dpvc commented Feb 10, 2016

The issue seems to be the pull request #128, which was to master rather than to develop, and was never merged into develop. It changed the node version in travis tests to 4.1. The current travis file has set that back to 4, so that line is different in the two branches and is the source of the conflict. I merged 128 into develop, and tested it by hand first to be sure that develop would then merge cleanly, and it did when I do the merge by hand. But it still says that it doesn't merge here.

I also tried changing that line back to 4.1, and seeing that that allowed the merge. Again, it does by hand, but not here. So I'm unsure what is going on with GitHub's PR that makes it different from standard merges. We may have to do the merge by hand rather than here.

The only other thing I could think of is to use git rebase to remove PR #155, then merge with 128 again, then reapply #155. That can be done, but it would require unprotecting develop temporarily since it will require a forced push.

I guess we have to be more careful about not making changes to master that aren't reflected in develop.

@pkra
Copy link
Contributor Author

pkra commented Feb 11, 2016

Thanks for tracking this down and apologies for causing it in the first place.

Let's do it by hand then once #167 and #168 are merged.

dpvc and others added 2 commits February 11, 2016 07:03
package.json: update version for release candidate
package.json: point "main" to mj-single
@pkra pkra changed the title Release v0.5.0 Release v0.5.0-rc.1 Feb 15, 2016
@pkra pkra merged commit 1441c4a into master Feb 15, 2016
@pkra
Copy link
Contributor Author

pkra commented Feb 15, 2016

Merged manually as discussed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants