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

Sync between branches/repos - merge missing commits from sourceforge for 'stable-2.7' branch #52

Open
wants to merge 8 commits into
base: stable-2.7
Choose a base branch
from
Prev Previous commit
Next Next commit
Version 2.7.6
  • Loading branch information
sv3nk66 committed Jan 15, 2012
commit c3438aa86465a180fe8536bdd47fa0ee35a0b05e
2 changes: 1 addition & 1 deletion lib/mylyn_connector/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module MylynConnector
module Version
MAJOR = 2
MINOR = 7
TINY = 5
TINY = 6

# stable/trunk
BRANCH = 'stable'
Expand Down
8 changes: 8 additions & 0 deletions release-note.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 2.7.6
fix : missing format for authtest added
chg : Tests adapted for Redmine 1.3
fix : uninitialized constant ActionView::Base::CompiledTemplates::RAILS_GEM_VERSION
fix : subtasks compatibility with Redmine < 1.2
fix : backport of Project.visible_condition added for the compatibility with Redmine < 1.2
fix : deprecated method calls replaced

Version 2.7.5
fix : Added missing property subtasks

Expand Down