James Moger
2014-10-26 9ceddb66153d78fbbc13fc6b1ab24714080ed17a
commit | author | age
37dc9d 1 #
161e05 2 # ${project.version} release
JM 3 #
4 r26: {
5     title: ${project.name} ${project.version} released
6     id: ${project.version}
7     date: ${project.buildDate}
8     note: ~
9     html: ~
10     text: ~
11     security: ~
94199c 12     fixes:
JM 13     - Fix French translation (pr-224, ticket-210)
9ceddb 14     - Fix raw servlet trashing paths with spaces (ticket-211)
161e05 15     changes: ~
JM 16     additions: ~
17     dependencyChanges: ~
94199c 18     contributors:
JM 19     - Pierre Templier
9ceddb 20     - Barry Roberts 
161e05 21 }
JM 22
23 #
d6b70a 24 # 1.6.1 release
d4a214 25 #
JM 26 r25: {
d6b70a 27     title: Gitblit 1.6.1 released
JM 28     id: 1.6.1
29     date: 2014-10-20
8a8bc3 30     note: ''
JM 31           The next major release (v1.7.0) will focus on:
32           * ticket-75: making projects more useful including the concept of project ownership
33           
34           This improvement will require a NON-BACKWARDS-COMPATIBLE migration of repository ownership from the RpeositoryModel to the UserModel
35           
36           * ticket-55: facilitating usage of tickets & git-flow in the web ui
37           ''
d4a214 38     html: ~
8a8bc3 39     text: ''
JM 40           Highlights:
41           
42           * Dependency updates
43           * Many bug fixes
44           * GITBLIT_HOME environment variable support
45           ''
46     security:
47     - Sanitize page parameters, form fields, and markup for XSS vulnerabilities (issue-496, ticket-164)
48     - Fix flash security risk (issue-498, ticket-165)
49     - Fix XRF vulnerability (issue-500, ticket-166)
50     - Prohibit new forks from inadvertently disclosing view-restricted contents (issue-495, ticket-167)
51     - Restrict Gitblit's cookie to the context path (issue-507, ticket-187)
52     fixes:
53     - Fix NPE when two repository names differ only in case (pr-204, ticket-108)
54     - Fix API documentation links (issue-449, ticket-111)
55     - Fix internal error when specifying a blob url without a path (ticket-113)
56     - Fix milestone queries for hyphentated names (ticket-115)
57     - Fix duplicate repositories on dashboards (issue-454, ticket-117)
b77677 58     - Fix lower-case project names in RepositoryNamePanel (issue-509, ticket-118)
8a8bc3 59     - Fix ticket notifications not sent when author doesn't have an email address (issue-423, ticket-132)
JM 60     - Fix regression in create-ticket-on-push & clarify reported explanation (ticket-135)
61     - Fix redirects after ajax form submissions with Tomcat (issue-455, ticket-136)
62     - Fix potential NPE in Raw servlet (ticket-137)
63     - Fix Raw link path generation that does not respect web.forwardSlashCharacter (ticket-139)
64     - Do not log query parameter passwords when Redmine authentication fails (pr-215, ticket-466)
65     - Fix NPE in RepositoryNamePanel for anonymous admins (issue-490, ticket-147)
66     - Fix repo creation with initial commit when the creator does not have an email address (issue-458, ticket-149)
67     - Fix Edit Repository page missing owners from owners list (issue-480, ticket-150)
68     - Fix NPEs when handling tickets with non-existent milestones (ticket-152)
69     - Quote all Lucene query args that have non-alphanumberic characters (issue-483, issue-469, ticket-153)
70     - Fix 0-length files from raw servlet when file does not exist (issue-489, ticket-154)
71     - Fix raw servlet failures with long project names (issue-478, ticket-163)
72     - New ticket responsible selections are missing users with RW access (issue-476, ticket-170)
73     - Fix NPE in TicketListPanel due to missing repository (issue-451, ticket-171)
74     - Fix MigrateTickets failure for view-restricted repositories (issue-475, ticket-173)
75     - Fix repository deletion bug where the Lucene ticket index was not purged (issue-468, ticket-174)
76     - Fix Jenkins post-receive script repository url (pr-219, ticket-175)
77     - Fix potential NPE in retrieving a ticket comment (issue-503, ticket-179)
78     - Fix bug in migrating tickets to the BranchTicketService (issue-474, ticket-183)
79     - Fix failure to clear/delete a ticket topic and description (issue-505, ticket-188)
80     - Fix cropped ticket status indicators (ticket-197)
81     - Fix bug in raw servlet extracting repository out of the path (pr-222, ticket-203)
82     - Improve relative path determiniation using Java 7 Paths (issue-511, ticket-204)
83     changes:
84     - Remove git.streamFileThreshold setting and documentation (ticket-119)    
85     - Update Korean translation (pr-206, ticket-120)
86     - Add additional documentation for web.canonicalUrl (pr-205, issue-453, ticket-121)
87     - Remove Wicket references from non-Wicket packages (ticket-129)
88     - LDAP user accounts now clear email address when unset in LDAP (issue-456, ticket-134)
89     - Update French translation (pr-210, ticket-140)
90     - Update authentication documentation (pr-213, ticket-142)
91     - Pretty print Perl modules (pr-216, ticket-144)
92     - Pretty print C/C++ headers (pr-207, ticket-145)
93     - Do not stamp raw servlet responses with cache-control headers (issue-489, ticket-148)
94     - Treat UTF-9 and UTF-18 (both fake encodings) as UTF-8 (issue-486, ticket-151)
95     - Allow Lucene indexing period to be configurable (ticket-161)
96     - Do not display stacktraces for bad requests in servlets (issue-497, ticket-169)
97     - Preserve branch ref in commits, tree, and docs navbar links (issue-501, ticket-176)
98     - Disable Edit User Page permission checkboxes if admin/fork/create permission is inherited (issue-196, ticket-177)
99     - Explicitly declare page subclasses that reference commits (issue-503, ticket-180)
100     - Explicitly attempt to register BouncyCastle as a JCE provider (ticket-194)
101     - Treat .ico and .jpeg files as images (pr-221, ticket-202)
102     additions:
103     - Add support for GITBLIT_HOME as a -D system property (pr-212, ticket-141, ticket-185)
104     - Add support for GITBLIT_HOME as an environment variable (ticket-193)
105     - Add install script for Fedora (pr-207, ticket-146)
106     - Add NO CHANGE REQUIRED ticket status (ticket-182)
107     dependencyChanges:
108     - JGit 3.5.1
109     - Jetty 9.2.3
110     - SSHD 0.12.0
111     contributors:
112     - Sascha Vogt
113     - Ron Smits
114     - Eric Fairon
115     - Johnny Hughes
116     - Revi
117     - Kyle Gottfried
118     - Berke Viktor
119     - David Ostrovsky
120     - Romain Gagnaire
121     - Koen Serry
122     - Anthony O.
123     - mereth
124     - Michael Legart
125     - Soeren Grunewald
126     - Simon Santoro
127     - fgeorges
128     - robindengen
129     - Robert M. Roberson Jr.
130     - 1988porsche944
131     - Steffen Gebert
132     - gibwar
133     - gato84b
134     - jakob@jboysen
135     - ThanksForAllTheFish
136     - Stephan Krull
137     - jliedy
b77677 138     - Michael Glauche
d4a214 139 }
JM 140
141 #
9b575e 142 # 1.6.0 release
1fbc2c 143 #
ec8bd6 144 r24: {
9b575e 145     title: Gitblit 1.6.0 released
JM 146     id: 1.6.0
147     date: 2014-06-16
2bfea3 148     note: ''
JM 149           The next major release (v1.7.0) will focus on:
150           * ticket-75: making projects more useful including the concept of project ownership
151           
152           This improvement will require a NON-BACKWARDS-COMPATIBLE migration of repository ownership from the RpeositoryModel to the UserModel
153           
154           * ticket-55: facilitating usage of tickets & git-flow in the web ui
155           ''
ec8bd6 156     html: ~
2bfea3 157     text: ''
JM 158           Highlights:
159           
160           * My Tickets page
161           * User Preferences web ui
162           * SSH key management web ui
163           * Basic CRUD pages for ticket milestones
164           * Overhaul repository creation, editing, and empty repository pages
165           
a65e73 166           If you are upgrading, you might consider copying the data/gitignore folder to your ${baseFolder} to allow selection & injection of a .gitignore when creating a repository.
JM 167           
2bfea3 168           The OpenShift Express build has been dropped. You can deploy GO or WAR on Express so this build is no longer necessary.
JM 169           ''
ec8bd6 170     security: ~
fc2230 171     fixes:
2fdb86 172     - Allow ticket responsible selection if anonymous push is enabled (issue-425, ticket-71)
fc2230 173     - Fix failure to generate SSH server keys on ARM (issue-426, ticket-70)
b584e4 174     - Fix flotr2 chart generation failure if a label contained a single-quote (ticket-77)
df0ed8 175     - Fix repository cache refresh after ref deletion/addition (issue-433, ticket-82)
2e6e99 176     - Fixed cache miss on repository model retrieval (pr-185, ticket-83)
35c1d2 177     - Fixed GitBlit static singleton reference in localclone.groovy (issue-436, ticket-84)
099a5d 178     - Removed Ticket responsible team permission exclusion (ticket-87)
4bdf5a 179     - Fixed SSH daemon thread exhaustion (ticket-89)
099a5d 180     - Fixed Ticket responsible selections not considering the AUTHENTICATED authorization control (ticket-91)
deba6e 181     - Fixed invalid generated SSH url for port 22 (issue-444, ticket-98)
845271 182     - Fix cloning repositories with `+` in their names. (revert pr-136, issue-362, ticket-100)
979385 183     - Fixed NPE in GitblitClient (ticket-102)
b4ed66 184     changes:
4d5c38 185     - Split the pages servlet into a raw servlet and a pages servlet. All raw links now use the raw servlet (issue-413, ticket-49)
JM 186     - Drop deprecated --set-upstream syntax for -u (ticket-59)
187     - BARNUM: Prune deleted branches on fetch (git fetch -p) (ticket-60)
188     - BARNUM: Create ticket/N instead of topic/N for pt start N (ticket-61)
b4ed66 189     - Move repository deletion functions to the edit repository page AND allow deletion to be disabled (pr-180, ticket-67)
4d5c38 190     - Update the Korean translation (pr-184, ticket-69)
a65e73 191     - Update the Dutch translation (pr-191)
9e7b14 192     - Overhaul the EmptyRepositoryPage (ticket-73)
b79824 193     - Overhauled the edit repository page (ticket-76)
887300 194     - Process bugtraq links in the ticket description and comments (ticket-78)
bfce9f 195     - Exclude personal repositories from the repositories list, by default (issue-419, ticket-95)
813a1f 196     additions:
4d5c38 197     - Add My Tickets page (issue-215, ticket-15)
JM 198     - Added CRUD functionality for Ticket Milestones (ticket-17)
199     - Implemented Ticket migration tool to move between backends (ticket-19)
c59584 200     - Added extension points for top nav links, root-level pages, repository nav links, user menu links, and http request filters (ticket-23)
c7796e 201     - Added an editor panel in the user profile page to manipulate preferences (issue-108, issue-424, ticket-64)
JM 202     - Added an editor panel in the user profile page to manipulate public SSH keys (ticket-64)
813a1f 203     - Add FORK_REPOSITORY RPC request type (issue-371, pr-161, ticket-65)
9ff0c1 204     - Add object type (ot) parameter for RSS queries to retrieve tag details (pr-165, ticket-66)
4d5c38 205     - Add setting to allow STARTTLS without requiring SMTPS (pr-183)
0047fb 206     - Simplified repository creation, offer simple README generation, and insertion of a pre-defined .gitignore file (ticket-76)
c59584 207     - Added an extension point for monitoring onStartup and onShutdown (ticket-79)
d62d88 208     - Tag server-side merges when incremental push tags are enabled (issue-432, ticket-85)
1b04d7 209     - Add a user preference for the clone transport (ticket-90)
fb9cd5 210     - Add setting to control default thread pool size for miscellaneous background tasks (ticket-92)
a65e73 211     - Add Norwegian transation (pr-186)
JM 212     - Add German translation (pr-192)
5881c4 213     - Add Italian translation (pr-196)
4d5c38 214     dependencyChanges:
JM 215     - Update to javax.mail 1.5.1 (issue-417, ticket-58)
813a1f 216     contributors:
4d5c38 217     - James Moger
JM 218     - David Ostrovsky
813a1f 219     - Manisha Gayathri
9ff0c1 220     - Gerard Smyth
4d5c38 221     - Christian Buisson
JM 222     - Berke Viktor
fc2230 223     - Marcus Hunger
2e6e99 224     - Matthias Cullmann
d62d88 225     - Emmeran Seehuber
bfce9f 226     - Sascha Vogt
a65e73 227     - Carsten Lenz
JM 228     - Matthias Sohn
229     - Leif Jantzen
230     - Stardrad Yin
231     - Jeroen Baten
232     - Dongsu Kim
233     - Karanbir Singh
234     - Tamás Papp
5881c4 235     - GianMaria Romanato
b4ed66 236     settings:
JM 237     - { name: 'web.allowDeletingNonEmptyRepositories', defaultValue: 'true' }
bfce9f 238     - { name: 'web.includePersonalRepositories', defaultValue: 'false' }
4d5c38 239     - { name: 'mail.starttls', defaultValue: 'false' }
fb9cd5 240     - { name: 'execution.defaultThreadPoolSize', defaultValue: '1' }
0047fb 241     - { name: 'git.gitignoreFolder', defaultValue: '${baseFolder}/gitignore' }
ec8bd6 242 }
JM 243
244 #
8db2b5 245 # 1.5.1 release
1fbc2c 246 #
JM 247 r23: {
8db2b5 248     title: Gitblit 1.5.1 released
JM 249     id: 1.5.1
250     date: 2014-05-07
1fbc2c 251     note: ~
JM 252     html: ~
253     text: ~
254     security: ~
ddaed9 255     fixes:
JM 256     - Fix subdirectory links in pages servlet (issue-411)
a1e346 257     - Fix subdirectory navigation in pages servlet (issue-412)
039686 258     - Fix bug in adding invalid or empty SSH keys (ticket-50)
a8100b 259     - Fix forcing default locale to en or LANG_CC for web ui (ticket-51)
16ef06 260     - Fix inconsistency with repository ownership permission checking (ticket-52)
JM 261     - Prevent submission from New|Edit ticket page with empty titles (ticket-53)
ce07c4 262     - Ensure the repository model ref list is refreshed on ref creation or deletion (ticket-54)
4a2752 263     - Fix case-sensitivity error in determining fork network (issue-420, ticket-62)
b016de 264     - Fix transport determination for SSH urls served on port 22 (issue-421, ticket-63)
e22185 265     changes:
JM 266     - improve French translation (pr-176)
ca31f5 267     - simplify current plugin release detection and ignore the currentRelease registry field
JM 268     - split pages servlet into two servlets (issue-413)
1fbc2c 269     additions: ~
646133 270     dependencyChanges:
JM 271     - update to Apache MINA/SSHD 0.11.0 (issue-410)
ca31f5 272     - added Apache Tiki 1.5 (issue-413)
646133 273     contributors:
JM 274     - James Moger
e22185 275     - Julien Kirch
646133 276     - Ralph Hoffman
ddaed9 277     - Olivier Rouits
039686 278     - Owen Nelson
55dc95 279     - Alexander Zabluda
a341a5 280     - Philipp Beckmann
b016de 281     - Jakob Boysen
1fbc2c 282 }
JM 283
284 #
e2a915 285 # 1.5.0 release
5754cd 286 #
JM 287 r22: {
e2a915 288     title: Gitblit 1.5.0 released
JM 289     id: 1.5.0
290     date: 2014-04-17
cff7cc 291     note: Gitblit now requires Java 7 for build & runtime.
5754cd 292     html: ~
a57d0c 293     text: ''
JM 294           MAJOR Release.
295
296           * Integrated SSH daemon based on Apache Mina/SSHD and Gerrit
297           * Basic plugin management framework and plugin registry, limited extension points
298           * Replace GoogleCharts with a self-hosted copy of the flotr2 charting library
299           * Move to Java 7, some dependencies require this
300           * Move to Jetty 9, dropped AJP feature because it was removed upstream
301           ''
5754cd 302     security: ~
fcaeaa 303     fixes:
478ba8 304     - Repository mailing lists could not be reset from the Edit Repository page (issue-399)
4263c2 305     - Fix intermittent NPE in determining commit date in RefModel (issue-401)
ee4ef4 306     - Fix closing ticket on push by parsing commit messages for closes|fixes (issue-404)
f254ee 307     - Fix diffstat display for a ticket with a pending submodule change (issue-407)
fcaeaa 308     - Ensure the Lucene ticket index is updated on repository deletion.
4d537b 309     - Fixed failure to properly determine hasTicket in RedisTicketService
f254ee 310     - Fixed handling of pushing ticket branch deletions
e4b0ae 311     changes:
679a44 312     - Switch from GoogleCharts to self-hosted flotr2 charts (issue-283, ticket-43, pr-166)
eb9318 313     - Specify the --dailyLogFile option for the Ubuntu and CentOS service scripts (issue-348)
ef4c45 314     - Improve logging for missing LDAP uid attribute when synchronizing (issue-394)
beb021 315     - The ticket close-on-push commit message regular expression is now configurable by a setting (issue-404)
7febf5 316     - Redirect to summary page on edit repository (issue-405)
eb9318 317     - Option to allow LDAP users to directly authenticate without performing LDAP searches (pr-162)
50380b 318     - Replace JCommander with args4j to be consistent with other tools (ticket-28)
e9872c 319     - Sort repository urls by descending permissions and by transport security within equal permissions
9ef027 320     - Move to Java 7 & updated to Jetty 9.1.4
JM 321     - dropped AJP support because it has been removed from upstream Jetty
322     - dropped settings: server.useNio, server.ajpPort, server.ajpBindInterface
323     - dropped GO parameters: --ajpPort, --useNio
21be4b 324     additions:
bfa998 325     - Added an SSH daemon with public key authentication (issue-369, ticket-6)
JM 326     - Added beginnings of a plugin framework for extending Gitblit (issue-381, ticket-23)
50380b 327     - Added a French translation (pr-163)
e9872c 328     - Added a setting to control what transports may be used for pushes
7baf2e 329     - Expose JGit 3.x receive pack settings (issue-408)
50380b 330     dependencyChanges:
cff7cc 331     - Java 7
9ef027 332     - Jetty 9.1.4
50380b 333     - args4j 2.0.26
a0cefe 334     - JGit 3.3.1
8ec063 335     - Mina SSHD 0.10.1
2d73a0 336     - pf4j 0.8.0
a4f7cc 337     - SLF4J 1.7.5
21be4b 338     contributors:
50380b 339     - James Moger
JM 340     - David Ostrovsky
21be4b 341     - Johann Ollivier-Lapeyre
e4b0ae 342     - Jeremie Brebec
679a44 343     - Tim Ryan
70aece 344     - Decebal Suiu
2d73a0 345     - Eric Myrhe
84f435 346     - Kevin Walter
e4b0ae 347     settings:
J 348     - { name: 'realm.ldap.bindpattern', defaultValue: ' ' }
beb021 349     - { name: 'tickets.closeOnPushCommitMessageRegex', defaultValue: '(?:fixes|closes)[\\s-]+#?(\\d+)' }
e9872c 350     - { name: 'git.acceptedPushTransports', defaultValue: ' ' }
7baf2e 351     - { name: 'git.checkReceivedObjects', defaultValue: 'true' }
JM 352     - { name: 'git.checkReferencedObjectsAreReachable', defaultValue: 'true' }
353     - { name: 'git.maxObjectSizeLimit', defaultValue: '0' }
354     - { name: 'git.maxPackSizeLimit', defaultValue: '-1' }
bfa998 355     - { name: 'git.sshPort', defaultValue: '29418' }
JM 356     - { name: 'git.sshBindInterface', defaultValue: ' ' }
357     - { name: 'git.sshKeysManager', defaultValue: 'com.gitblit.transport.ssh.FileKeyManager' }
358     - { name: 'git.sshKeysFolder', defaultValue: '${baseFolder}/ssh' }
359     - { name: 'git.sshBackend', defaultValue: 'NIO2' }
360     - { name: 'git.sshCommandStartThreads', defaultValue: '2' }
361     - { name: 'plugins.folder', defaultValue: '${baseFolder}/plugins' }
a57d0c 362     - { name: 'plugins.registry', defaultValue: 'http://plugins.gitblit.com/plugins.json' }
5754cd 363 }
JM 364
365 #
593a6f 366 # 1.4.1 release
19b98b 367 #
JM 368 r21: {
593a6f 369     title: Gitblit 1.4.1 released
JM 370     id: 1.4.1
371     date: 2014-03-18
af2c4a 372     note: "The default access restriction has been elevated from NONE to PUSH and anonymous push access has been disabled by default."
19b98b 373     html: ~
af2c4a 374     text: ''
JM 375           !! IMPORTANT BUG FIX FOR EXTERNAL AUTHENTICATION (1.4.1) !!
376           
377           This is a MAJOR release (1.4.0).
378           
379           The entire core has been refactored to be more modular.  Authentication providers have all been refactored to be simpler.  Both of these were precursor requirements for landing the Tickets feature -- issue tracker & branch-based pull requests.
380           
381           Markup rendering has been improved and expanded to several additional formats.  A repository mirroring service  has been added to allow you to automatically track public repositories.  Commit pages now indicate diffstat information and many bug fixes and smaller features have been introduced.
382           
383           The groundwork has also been laid for SSH support which will be in the focal point for the next major release (ticket-6).
384           
385           Due to the enormity of these changes, please make a backup copy of users.conf before updating.''
386     security:
387     - Fix major authentication security hole when using external authentication providers (issue-387, ticket-35)
3be8f9 388     fixes:
af2c4a 389     - Fixed incorrect branch ref in Ticket page for symlinks (issue-383, ticket-32)
JM 390     - Fix NPE in FileTicketService (issue-386, ticket-34)
391     - Watch list push parameters were now always honored (ticket-30)
392     - Watch list push parameters were not always validated (ticket-29)
393     - Truncated tag messages in the tag panel did not have proper tooltips (ticket-31)
394     - Fix merging GO runtime settings with command-line override settings (ticket-33)
395     - Fix ticket page IOBE on Ticket page when Gitblit is not serving repositories (ticket-27)
396     - Exclude ticket branches when forking a repository (ticket-26)
397     - Workaround pegdown bug and improve relative image path processing (ticket-24)
3be8f9 398     - Disable Ticket review functions in read-only repositories (mirror, frozen, etc)
JM 399     - Fix incorrect git fetch instructions in Ticket email notifications
400     - Fix Ticket email notification recipients to include repository owners
401     - Fix Ticket propose instructions to branch from origin/{integrationBranch}
af2c4a 402     changes:
JM 403     - Add closed status for milestones and abandoned status for tickets (ticket-25)
19b98b 404     additions: ~
JM 405     dependencyChanges: ~
3be8f9 406     contributors:
JM 407     - James Moger
408     - David Ostrovsky
409     - Liyu Wang
19b98b 410 }
JM 411
412 #
6196cb 413 # 1.4.0 release
6b80a2 414 #
JM 415 r20: {
6196cb 416     title: Gitblit 1.4.0 released
JM 417     id: 1.4.0
418     date: 2014-03-09
d02011 419     note: "The default access restriction has been elevated from NONE to PUSH and anonymous push access has been disabled by default."
6b80a2 420     html: ~
d02011 421     text: ''
cb7e37 422           This is a MAJOR release.
d02011 423           
cb7e37 424           The entire core has been refactored to be more modular.  Authentication providers have all been refactored to be simpler.  Both of these were precursor requirements for landing the Tickets feature -- issue tracker & branch-based pull requests.
JM 425           
426           Markup rendering has been improved and expanded to several additional formats.  A repository mirroring service  has been added to allow you to automatically track public repositories.  Commit pages now indicate diffstat information and many bug fixes and smaller features have been introduced.
427           
428           The groundwork has also been laid for SSH support which will be in the focal point for the next major release (ticket-6).
429           
430           Due to the enormity of these changes, please make a backup copy of users.conf before updating.''
7ab32b 431     security:
d02011 432     - issue-361: Cookies were not reset on administrative password change of a user account. This allowed accounts with changed passwords to continue authenticating. Cookies are now reset on password changes, they are validated on each page request, AND they will now expire 7 days after generation.
bb6b14 433     fixes:
5131d6 434     - Fixed incorrect tagger attribution in the dashboard (issue-276)
2a8ea0 435     - Fixed support for implied SSH urls in web.otherUrls (issue-311)
ba2f9a 436     - Fixed injection of unnecessary explicit CLONE permissions for a fork when users or teams already had implied regex permissions (issue-320)
237fae 437     - Bind LDAP connection after establishing TLS initialization (issue-343)
67389b 438     - Fixed NPE when attempting to add a permission without a registrant (issue-344)
381137 439     - Invalidate all cached repository data on "clear cache" (issue-346)
09bcb2 440     - Fix chart failures when an apostrophe is in a user display name (issue-350, pr-128)
b23b67 441     - Fix exception in create repository when not selecting a garbage collection period (issue-366)
9fcd4f 442     - Stop setting admin permission based on undocumented Redmine REST API behavior (issue-368)
eb0f7e 443     - Fix compage page failure when a submodule is changed in the commit range (issue-375)
158242 444     - Fix support url decoding with non-ascii characters (pr-136)
bb6b14 445     - Fix potential NPE on removing uncached repository from cache
557a1f 446     - Ignore the default contents of .git/description file
e19089 447     - Fix error on generating activity page when there is no activity
9996f7 448     - Fix raw page content type of binaries when running behind a reverse proxy
4fb2c0 449     - Fix author search links from compare pages
bb6b14 450     changes:
d02011 451     - Gitblit now rejects pushes to identified mirror repositories (issue-5)
bb6b14 452     - Personal repository prefix (~) is now configurable (issue-265)
04a985 453     - Refactored user services and separated authentication into providers (issue-281)
4f0f65 454     - Reversed line links in blob view (issue-309)
cbe684 455     - Dashboard and Activity pages now obey the web.generateActivityGraph setting (issue-310)
7535eb 456     - Do not log passwords on failed authentication attempts (issue-316)
6659fa 457     - LDAP synchronization is now scheduled rather than on-demand (issue-336)
37d5b7 458     - Show displayname and username in palettes (issue-364)
bb6b14 459     - Updated default binary and Lucene ignore extensions
06718b 460     - Change the WAR baseFolder context parameter to a JNDI env-entry to improve enterprise deployments
b4f946 461     - Removed internal Gitblit ref exclusions in the upload pack
90d5e0 462     - Removed "show readme" setting in favor of automatic detection
d02011 463     - README files are not shown on the summary page by default, this can be restored with web.summaryShowReadme
c44dd0 464     - Support plain text, markdown, confluence, mediawiki, textile, tracwiki, or twiki "readme" files
ab1e11 465     - Determine best commit id (e.g. "master") for the tree and docs pages and use that in links
c44dd0 466     - By default GO will now bind to all interfaces for both http and https connectors.  This simplifies setup for first-time users.    
064857 467     - Removed docs indicator on the repositories page
445b72 468     - Removed the repository setting to enable Markdown document enumeration, this is now automatic and expanded
e1b00b 469     - Retrieve LDAP groups with dereferencing aliases (pr-122)
f19b78 470     - Revised committer verification to require a matching displayname or account name AND the email address
c5069a 471     - Serve repositories on both /r and /git, displaying /r because it is shorter
1f3dff 472     - Eliminate HEAD from the blob, blame, and tree pages. That assumed a resource was available in HEAD and it may not be.
94e12c 473     - Eliminate Gravatar profile linking.
c134a0 474     - Moved Gitblit reflog from refs/gitblit/reflog to refs/meta/gitblit/reflog
3dfe07 475     - Updated Spanish translation
JM 476     - Updated Simplified Chinese translation
477     - Updated Dutch translation
478     - Updated Korean translation
9ae71a 479     additions:
e3733c 480     - Added color modes for the blame page (issue-2)
d02011 481     - Added an optional MirrorService which will periodically fetch ref updates from source repositories for mirrors (issue-5).  Repositories must be manually cloned using native git and "--mirror".
f084f4 482     - Added branch graph image servlet based on EGit's branch graph renderer (issue-194)
91d3b0 483     - Added option to render Markdown commit messages (issue-203)
5e3521 484     - Added Ticket tracker and Patchset collaboration feature (issue-215) 
9ae71a 485     - Added setting to control creating a repository as --shared on Unix servers (issue-263)
307910 486     - Set Link: <url>; rel="canonical" http header for SEO (issue-304)
c95e30 487     - Added raw links to the commit, commitdiff, and compare pages (issue-319)
a7317a 488     - Support intradocument linking in Markdown content using [[WikiLinks]] syntax (issue-324)
0c0bb9 489     - Support Markdown image links relative to the repository root (issue-324)
aa61fc 490     - Added filesystem write permission check (issue-345)
JM 491     - Added GO launch parameter for redirecting logging to a rolling, daily log file (issue-348)
fa38a1 492     - Added settings to Windows authentication provider to permit/prohibit BUILTIN\Administrators from being Gitblit Admins (issue-354)
d02011 493     - Added canonical url setting for email notifications and web display
c05da6 494     - Support rendering confluence, mediawiki, textile, tracwiki, and twiki markup documents
629806 495     - Added setting to globally disable anonymous pushes in the receive pack
319342 496     - Added a normalized diffstat display to the commit, commitdiff, and compare pages
9c7bb3 497     - Added GO setting to automatically redirect all http requests to the secure https connector
e13171 498     - Automatically display common repository root documents as tabs on the docs page
d02011 499     - Support bugtraq configuration in collaboration with Syntevo,  the regex.* config keys are now DEPRECATED
158242 500     - Added FishEye hook script (pr-137)
0dfb98 501     - Added Redmine Fetch hook script (issue-359)
f6a8cf 502     - Added Subgit hook contributed by TMate Software
9aa119 503     - Added function to retain a user account but prohibit authentication. This is an alternative to deleting a user account.
5ec752 504     - Added setting to hide the top-level navigation header to facilitate embedding Gitblit in something else.
3dfe07 505     - Added RPC request to reindex tickets
3462cf 506     dependencyChanges:
d65a6b 507     - updated to Jetty 8.1.13
f0950d 508     - updated to JGit 3.3.0
db9832 509     - updated to Lucene 4.6.0
644667 510     - updated to BouncyCastle 1.49
0c0bb9 511     - replaced MarkdownPapers with pegdown 1.4.2
65d5bb 512     - added Dagger 1.1.0
c05da6 513     - added Eclipse WikiText libraries for processing confluence, mediawiki, textile, tracwiki, and twiki
1ea553 514     - added FontAwesome 4.0.3
5e3521 515     - added Jedis 2.3.1
9ae71a 516     settings:
JM 517     - { name: 'git.createRepositoriesShared', defaultValue: 'false' }
b32502 518     - { name: 'git.allowAnonymousPushes', defaultValue: 'false' }
JM 519     - { name: 'git.defaultAccessRestriction', defaultValue: 'PUSH' }
d02011 520     - { name: 'git.enableMirroring', defaultValue: 'false' }
c44dd0 521     - { name: 'git.mirrorPeriod', defaultValue: '30 mins' }
d02011 522     - { name: 'git.userRepositoryPrefix', defaultValue: '~' }
04a985 523     - { name: 'realm.authenticationProviders', defaultValue: ' ' }
6659fa 524     - { name: 'realm.ldap.groupEmptyMemberPattern', defaultValue: '(&(objectClass=group)(!(member=*)))' }
JM 525     - { name: 'realm.ldap.synchronize', defaultValue: 'false' }
526     - { name: 'realm.ldap.syncPeriod', defaultValue: '5 MINUTES' }
527     - { name: 'realm.ldap.removeDeletedUsers', defaultValue: 'true' }
fa38a1 528     - { name: 'realm.windows.permitBuiltInAdministrators', defaultValue: 'true' }
d02011 529     - { name: 'web.canonicalUrl', defaultValue: ' ' }
91d3b0 530     - { name: 'web.commitMessageRenderer', defaultValue: 'plain' }
e13171 531     - { name: 'web.documents', defaultValue: 'readme home index changelog contributing submitting_patches copying license notice authors' }
5ec752 532     - { name: 'web.hideHeader', defaultValue: 'false' }
f084f4 533     - { name: 'web.showBranchGraph', defaultValue: 'true' }
fab099 534     - { name: 'web.summaryShowReadme', defaultValue: 'false' }
04a985 535     - { name: 'server.redirectToHttpsPort', defaultValue: 'false' }
5e3521 536     - { name: 'tickets.service', defaultValue: ' ' }
JM 537     - { name: 'tickets.acceptNewTickets', defaultValue: 'true' }
538     - { name: 'tickets.acceptNewPatchsets', defaultValue: 'true' }
539     - { name: 'tickets.requireApproval', defaultValue: 'false' }
bb6b14 540     contributors:
JM 541     - James Moger
542     - Robin Rosenberg
543     - Klaus Nuber
544     - Florian Zschocke
91d3b0 545     - Bret Ikehara
2a8ea0 546     - Chad Horohoe
JM 547     - Domingo Oropeza
06718b 548     - Chris Graham
237fae 549     - Guenter Dressel
67389b 550     - fpeters.fae
db9832 551     - David Ostrovsky
e3733c 552     - Alex Lewis
c6f3d0 553     - Marc Strapetz
21ca9d 554     - Benjamin Asbach
JM 555     - Alfred Schmid
5131d6 556     - Gareth Collins
21ca9d 557     - Martijn van der Kleijn
0dfb98 558     - Berke Viktor
158242 559     - Vitaly Litvak
JM 560     - Matthias Cullman
eb0f7e 561     - Eduardo Guervós Narvaez
058ed1 562     - Stardrad Yin
JM 563     - Markus Foempe
564     - Nasrollah Kavian
565     - M. Holmquist
566     - Stephan Krull
567     - Duncan Jauncey
568     - Rhys Evans
569     - Michael Wowro
570     - I. Tagliani
571     - Rick Sladkey
572     - Matthias Cullman
573     - Johann Fischer
574     - Tamás Papp
3dfe07 575     - Liyu Wang
JM 576     - Jeroen Baten
577     - Dongsu, KIM
6b80a2 578 }
JM 579
580 #
8eaf84 581 # 1.3.2 release
f1e5dc 582 #
JM 583 r19: {
8eaf84 584     title: Gitblit 1.3.2 released
JM 585     id: 1.3.2
586     date: 2013-08-22
f1e5dc 587     note: ~
JM 588     html: ~
589     text: ~
590     security: ~
e523d7 591     fixes:
JM 592     - Fixed Gitblit Authority startup failures when using alternate user services (issue-280)
593     - Manually redirect after branch deletion (issue 282)
005a65 594     - Simplify when repository size is calculated to ensure we have one IF we want one (issue-295)
7d2240 595     - Fixed anonymous LDAP connections (issue-297)
88ec32 596     - Improved branch deletion-reflog interaction
c1aa59 597     - Encode page url parameters as UTF-8
JM 598     - Encode filename for binary files on RawPage according to browser
599     - Added pptx extension for tree page icon lookup
bba300 600     - Fixed project links on dashboard page when web.mountParameters=false
f1e5dc 601     changes: ~
da7151 602     additions:
OL 603     - Add setting for maximum number of days of activity to that may be requested
a0c34e 604     - Added HtpasswdUserService to authenticate users against an htpasswd file
7838fc 605     - Automatically maintain the .git/description file used by some other tooling
a0c34e 606     dependencyChanges:
FZ 607     - Added commons-codec 1.7
c1aa59 608     contributors:
JM 609     - github/guriguri
bba300 610     - Doug Ayers
da7151 611     - Ori Livneh
a0c34e 612     - Florian Zschocke
7d2240 613     - Tito Nobre
005a65 614     - Hugo Questroy
da7151 615     settings:
OL 616     - { name: 'web.activityDurationMaximum', defaultValue: 30 }
a0c34e 617     - { name: 'realm.htpasswd.userFile', defaultValue: '${baseFolder}/htpasswd' }
FZ 618     - { name: 'realm.htpasswd.overrideLocalAuthentication', defaultValue: 'false' }
f1e5dc 619 }
JM 620
621 #
e05f22 622 # 1.3.1 release
da34e5 623 #
JM 624 r18: {
e05f22 625     title: Gitblit 1.3.1 released
JM 626     id: 1.3.1
627     date: 2013-07-24
515b6d 628     note: ''
JM 629           If you have forked repositories and your are upgrading from 1.2.x to 1.3.x, please DO NOT RELOCATE your repositories folder when running 1.3.x the first time.  Gitblit will update forked repository configs on the first execution and it is critical that ${git.repositoriesFolder} points to the same location used by 1.2.x.
630           ''
da34e5 631     html: ~
JM 632     text: ~
633     security: ~
8f6e67 634     fixes:
JM 635     - Gitblit-as-viewer with no repository urls failed to display summary page (issue 269)
d22773 636     - Fixed incorrect tagger in the dashboard pages (issue-276)
JM 637     - Automatically decode %7E in repository names from git clients that encode ~ (issue-278)
adc821 638     - Fixed missing Keys class in WAR and Express builds
c8e08d 639     - Fixed missing model class dependencies in Gitblit Manager build
009656 640     - Fix for IE10 compatibility mode
f01bc5 641     - Reset dashboard and activity commit cache on branch REWIND or DELETE
34d1fd 642     - Fixed bug with adding new local users with external authentication
009656 643     - Fixed missing clone url on the empty repository page
5392d7 644     - Fixed Ubuntu service script for LSB compliance
JM 645     - Inserted "sleep 5" in Ubuntu & Centos bash script for service restart
646     changes:    
271a68 647     - Use trash icon in Gitblit Reflog for branch and tag deletion
JM 648     - Update Gitblit Reflog on branch deletion from web UI
adc821 649     - Updated Chinese translation
JM 650     - Updated Dutch translation
651     - Updated Spanish translation
652     - Updated Korean translation
653     - Updated Brazilian Portuguese translation
a7db57 654     additions:
adc821 655     - Added optional browser-side page caching using Last-Modified and Cache-Control for the dashboard, activity, project, and several repository pages (issue-274)
a5ae3d 656     - Added a GET_USER request type for the RPC mechanism (issue-275)
2659e7 657     - Added PAMUserService to authenticate against a local Linux/Unix/MacOSX server
7ad6d3 658     dependencyChanges:
adc821 659     - Added libpam4j 1.7
a7db57 660     settings:
JM 661     - { name: 'web.pageCacheExpires', defaultValue: 0 }
2659e7 662     - { name: 'realm.pam.backingUserService', defaultValue: 'users.conf' }
JM 663     - { name: 'realm.pam.serviceName', defaultValue: 'system-auth' }
f10286 664     contributors:
JM 665     - Rainer Alföldi 
666     - Liyu Wang
58708c 667     - Jeroen Baten
f10286 668     - James Moger
88889c 669     - Stardrad Yin
a7db57 670     - Chad Horohoe
009656 671     - Eduardo Guervós Narvaez
JM 672     - Dongsu, KIM
9051a6 673     - Gareth Collins
f86d1d 674     - Rafael Cavazin
5392d7 675     - Tamás Papp
JM 676     - Florian Zschocke
a5ae3d 677     - Amélie Benoit
fd9086 678     - Gustavo Henrique
da34e5 679 }
JM 680
681 #
37dc9d 682 # 1.3.0
JM 683 #
684 r17: {
685     title: Gitblit 1.3.0 Released
686     id: 1.3.0
687     date: 2013-07-14
688     html: ''
689           Release highlights include:
690           <ul>
691           <li>integrated git daemon</li>
692           <li>compare refs or commits page</li>
693           <li>completed the Gitblit reflog (formerly pushlog) introduced in 1.2.1</li>
694           <li>added new dashboard pages</li>
695           <li>added a stars feature</li>
696           <li>improved the repository url panel to show your access permission and to offer native app clone links</li>
697           <li>improved navigation and theme</li>
698           <li>customizable page header colors and logo</li>
699           <li>recent activity commit caching to improve performance of dashboard and activity pages</li>
700           <li>Windows authentication</li>
701           <li>Salesforce.com authentication</li>
702           <li>lots of bug fixes</li>
703           </ul>
704           <p> </p>
705           Thank you to <a href="http://syntevo.com">syntevo</a>, <a href="http://atlassian.com">Atlassian</a>, <a href="http://fournova.com">fournova</a>, and <a href="http://github.com">Github</a> for their permission and use of their artwork for the native app clone menus.
706           ''
707     note: ''
708           If you have forked repositories and your are upgrading to 1.3.0, please DO NOT RELOCATE your repositories folder when running 1.3.0 the first time.  Gitblit will update forked repository configs on the first execution and it is critical that ${git.repositoriesFolder} points to the same location used by 1.2.x.
709           ''
710     security:
711     - Raw servlet was insecure. If someone knew the exact repository name and path to a file, the raw blob could be retrieved bypassing security constraints. (issue 198)
712     fixes:
713      - Use bash instead of sh in Linux/OSX shell scripts (issue 154)
714      - Fix NPE when getting user's fork without repository list caching (issue 182)
715      - Fix internal error on folder history links (issue 192)
716      - Fix NPE in repositories panel when viewing a federation proposal (issue 195)
717      - Fix NPEs when initializing the context on a servlet containers which returns a null contextFolder (issue 199)
718      - Fixed incorrect icon file name for .doc files (issue 200)
719      - Do not queue emails with no recipients (issue 201)
720      - Disable view and blame links for deleted blobs (issue 216)
721      - Fixed 1.2.x regression with individually symlinked repositories (issue 217)
722      - Fixed UTF-8 encoding errors in email notifications (issue 218)
723      - Fixed NPE in 1.2.1 Federation Client (issue 219)
724      - Fixed extracting Groovy scripts on Express installs (issue 220)
725      - Ensure Redmine url is properly formatted (issue 223)
726      - Use standard ServletRequestWrapper instead of custom wrapper (issue 224)
727      - Switch commit message back to a pre and ensure that it is properly escaped when combined with commit message regex substitution (issue 242)
728      - Fixed AddIndexedBranch tool --branch parameter (issue 247)  
729      - Improve NPE handling for hook script enumeration (issue-253)
730      - Workaround missing commit information in blame page (JGit bug 374382, issue-254) 
731      - Ignore orphan ".git" folder in the repositories root folder (issue-256)
732      - Fixed bug where a null permission was added to a user model on a repository rename when the permission had really been inherited from a team membership (issue-259)
733      - Fixed committer verification with merge commits (issue-264)
734      - Fixed bug in submodule repository linking (issue-266)
735      - Could not reset settings with $ or { characters through Gitblit Manager because they are not properly escaped
736      - Added more error checking to blob page and blame page
737      - Disable SNI extensions for client SSL connections
738      - Fixed prettify language extension loading
739      - Fixed index out of bounds exceptions when generating client certificates for a user when the user's table has been filtered
740      - Fixed AddindexedBranch tool when specifying the non-default branch.
741      - Fixed submodule diff display
742
743     changes:
744      - Retrieve summary and metric graphs from Google over https (issue-61)
745      - Persist originRepository (for forks) in the repository config instead of relying on parsing origin urls which are susceptible to filesystem relocation (issue 190) 
746      - Improved error logging for servlet containers which provide a null contextFolder (issue 199)
747      - Improve Gerrit change ref decoration in the refs panel (issue 206)
748      - Display full commit message on commitdiff page (issue-258)
749      - Improved the repository url display.  This display now indicates your repository access permission, per-protocol.
750      - Automatically encode/decode usernames for urls using %XX notation on space, @, and \
751       - Disable Gson's pretty printing which has a huge performance gain
752      - Properly set application/json content-type on api calls
753      - Make days back filter choices a setting
754      - Changed default days back filter setting to 7 days
755      - Set rel="nofollow" on compressed download links
756      - Improved page title
757      - Updated Polish translation
758      - Updated Japanese translation
759      
760     additions: 
761      - Added a ui for the ref log introduced in 1.2.1 (issue-177)
762      - Added weblogic.xml to WAR for deployment on WebLogic (issue 199)
763      - Support setting a custom header logo (issue 208)
764      - Support header color customizations (issue 209)
765      - Support username substitution in web.otherUrls (issue 213)
766      - Option to force client-side basic authentication instead of form-based authentication if web.authenticateViewPages=true (issue 222)
767      - Set author as tooltip of last change column in the repositories panel (issue-238)
768      - Setting to automatically create an user account based on an authenticated user principal from the servlet container (issue-246)
769      - Added WindowsUserService to authenticate users against Windows accounts (issue-250)
770      - Global and per-repository setting to exclude authors from metrics (issue-251)
771      - Added commit cache to improve Activity, Dashboard, and Project page generation times
772      - Added SalesForce.com user service
773      - Added simple star/unstar function to flag or bookmark interesting repositories
774      - Added Dashboard page which shows a news feed for starred repositories and offers a filterable list of repositories you care about
775      - Added client application menus for Git, SmartGit/Hg, SourceTree, Tower, GitHub for Windows, and GitHub for Mac
776      - Added GO http/https connector thread pool size setting
777      - Added a server setting to force a particular translation/Locale for all sessions
778      - Added smart Git Daemon serving.  If enabled, git:// access will be offered for any repository which permits anonymous access.  If the repository permits anonymous cloning, anonymous git:// clone will be permitted while anonmymous git:// pushes will be rejected.
779      - Option to automatically tag branch tips on each push with an incremental revision number
780      - Implemented multiple repository owners
781      - Optional periodic LDAP user and team pre-fetching & synchronization
782      - Added config setting to use SMTPS
783      - Added option to index all local branches in AddIndexedBranches tool
784      - Display name and version in Tomcat Manager
785      - FogBugz post-receive hook script
786      - Chinese translation
787      - Support --baseFolder parameter in Federation Client
788
789     contributors:
790     - James Moger
791     - Bandarupalli Satyanarayana
792     - Chad Horohoe
793     - Christian Aistleitner
794     - Colin Bowern
795     - David Ostrovsky
796     - Egbert Teeselink
797     - Hige Maniya
798     - Hirotaka Honma
799     - Ikslawek
800     - Jay Meyer
801     - John Crygier
802     - Kensuke Matsuzaki
803     - Laurens Vrijnsen
804     - Lee Grofit
805     - Lukasz Jader
806     - Martijn Laan
807     - Matthias Bauer
808     - Michael Pailloncy
809     - Michael Schaefers
810     - Oliver Doepner
811     - Philip Boutros
812     - Rafael Cavazin
813     - Ryan Schneider
814     - Sakurai Youhei
815     - Sarah Haselbauer
816     - Slawomir Bochenski
817     - Stardrad Yin
818     - Thomas Pummer
819     - William Whittle
820     - Yukihiko Sawanobori
821     - github/akquinet
822     - github/dapengme
823     
824     dependencyChanges:
825     - JGit 3.0.0.201306101825-r
826     - Iconic font
827     - AngularJS 1.0.7
828     - FreeMarker 2.3.19
829     - Waffle 1.5
830     - JNA 3.5.0
831     - Guava 13.0.1
832     
833     settings:
834     - { name: 'git.daemonBindInterface', defaultValue: 'localhost' }
835     - { name: 'git.daemonPort', defaultValue: 0 }
836     - { name: 'git.defaultIncrementalPushTagPrefix', defaultValue: 'r' }
837     - { name: 'mail.smtps', defaultValue: 'false' }
838     - { name: 'realm.container.autoCreateAccounts', defaultValue: 'false' }
839     - { name: 'realm.salesforce.backingUserService', defaultValue: 'users.conf' }
840     - { name: 'realm.salesforce.orgId', defaultValue: 0 }
841     - { name: 'realm.windows.defaultDomain', defaultValue: ' ' }
842     - { name: 'realm.windows.backingUserService', defaultValue: 'users.conf' }
843     - { name: 'web.activityDuration', defaultValue: 7 }
844     - { name: 'web.activityDurationChoices', defaultValue: '1 3 7 14 21 28' }
845     - { name: 'web.activityCacheDays', defaultValue: 14 }
846     - { name: 'web.allowAppCloneLinks', defaultValue: 'true' }
847     - { name: 'web.forceDefaultLocale', defaultValue: ' ' }
848     - { name: 'web.headerLogo', defaultValue: '${baseFolder}/logo.png' }
849     - { name: 'web.headerBackgroundColor', defaultValue: ' ' }
850     - { name: 'web.headerForegroundColor', defaultValue: ' ' }
851     - { name: 'web.headerHoverColor', defaultValue: ' ' }
852     - { name: 'web.headerBorderColor', defaultValue: ' ' }
853     - { name: 'web.headerBorderFocusColor', defaultValue: ' ' }
854     - { name: 'web.metricAuthorExclusions', defaultValue: ' ' }
855     - { name: 'web.overviewReflogCount', defaultValue: 5 }
856     - { name: 'web.reflogChangesPerPage', defaultValue: 10 }
857     - { name: 'server.nioThreadPoolSize', defaultValue: 50 }
858 }
859
860 #
861 # 1.2.1
862 #
863 r16: {
864     title: Gitblit 1.2.1 Released
865     id: 1.2.1
866     date: 2013-01-15
867     html: ''
868           Because there are now several types of files and folders that must be considered Gitblit data, the default location for data has changed.
869           <p />
870           You will need to move a few files around when upgrading.  Please review the <a href="upgrade_go.html">upgrading GO</a> or <a href="upgrade_war.html">upgrading WAR</a> page for details.
871           <p />
872           <b>Express Users</b> make sure to update your web.xml file with the ${baseFolder} values!          
873           ''
874     fixes:
875     - Fixed nullpointer on recursively calculating folder sizes when there is a named pipe or symlink in the hierarchy
876     - Added nullchecking when concurrently forking a repository and trying to display the fork network (issue-187)
877     - Fixed bug where permission changes were not visible in the web ui to a logged-in user until the user logged-out and then logged back in again (issue-186)
878     - Fixed nullpointer on creating a repository with mixed case (issue 185)
879     - Include missing model classes in api library (issue-184)
880     - Fixed nullpointer when using *web.allowForking = true* && *git.cacheRepositoryList = false* (issue 182)
881     - Likely fix for commit and commitdiff page failures when a submodule reference changes (issue 178)
882     - Build project models from the repository model cache, when possible, to reduce page load time (issue 172)
883     - Fixed loading of Brazilian Portuguese translation from *nix server
884
885     additions:
886     - ''Fanout PubSub service for self-hosted [Sparkleshare](http://sparkleshare.org) notifications.
887       This service is disabled by default.''
888     - ''Implemented a simple push log based on a hidden, orphan branch refs/gitblit/pushes (issue 177)
889       The push log is not currently visible in the ui, but the data will be collected and it will be exposed to the ui in the next release.''
890     - Support for locally and remotely authenticated accounts in LdapUserService and RedmineUserService (issue 183)
891     - Added Dutch translation
892
893     changes:
894     - ''Gitblit GO and Gitblit WAR are now both configured by `gitblit.properties`. WAR is no longer configured by `web.xml`.
895       However, Express for OpenShift continues to be configured by `web.xml`.''
896     - Support for a *--baseFolder* command-line argument for Gitblit GO and Gitblit Certificate Authority
897     - Support for specifying a *${baseFolder}* parameter in `gitblit.properties` and `web.xml` for several settings
898     - Improve history display of a submodule link
899     - Updated Korean translation
900     - Updated checkstyle definition
901     
902     settings:
903     - { name: fanout.bindInterface, defaultValue: localhost }
904     - { name: fanout.port, defaultValue: 0 }
905     - { name: fanout.useNio, defaultValue: 'true' }
906     - { name: fanout.connectionLimit, defaultValue: 0 }
907
908     contributors:
909     - James Moger
910     - github/mystygage
009656 911     - Dongsu, KIM
JM 912     - Jeroen Baten
37dc9d 913     - github/inaiat
JM 914 }
915
916 #
917 # 1.2.0
918 #
919 r15: {
920     title: Gitblit 1.2.0 Released
921     id: 1.2.0
922     date: 2012-12-31
923     note: ''
924           The permissions model has changed in the 1.2.0 release.
925           If you are updating your server, you must also update any Gitblit Manager and Federation Client installs to 1.2.0 as well.  The data model used by the RPC mechanism has changed slightly for the new permissions infrastructure.
926           ''
927     fixes:
928     - Fixed regression in *isFrozen* (issue 181)
929     - Author metrics can be broken by newlines in email addresses from converted repositories (issue 176)
930     - Set subjectAlternativeName on generated SSL cert if CN is an ip address (issue 170)
931     - Fixed incorrect links on history page for files not in the current/active commit (issue 166)
932     - Empty repository page failed to handle missing repository (issue 160)
933     - Fixed broken ticgit urls (issue 157)
934     - Exclude submodules from zip downloads (issue 151)
935     - Fixed bug where repository ownership was not updated on rename user
936     - Fixed bug in create/rename repository if you explicitly specified the alias for the root group (e.g. main/myrepo) (issue 143)
937     - Wrapped Markdown parser with improved exception handler (issue 142)
938     - Fixed duplicate entries in repository cache (issue 140)
939     - Fixed connection leak in LDAPUserService (issue 139)
940     - Fixed bug in commit page where changes to a submodule threw a null pointer exception (issue 132)
941     - Fixed bug in the diff view for filenames that have non-ASCII characters (issue 128)
942
943     additions:
944     - ''
945       Implemented discrete repository permissions (issue 36)
946       
947         - V (view in web ui, RSS feeds, download zip)
948         - R (clone)
949         - RW (clone and push)
950         - RWC (clone and push with ref creation)
951         - RWD (clone and push with ref creation, deletion)
952         - RW+ (clone and push with ref creation, deletion, rewind)
953         
954       While not as sophisticated as Gitolite, this does give finer access controls.  These permissions fit in cleanly with the existing users.conf and users.properties files.  In Gitblit <= 1.1.0, all your existing user accounts have RW+ access.   If you are upgrading to 1.2.0, the RW+ access is *preserved* and you will have to lower/adjust accordingly.
955       ''
956     - ''Implemented *case-insensitive* regex repository permission matching (issue 36)
957
958       This allows you to specify a permission like `RW:mygroup/.*` to grant push privileges to all repositories within the *mygroup* project/folder.''
959     - Added DELETE, CREATE, and NON-FAST-FORWARD ref change logging
960     - ''Added support for personal repositories.
961       Personal repositories can be created by accounts with the *create* permission and are stored in *git.repositoriesFolder/~username*.  Each user with personal repositories will have a user page, something like the GitHub profile page.  Personal repositories have all the same features as common repositories, except personal repositories can be renamed by their owner.''
962     - ''Added support for server-side forking of a repository to a personal repository (issue 137)
963       In order to fork a repository, the user account must have the *fork* permission **and** the repository must *allow forks*.  The clone inherits the access list of its origin.  i.e. if Team A has clone access to the origin repository, then by default Team A also has clone access to the fork.  This is to facilitate collaboration.  The fork owner may change access to the fork and add/remove users/teams, etc as required <u>however</u> it should be noted that all personal forks will be enumerated in the fork network regardless of access view restrictions.  If you really must have an invisible fork, the clone it locally, create a new repository for your invisible fork, and push it back to Gitblit.''
964     - Added optional *create-on-push* support
965     - Added **experimental** JGit-based garbage collection service.  This service is disabled by default.
966     - ''Added support for X509 client certificate authentication.  (issue 106)
967       You can require all git servlet access be authenticated by a client certificate.  You may also specify the OID fingerprint to use for mapping a certificate to a username.  It should be noted that the user account MUST already exist in Gitblit for this authentication mechanism to work; this mechanism can not be used to automatically create user accounts from a certificate.''
968     - Revised clean install certificate generation to create a Gitblit GO Certificate Authority certificate; an SSL certificate signed by the CA certificate; and to create distinct server key and server trust stores.  <u>The store files have been renamed!</u>
969     - Added support for Gitblit GO to require usage of client certificates to access the entire server.
970     - Added **Gitblit Certificate Authority**, an x509 PKI management tool for Gitblit GO to encourage use of x509 client certificate authentication.
971     - Added web.shortCommitId setting to control length of shortened commit ids
972     - Added alternate compressed download formats: tar.gz, tar.xz, tar.bzip2 (issue 174)
973     - Added simple project pages.  A project is a subfolder off the *git.repositoriesFolder*.
974     - Added support for X-Forwarded-Context for Apache subdomain proxy configurations (issue 135)
975     - Delete branch feature (issue 121)
976     - Added line links to blob view (issue 130)
977     - Added HTML sendmail hook script and Gitblit.sendHtmlMail method
978     - Added RedmineUserService
979     - Support for committer verification.  Requires use of *--no-ff* when merging branches or pull requests.  See setup page for details.
980     - Added Brazilian Portuguese translation
981
982     changes:
983     - Added server setting to specify keystore alias for ssl certificate (issue 98)
984     - Added optional global and per-repository activity page commit contribution throttle to help tame *really* active repositories (issue 173)
985     - Added support for symlinks in tree page and commit page (issue 171)
986     - All access restricted servlets (e.g. DownloadZip, RSS, etc) will try to authenticate using X509 certificates, container principals, cookies, and BASIC headers, in that order.
987     - Added *groovy* and *scala* to *web.prettyPrintExtensions*
988     - Added short commit id column to log and history tables (issue 168)
989     - Teams can now specify the *admin*, *create*, and *fork* roles to simplify user administration
990     - Use https Gravatar urls to avoid browser complaints
991     - Added frm to default pretty print extensions (issue 156)
992     - Expose ReceivePack to Groovy push hooks (issue 125)
993     - Redirect to summary page when refreshing the empty repository page on a repository that is not empty (issue 129)
994     - Emit a warning in the log file if running on a Tomcat-based servlet container which is unfriendly to %2F forward-slash url encoding AND Gitblit is configured to mount parameters with %2F forward-slash url encoding (issue 126)
995     - ''LDAP admin attribute setting is now consistent with LDAP teams setting and admin teams list.
996       If *realm.ldap.maintainTeams==true* **AND** *realm.ldap.admins* is not empty, then User.canAdmin() is controlled by LDAP administrative team membership.  Otherwise, User.canAdmin() is controlled by Gitblit.''
997     - Support servlet container authentication for existing UserModels (issue 68)
998
999     settings:
1000     - { name: web.allowForking, defaultValue: 'true' }
1001     - { name: git.allowCreateOnPush, defaultValue: 'true' }
1002     - { name: git.allowGarbageCollection, defaultValue: 'false' }
1003     - { name: git.garbageCollectionHour, defaultValue: 0 }
1004     - { name: git.defaultGarbageCollectionThreshold, defaultValue: 500k }
1005     - { name: git.defaultGarbageCollectionPeriod, defaultValue: 7 days }
1006     - { name: git.requireClientCertificates, defaultValue: 'false' }
1007     - { name: git.enforceCertificateValidity, defaultValue: 'true' }
1008     - { name: git.certificateUsernameOIDs, defaultValue: CN }
1009     - { name: web.shortCommitIdLength, defaultValue: 8 }
1010     - { name: web.compressedDownloads, defaultValue: zip gz }
1011     - { name: server.requireClientCertificates, defaultValue: 'false' }
1012
1013     dependencyChanges:
1014     - Jetty 7.6.8
1015     - JGit 2.2.0.201212191850-r
1016     - Groovy 1.8.8
1017     - Wicket 1.4.21
1018     - Lucene 3.6.1
1019     - BouncyCastle 1.47
1020     - MarkdownPapers 1.3.2
1021     - JCalendar 1.3.2
1022     - Commons-Compress 1.4.1
1023     - XZ for Java 1.0
1024
1025     contributors:
1026     - James Moger
1027     - github/rafaelcavazin
1028     - github/mallowlabs
1029     - github/sauthieg
1030     - github/ajermakovics
1031     - github/kevinanderson1
1032     - github/jpyeron
1033 }
1034
1035 #
1036 # 1.1.0
1037 #
1038 r14: {
1039     title: Gitblit 1.1.0 Released
1040     id: 1.1.0
1041     date: 2012-08-25
1042     note: If you are updating from an earlier release AND you have indexed branches with the Lucene indexing feature, you need to be aware that this release will completely re-index your repositories.  Please be sure to provide ample heap resources as appropriate for your installation.
1043
1044     fixes:
1045     - Bypass Wicket's inability to handle direct url addressing of a view-restricted, grouped repository for new, unauthenticated sessions (e.g. click link from email or rss feed without having an active Wicket session)
1046     - Fixed MailExecutor's failure to cope with mail server connection troubles resulting in 100% CPU usage
1047     - Fixed generated urls in Groovy *sendmail* hook script for grouped repositories
1048     - Fixed generated urls in RSS feeds for grouped repositories
1049     - Fixed nullpointer exception in git servlet security filter (issue 123)
1050     - Eliminated an unnecessary repository enumeration call on the root page which should result in faster page loads (issue 103)
1051     - Gitblit could not delete a Lucene index in a working copy on index upgrade
1052     - Do not index submodule links (issue 119)
1053     - Restore original user or team object on failure to update (issue 118)
1054     - Fixes to relative path determination in repository search algorithm for symlinks (issue 116)
1055     - Fix to GitServlet to allow pushing to symlinked repositories (issue 116)
1056     - Repository URL now uses `X-Forwarded-Proto` and `X-Forwarded-Port`, if available, for reverse proxy configurations (issue 115)
1057     - Output real RAW content, not simulated RAW content (issue 114)
1058     - Fixed Lucene charset encoding bug when reindexing a repository (issue 112)
1059     - Fixed search box linking to Lucene page for grouped repository on Tomcat (issue 111)
1060     - Fixed null pointer in LdapUserSerivce if account has a null email address (issue 110)
1061     - Really fixed failure to update a GO setting from the manager (issue 85)
1062
1063     additions:
1064     - Identified repository list is now cached by default to reduce disk io and to improve performance (issue 103)
1065     - Preliminary bare repository submodule support
1066     - ''
1067       *git.submoduleUrlPatterns* is a space-delimited list of regular expressions for extracting a repository name from a submodule url.
1068       For example, `git.submoduleUrlPatterns = .*?://github.com/(.*)` would extract *gitblit/gitblit.git* from *git://github.git/gitblit/gitblit.git*
1069       **Note:** You may not need this control to work with submodules, but it is there if you do.
1070         - If there are no matches from *git.submoduleUrlPatterns* then the repository name is assumed to be whatever comes after the last `/` character *(e.g. gitblit.git)*
1071         - Gitblit will try to locate this repository relative to the current repository *(e.g. myfolder/myrepo.git, myfolder/mysubmodule.git)* and then at the root level *(mysubmodule.git)* if that fails.
1072         - Submodule references in a working copy will be properly identified as gitlinks, but Gitblit will not traverse into the working copy submodule repository.
1073       ''
1074     - ''
1075       Added a repository setting to control authorization as AUTHENTICATED or NAMED. (issue 117)
1076
1077       NAMED is the original behavior for authorizing against a list of permitted users or permitted teams.
1078       AUTHENTICATED allows restricted access for any authenticated user.  This is a looser authorization control.
1079       ''
1080     - Added default authorization control setting (AUTHENTICATED or NAMED)
1081     - Added setting to control how deep Gitblit will recurse into *git.repositoriesFolder* looking for repositories (issue 103)
1082     - Added setting to specify regex exclusions for repositories (issue 103)
1083     - Blob page now supports displaying images (issue 6)
1084     - Non-image binary files can now be downloaded using the RAW link
1085     - Support StartTLS in LdapUserService (issue 122)
1086     - Added Korean translation
1087
1088     changes:
1089     - Line breaks inserted for readability in raw Markdown content display in the event of a parsing/transformation error.  An error message is now displayed prepended to the raw content.
1090     - Improve UTF-8 reading for Markdown files
1091     - Updated Polish translation
1092     - Updated Japanese translation
1093     - Updated Spanish translation
1094     
1095     settings:
1096     - { name: git.cacheRepositoryList, defaultValue: 'true' }
1097     - { name: git.submoduleUrlPatterns, defaultValue: * }
1098     - { name: git.searchExclusions, defaultValue: * }
1099     - { name: git.searchRecursionDepth, defaultValue: -1 }
1100     - { name: git.defaultAuthorizationControl, defaultValue: NAMED }
1101
1102     contributors:
1103     - James Moger
1104     - Steffen Gebert
1105 }
1106
1107 #
1108 # 1.0.0
1109 #
1110 r13: {
1111     title: Gitblit 1.0.0 Released
1112     id: 1.0.0
1113     date: 2012-07-14
1114
1115     fixes:
1116     - Fixed bug in Lucene search where old/stale blobs were never properly deleted during incremental updates.  This resulted in duplicate blob entries in the index.
1117     - Fixed intermittent bug in identifying line numbers in Lucene search (issue 105)
1118     - Adjust repository identification algorithm to handle the scenario where a repository name collides with a group/folder name (e.g. foo.git and foo/bar.git) (issue 104)
1119     - Fixed bug where a repository set as *authenticated push* did not have anonymous clone access (issue 96)
1120     - Fixed bug in Basic authentication if passwords had a colon
1121     - Fixed bug where the Gitblit Manager could not update a setting that was not referenced in reference.properties (issue 85)
1122
1123     changes:
1124     - ''**Updated Lucene index version which will force a rebuild of ALL your Lucene indexes**
1125       Make sure to properly set *web.blobEncodings* before starting Gitblit if you are updating!  (issue 97)''
1126     - Changed default layout for web ui from Fixed-Width layout to Responsive layout (issue 101)
1127     - ''IUserService interface has changed to better accomodate custom authentication and/or custom authorization<
1128       The default `users.conf` now supports persisting display names and email addresses.''
1129     - Updated Japanese translation
1130
1131     additions:
1132     - Added setting to allow specification of a robots.txt file (issue 99)
1133     - ''Added setting to control Responsive layout or Fixed-Width layout (issue 101)
1134       Responsive layout is now the default.  This layout gracefully scales the web ui from a desktop layout to a mobile layout by hiding page components.  It is easy to try, just resize your browser or point your Android/iOS device to the url of your Gitblit install.''
1135     - Added setting to control charsets for blob string decoding.  Default encodings are UTF-8, ISO-8859-1, and the server default charset. (issue 97)      
1136     - ''Exposed JGit internal configuration settings in gitblit.properties/web.xml (issue 93)
1137       Review your `gitblit.properties` or `web.xml` for detailed explanations of these settings.''
1138     - Added default access restriction.  Applies to new repositories and repositories that have not been configured with Gitblit. (issue 88)
1139     - Added Ivy 2.2.0 dependency which enables Groovy Grapes, a mechanism to resolve and retrieve library dependencies from a Maven 2 repository within a Groovy push hook script
1140     - ''Added setting to control Groovy Grape root folder (location where resolved dependencies are stored)
1141       [Grape](http://groovy.codehaus.org/Grape) allows you to add Maven dependencies to your pre-/post-receive hook script classpath.''
1142     - Added LDAP User Service with many new *realm.ldap* keys
1143     - ''Added support for custom repository properties for Groovy hooks
1144       Custom repository properties complement hook scripts by providing text field prompts in the web ui and the Gitblit Manager for the defined properties.  This allows your push hooks to be parameterized.''
1145     - Added script to facilitate proxy environment setup on Linux
1146     - Added Polish translation
1147     - Added Spanish translation
1148
1149     settings:
1150     - { name: groovy.grapeFolder, defaultValue: groovy/grape }
1151     - { name: web.robots.txt, defaultValue: }
1152     - { name: web.useResponsiveLayout, defaultValue: 'true' }
1153     - { name: web.blobEncodings, defaultValue: UTF-8 ISO-8859-1 }
1154     - { name: git.defaultAccessRestriction, defaultValue: NONE }
1155     - { name: git.packedGitWindowSize, defaultValue: 8k }
1156     - { name: git.packedGitLimit, defaultValue: 10m }
1157     - { name: git.deltaBaseCacheLimit, defaultValue: 10m }
1158     - { name: git.packedGitOpenFiles, defaultValue: 128 }
1159     - { name: git.streamFileThreshold, defaultValue: 50m }
1160     - { name: git.packedGitMmap, defaultValue: 'false' }
1161
1162     dependencyChanges:
1163     - Bootstrap 2.0.4
1164     - JGit 2.0.0.201206130900-r
1165     - Groovy 1.8.6
1166     - Gson 1.7.2
1167     - Log4J 1.2.17
1168     - SLF4J 1.6.6
1169     - Apache Commons Daemon 1.0.10
1170     - Ivy 2.2.0
1171
1172     contributors:
1173     - James Moger
1174     - Eduardo Guervos Narvaez
1175     - Lukasz Jader
1176     - github/mragab
1177     - github/jcrygier
1178     - github/zakki
1179     - github/peterloron
1180 }
1181
1182 #
1183 # 0.9.3
1184 #
1185 r12: {
1186     title: Gitblit 0.9.3 Released
1187     id: 0.9.3
1188     date: 2012-04-11
1189
1190     fixes:
1191     - Fixed bug where you could not remove all selections from a RepositoryModel list (permitted users, permitted teams, hook scripts, federation sets, etc) (issue 81)
1192     - Automatically set *java.awt.headless=true* for Gitblit GO
1193
1194     contributors:
1195     - James Moger
1196 }
1197
1198 #
1199 # 0.9.2
1200 #
1201 r11: {
1202     title: Gitblit 0.9.2 Released
1203     id: 0.9.2
1204     date: 2012-04-04
1205     
1206     changes:
1207     - Added *clientLogger* bound variable to Groovy hook mechanism to allow custom info and error messages to be returned to the client
1208
1209    fixes:
1210     - Fixed absolute path/canonical path discrepancy between Gitblit and JGit regarding use of symlinks (issue 78)
1211     - Fixed row layout on activity page (issue 79)
1212     - Fixed Centos service script
1213     - Fixed EditRepositoryPage for IE8; missing save button (issue 80)
1214
1215     contributors:
1216     - James Moger
1217     - github/jonnybbb
1218     - github/mohamedmansour
1219     - github/jcrygier
1220 }
1221
1222 #
1223 # 0.9.1
1224 #
1225 r10: {
1226     title: Gitblit 0.9.1 Released
1227     id: 0.9.1
1228     date: 2012-03-27
1229
1230     fixes:
1231     - Lucene folder was stored in working copy instead of in .git folder
1232
1233     contributors:
1234     - James Moger
1235 }
1236
1237 #
1238 # 0.9.0
1239 #
1240 r9: {
1241     title: Gitblit 0.9.0 Released
1242     id: 0.9.0
1243     date: 2012-03-27
1244
1245     security:
1246     - Fixed session fixation vulnerability where the session identifier was not reset during the login process (issue 62)
1247
1248     changes:
1249     - Reject pushes to a repository with a working copy (i.e. non-bare repository) (issue-49)
1250     - Changed default web.datetimestampLongFormat from *EEEE, MMMM d, yyyy h:mm a z* to *EEEE, MMMM d, yyyy HH:mm Z* (issue 50)
1251     - Expanded commit age coloring from 2 days to 30 days (issue 57)
1252
1253     additions:
1254     - ''Added optional Lucene branch indexing (issue 16)
1255       Repository branches may be optionally indexed by Lucene for improved searching.  To use this feature you must specify which branches to index within the *Edit Repository* page; _no repositories are automatically indexed_.  Gitblit will build or incrementally update enrolled repositories on a 2 minute cycle. (i.e you will have to wait 2-3 minutes after respecifying indexed branches or pushing new commits before Gitblit will build/update the repository Lucene index.)
1256       If a repository has Lucene-indexed branches the *search* form on the repository pages will redirect to the root-level Lucene search page and only the content of those branches can be searched.<br/>
1257       If the repository does not specify any indexed branches then repository commit-traversal search is used.
1258
1259       **Note:** Initial indexing of an existing repository can be memory-exhaustive. Be sure to provide your Gitblit server adequate heap space to index your repositories (e.g. -Xmx1024M).<br/>
1260       See the [setup](setup.html) page for additional details.''
1261     - Allow specifying timezone to use for Gitblit which is independent of both the JVM and the system timezone (issue 54)
1262     - Added a built-in AJP connector for integrating Gitblit GO into an Apache mod_proxy setup (issue 59)
1263     - ''On the Repositories page show a bang *!* character in the color swatch of a repository with a working copy (issue 49)
1264       Push requests to these repositories will be rejected.''
1265     - On all non-bare Repository pages show *WORKING COPY* in the upper right corner (issue 49)
1266     - New setting to prevent display/serving non-bare repositories
1267     - Added *protect-refs.groovy*
1268     - Allow setting default branch (relinking HEAD) to a branch or a tag
1269     - Added Ubuntu service init script (issue 72)
1270     - Added partial Japanese translation
1271
1272     fixes:
1273     - Ensure that Welcome message is parsed using UTF-8 encoding (issue 74)
1274     - Activity page chart layout broken by Google (issue 73)
1275     - Uppercase repositories not selectable in edit palettes (issue 71)
1276     - Not all git notes were properly displayed on the commit page (issue 70)
1277     - Activity page now displays all local branches (issue 65)
1278     - Fixed (harmless) nullpointer on pushing to an empty repository (issue 69)
1279     - Fixed possible nullpointer from the servlet container on startup (issue 67)
1280     - Fixed UTF-8 encoding bug on diff page (issue 66)
1281     - Fixed timezone bugs on the activity page (issue 54)
1282     - Prevent add/edit team with no selected repositories (issue 56)
1283     - Disallow browser autocomplete on add/edit user/team/repository pages
1284     - Fixed username case-sensitivity issues (issue 43)
1285     - Disregard searching a subfolder if Gitblit does not have filesystem permissions (issue 51)
1286
1287     settings:
1288     - { name: web.allowLuceneIndexing, defaultValue: 'true' }
1289     - { name: web.luceneIgnoreExtensions, defaultValue: 7z arc arj bin bmp dll doc docx exe gif gz jar jpg lib lzh odg odf odt pdf ppt png so swf xcf xls xlsx zip }
1290     - { name: web.timezone, defaultValue: }
1291     - { name: server.ajpPort, defaultValue: 0 }
1292     - { name: server.ajpBindInterface, defaultValue: localhost }
1293     - { name: git.onlyAccessBareRepositories, defaultValue: 'false' }
1294
1295     dependencyChanges:
1296     - Bootstrap 2.0.2
1297     - MarkdownPapers 1.2.7
1298     - JGit 1.3.0.201202151440-r
1299     - Wicket 1.4.20
1300
1301     contributors:
1302     - James Moger
1303     - github/lemval
1304     - github/zakki
1305     - github/plm
1306 }
1307
1308 #
1309 # 0.8.2
1310 #
1311 r8: {
1312     title: Gitblit 0.8.2 Released
1313     id: 0.8.2
1314     date: 2012-01-13
1315
1316     fixes:
1317     - Fixed bug when upgrading from users.properties to users.conf (issue 41)
1318
1319     contributors:
1320     - James Moger
1321 }
1322
1323 #
1324 # 0.8.1
1325 #
1326 r7: {
1327     title: Gitblit 0.8.1 Released
1328     id: 0.8.1
1329     date: 2012-01-11
1330
1331     fixes:
1332     - Include missing icon resource for the manager (issue 40)
1333     - Fixed sendmail.groovy message content with incorrect tag/branch labels
1334
1335     contributors:
1336     - James Moger
1337 }
1338
1339 #
1340 # 0.8.0
1341 #
1342 r6: {
1343     title: Gitblit 0.8.0 Released
1344     id: 0.8.0
1345     date: 2012-01-11
1346
1347     additions:
1348     - ''Platform-independent, Groovy push hook script mechanism.
1349       Hook scripts can be set per-repository, per-team, or globally for all repositories.''
1350     - ''*sendmail.groovy* for optional email notifications on push.
1351       You must properly configure your SMTP server settings in `gitblit.properties` or `web.xml` to use *sendmail.groovy*.''
1352     - New global key for mailing lists.  This is used in conjunction with the *sendmail.groovy* hook script.  All repositories that use the *sendmail.groovy* script will include these addresses in the notification process.  Please see the Setup page for more details about configuring sendmail.
1353     - *com.gitblit.GitblitUserService*.  This is a wrapper object for the built-in user service implementations.  For those wanting to only implement custom authentication it is recommended to subclass GitblitUserService and override the appropriate methods.  Going forward, this will help insulate custom authentication from new IUserService API and/or changes in model classes.
1354     - ''New default user service implementation: *com.gitblit.ConfigUserService* (`users.conf`)
1355       This user service implementation allows for serialization and deserialization of more sophisticated Gitblit User objects without requiring the encoding trickery now present in FileUserService (users.properties).  This will open the door for more advanced Gitblit features.
1356       For those upgrading from an earlier Gitblit version, a `users.conf` file will automatically be created for you from your existing `users.properties` file on your first launch of Gitblit <u>however</u> you will have to manually set *realm.userService=users.conf* to switch to the new user service.
1357       The original `users.properties` file and the corresponding implementation are **deprecated**.''
1358     - Teams for specifying user-repository access in bulk.  Teams may also specify mailing lists addresses and pre- & post- receive hook scripts.
1359     - Gravatar integration
1360     - Activity page for aggregated repository activity.  This is a timeline of commit activity over the last N days for one or more repositories.
1361     - *Filters* menu for the Repositories page and Activity page.  You can filter by federation set, team, and simple custom regular expressions.  Custom expressions can be stored in `gitblit.properties` or `web.xml` or directly defined in your url (issue 27)
1362     - Flash-based 1-step *copy to clipboard* of the primary repository url based on Clippy
1363     - JavaScript-based 3-step (click, ctrl+c, enter) *copy to clipboard* of the primary repository url in the event that you do not want to use Flash on your installation
1364     - Empty repositories now link to an *empty repository* page which gives some direction to the user for the next step in using Gitblit.  This page displays the primary push/clone url of the repository and gives sample syntax for the git command-line client. (issue 31)
1365     - Repositories with a *gh-pages* branch will now have a *pages* link which will serve the content of this branch.  All resource requests are against the repository, Gitblit does not checkout/export this branch to a temporary filesystem.  Jekyll templating is not supported.
1366     - Gitblit Express bundle to get started running Gitblit on RedHat OpenShift cloud <span class="label label-warning">BETA</span>
1367
1368     changes:
1369     - Dropped display of trailing .git from repository names
1370     - ''Gitblit GO is now monolithic like the WAR build. (issue 30)
1371       This change helps adoption of GO in environments without an internet connection or with a restricted connection.''
1372     - Unit testing framework has been migrated to JUnit4 syntax and the test suite has been redesigned to run all unit tests, including rpc, federation, and git push/clone tests
1373
1374     fixes:
1375     - Several a bugs in FileUserService related to cleaning up old repository permissions on a rename or delete
1376     - Renaming a repository into a new subfolder failed (issue 33)
1377
1378     settings:
1379     - { name: groovy.scriptsFolder, defaultValue: groovy }
1380     - { name: groovy.preReceiveScripts, defaultValue: }
1381     - { name: groovy.postReceiveScripts, defaultValue: }
1382     - { name: mail.mailingLists, defaultValue: }
1383     - { name: realm.userService, defaultValue: users.conf }
1384     - { name: web.allowGravatar, defaultValue: 'true' }
1385     - { name: web.activityDuration, defaultValue: 14 }
1386     - { name: web.timeFormat, defaultValue: HH:mm }
1387     - { name: web.datestampLongFormat, defaultValue: "EEEE, MMMM d, yyyy" }
1388     - { name: web.customFilters, defaultValue: }
1389     - { name: web.allowFlashCopyToClipboard, defaultValue: 'true' }
1390
1391     dependencyChanges:
1392     - JGit 1.2.0
1393     - Groovy 1.8.5
1394     - Clippy
1395
1396     contributors:
1397     - James Moger
1398 }
1399
1400 #
1401 # 0.7.0
1402 #
1403 r5: {
1404     title: Gitblit 0.7.0 Released
1405     id: 0.7.0
1406     date: 2011-11-11
1407
1408     security:
1409     - fixed security hole when cloning clone-restricted repository with TortoiseGit (issue 28)
1410
1411     fixes:
1412     - ''federation protocol timestamps.  dates are now serialized to the [iso8601](http://en.wikipedia.org/wiki/ISO_8601) standard.
1413       **This breaks 0.6.0 federation clients/servers.**''
1414     - collision on rename for repositories and users
1415     - Gitblit can now browse the Linux kernel repository (issue 25)
1416     - Gitblit now runs on Servlet 3.0 webservers (e.g. Tomcat 7, Jetty 8) (issue 23)
1417     - Set the RSS content type of syndication feeds for Firefox 4 (issue 22)
1418     - RSS feeds are now properly encoded to UTF-8
1419     - RSS feeds now properly generate parameterized links if *web.mountParameters=false*
1420     - Null pointer exception if did not set federation strategy (issue 20)
1421     - Gitblit GO allows SSL renegotiation if running on Java 1.6.0_22 or later
1422         
1423     changes:
1424     - updated ui with Twitter Bootstrap CSS toolkit
1425     - repositories list performance by caching repository sizes (issue 27)
1426     - summary page performance by caching metric calculations (issue 25)
1427     
1428     additions:
1429     - authenticated JSON RPC mechanism
1430     - Gitblit API RSS/JSON RPC library
1431     - Gitblit Manager (Java/Swing Application) for remote administration of a Gitblit server.
1432     - per-repository setting to skip size calculation (faster repositories page loading)
1433     - per-repository setting to skip summary metrics calculation (faster summary page loading)
1434     - IUserService.setup(IStoredSettings) for custom user service implementations
1435     - setting to control Gitblit GO context path for proxy setups
1436     - *combined-md5* password storage option which stores the hash of username+password as the password
1437     - repository owners are automatically granted access for git, feeds, and zip downloads without explicitly selecting them
1438     - RSS feeds now include regex substitutions on commit messages for bug trackers, etc
1439     
1440     settings:
1441     - { name: web.loginMessage, defaultValue: gitblit }
1442     - { name: web.enableRpcServlet, defaultValue: 'true' }
1443     - { name: web.enableRpcManagement, defaultValue: 'false' }
1444     - { name: web.enableRpcAdministration, defaultValue: 'false' }
1445     - { name: server.contextPath, defaultValue: / }
1446     
1447     dependencyChanges:
1448     - MarkdownPapers 1.2.5
1449     - Wicket 1.4.19
1450
1451     contributors:
1452     - James Moger
1453     - github/dadalar
1454     - github/alyandon
1455     - github/trygvis
1456 }
1457
1458 #
1459 # 0.6.0
1460 #
1461 r4: {
1462     title: Gitblit 0.6.0 Released
1463     id: 0.6.0
1464     date: 2011-09-27
1465
1466     fixes:
1467     - syndication urls for WAR deployments
1468     - authentication for zip downloads
1469
1470     additions:
1471     - federation feature to allow gitblit instances (or gitblit federation clients) to pull repositories and, optionally, settings and accounts from other gitblit instances.  This is something like [svn-sync](http://svnbook.red-bean.com/en/1.5/svn.ref.svnsync.html) for gitblit.
1472     - user role *#notfederated* to prevent a user account from being pulled by a federated Gitblit instance
1473
1474     settings:
1475     - { name: federation.name, defaultValue: }
1476     - { name: federation.passphrase, defaultValue: }
1477     - { name: federation.allowProposals, defaultValue: 'false' }
1478     - { name: federation.proposalsFolder, defaultValue: proposals }
1479     - { name: federation.defaultFrequency, defaultValue: 60 mins }
1480     - { name: federation.sets, defaultValue: }
1481     - { name: "mail.*", defaultValue: }
1482         
1483     dependencyChanges:
1484     - MarkdownPapers 1.1.1
1485     - Wicket 1.4.18
1486     - JGit 1.1.0
1487     - google-gson
1488     - javamail
1489
1490     contributors:
1491     - James Moger
1492 }
1493
1494 #
1495 # 0.5.2
1496 #
1497 r3: {
1498     title: Gitblit 0.5.2 Released
1499     id: 0.5.2
1500     date: 2011-07-27
1501
1502     fixes:
1503     - active repositories with a HEAD that pointed to an empty branch caused internal errors (issue 14)
1504     - bare-cloned repositories were listed as (empty) and were not clickable (issue 13)
1505     - default port for Gitblit GO is now 8443 to be more linux/os x friendly (issue 12)
1506     - repositories can now be reliably deleted and renamed (issue 10)
1507     - users can now change their passwords (issue 1)
1508     - always show root repository group first, i.e. do not sort root group with other groups
1509     - tone-down repository group header color
1510     
1511     additions:
1512     - optionally display repository on-disk size on repositories page
1513     - forward-slashes ('/', %2F) can be encoded using a custom character to workaround some servlet container default security measures for proxy servers
1514     
1515     settings:
1516     - { name: web.showRepositorySizes, defaultValue: 'true' }
1517     - { name: web.forwardSlashCharacter, defaultValue: / }
1518     
1519     dependencyChanges:
1520     - MarkdownPapers 1.1.0
1521     - Jetty 7.4.3
1522
1523     contributors:
1524     - James Moger
1525 }
1526
1527 #
1528 # 0.5.1
1529 #
1530 r2: {
1531     title: Gitblit 0.5.1 Released
1532     id: 0.5.1
1533     date: 2011-06-28
1534
1535     changes:
1536     - clarified SSL certificate generation and configuration for both server-side and client-side
1537     - added some more troubleshooting information to documentation
1538     - replaced JavaService with Apache Commons Daemon
1539
1540     contributors:
1541     - James Moger
1542 }
1543
1544 #
1545 # 0.5.0
1546 #
1547 r1: {
1548     title: Gitblit 0.5.0 Released
1549     id: 0.5.0
1550     date: 2011-06-26
1551     text: initial release
1552
1553     contributors:
1554     - James Moger
1555 }
1556
161e05 1557 snapshot: &r26
d6b70a 1558 release: &r25
JM 1559 releases: &r[1..25]