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