Meetings2012-11-22 » History » Version 5

S. Wrede, 11/22/2012 02:54 PM

1 1 S. Wrede
h1. Meetings 2012-11-22
2 1 S. Wrede
3 1 S. Wrede
h2. Rights for Redmine project members and non-members
4 1 S. Wrede
5 1 S. Wrede
* The non-member role is now allowed to post and edit issues to all public projects.
6 1 S. Wrede
* This allows to clean-up the developer lists in the redmine projects.
7 1 S. Wrede
8 1 S. Wrede
h2. RST Workflow
9 1 S. Wrede
10 2 S. Wrede
* Users are now asked to branch the complete repository and send patches as Pull Requests in the RST redmine
11 1 S. Wrede
* For an overview of changes, please see: https://code.cor-lab.org/news/29
12 3 S. Wrede
13 3 S. Wrede
h2. Versioning
14 3 S. Wrede
15 3 S. Wrede
* Versioning scheme major.minor.commits is partially broken for master
16 3 S. Wrede
* The git commit counter in the version number yields in a version number that is interpreted higher than the standard version
17 3 S. Wrede
* Solution: https://code.cor-lab.org/issues/1251
18 3 S. Wrede
** Commits are incremented only for release branches
19 4 S. Wrede
** Version 0.8 is skipped to prevent problems with re-versioning and manual updating of caches, ...
20 5 S. Wrede
21 5 S. Wrede
h2. Maven Support
22 5 S. Wrede
23 5 S. Wrede
* David added Maven support to the Java sources
24 5 S. Wrede
* Release Manager Java: David (woohoo!)
25 5 S. Wrede
** Jenkins-Job: idealerweise automatisch deployed