You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

releases.moxie 78KB

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