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 50KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024
  1. #
  2. # ${project.version} release
  3. #
  4. r20: {
  5. title: ${project.name} ${project.version} released
  6. id: ${project.version}
  7. date: ${project.buildDate}
  8. note: "The default access restriction has been elevated from NONE to PUSH and anonymous push access has been disabled."
  9. html: ~
  10. text: ~
  11. security: ~
  12. fixes:
  13. - Fixed support for implied SSH urls in web.otherUrls (issue-311)
  14. - Fix potential NPE on removing uncached repository from cache
  15. - Ignore the default contents of .git/description file
  16. changes:
  17. - Personal repository prefix (~) is now configurable (issue-265)
  18. - Reversed line links in blob view (issue-309)
  19. - Dashboard and Activity pages now obey the web.generateActivityGraph setting (issue-310)
  20. - Do not log passwords on failed authentication attempts (issue-316)
  21. - Updated default binary and Lucene ignore extensions
  22. additions:
  23. - Added branch graph image servlet based on EGit's branch graph renderer (issue-194)
  24. - Added option to render Markdown commit messages (issue-203)
  25. - Added setting to control creating a repository as --shared on Unix servers (issue-263)
  26. - Added setting to globally disable anonymous pushes in the receive pack
  27. - Added a normalized diffstat display to the commit, commitdiff, and compare pages
  28. dependencyChanges: ~
  29. settings:
  30. - { name: 'git.createRepositoriesShared', defaultValue: 'false' }
  31. - { name: 'git.allowAnonymousPushes', defaultValue: 'false' }
  32. - { name: 'git.defaultAccessRestriction', defaultValue: 'PUSH' }
  33. - { name: 'web.commitMessageRenderer', defaultValue: 'plain' }
  34. - { name: 'web.showBranchGraph', defaultValue: 'true' }
  35. contributors:
  36. - James Moger
  37. - Robin Rosenberg
  38. - Klaus Nuber
  39. - Florian Zschocke
  40. - Bret Ikehara
  41. - Chad Horohoe
  42. - Domingo Oropeza
  43. }
  44. #
  45. # 1.3.2 release
  46. #
  47. r19: {
  48. title: Gitblit 1.3.2 released
  49. id: 1.3.2
  50. date: 2013-08-22
  51. note: ~
  52. html: ~
  53. text: ~
  54. security: ~
  55. fixes:
  56. - Fixed Gitblit Authority startup failures when using alternate user services (issue-280)
  57. - Manually redirect after branch deletion (issue 282)
  58. - Simplify when repository size is calculated to ensure we have one IF we want one (issue-295)
  59. - Fixed anonymous LDAP connections (issue-297)
  60. - Improved branch deletion-reflog interaction
  61. - Encode page url parameters as UTF-8
  62. - Encode filename for binary files on RawPage according to browser
  63. - Added pptx extension for tree page icon lookup
  64. - Fixed project links on dashboard page when web.mountParameters=false
  65. changes: ~
  66. additions:
  67. - Add setting for maximum number of days of activity to that may be requested
  68. - Added HtpasswdUserService to authenticate users against an htpasswd file
  69. - Automatically maintain the .git/description file used by some other tooling
  70. dependencyChanges:
  71. - Added commons-codec 1.7
  72. contributors:
  73. - github/guriguri
  74. - Doug Ayers
  75. - Ori Livneh
  76. - Florian Zschocke
  77. - Tito Nobre
  78. - Hugo Questroy
  79. settings:
  80. - { name: 'web.activityDurationMaximum', defaultValue: 30 }
  81. - { name: 'realm.htpasswd.userFile', defaultValue: '${baseFolder}/htpasswd' }
  82. - { name: 'realm.htpasswd.overrideLocalAuthentication', defaultValue: 'false' }
  83. }
  84. #
  85. # 1.3.1 release
  86. #
  87. r18: {
  88. title: Gitblit 1.3.1 released
  89. id: 1.3.1
  90. date: 2013-07-24
  91. note: ''
  92. 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.
  93. ''
  94. html: ~
  95. text: ~
  96. security: ~
  97. fixes:
  98. - Gitblit-as-viewer with no repository urls failed to display summary page (issue 269)
  99. - Fixed incorrect tagger in the dashboard pages (issue-276)
  100. - Automatically decode %7E in repository names from git clients that encode ~ (issue-278)
  101. - Fixed missing Keys class in WAR and Express builds
  102. - Fixed missing model class dependencies in Gitblit Manager build
  103. - Fix for IE10 compatibility mode
  104. - Reset dashboard and activity commit cache on branch REWIND or DELETE
  105. - Fixed bug with adding new local users with external authentication
  106. - Fixed missing clone url on the empty repository page
  107. - Fixed Ubuntu service script for LSB compliance
  108. - Inserted "sleep 5" in Ubuntu & Centos bash script for service restart
  109. changes:
  110. - Use trash icon in Gitblit Reflog for branch and tag deletion
  111. - Update Gitblit Reflog on branch deletion from web UI
  112. - Updated Chinese translation
  113. - Updated Dutch translation
  114. - Updated Spanish translation
  115. - Updated Korean translation
  116. - Updated Brazilian Portuguese translation
  117. additions:
  118. - Added optional browser-side page caching using Last-Modified and Cache-Control for the dashboard, activity, project, and several repository pages (issue-274)
  119. - Added a GET_USER request type for the RPC mechanism (issue-275)
  120. - Added PAMUserService to authenticate against a local Linux/Unix/MacOSX server
  121. dependencyChanges:
  122. - Added libpam4j 1.7
  123. settings:
  124. - { name: 'web.pageCacheExpires', defaultValue: 0 }
  125. - { name: 'realm.pam.backingUserService', defaultValue: 'users.conf' }
  126. - { name: 'realm.pam.serviceName', defaultValue: 'system-auth' }
  127. contributors:
  128. - Rainer Alföldi
  129. - Liyu Wang
  130. - Jeroen Baten
  131. - James Moger
  132. - Stardrad Yin
  133. - Chad Horohoe
  134. - Eduardo Guervós Narvaez
  135. - Dongsu, KIM
  136. - Gareth Collins
  137. - Rafael Cavazin
  138. - Tamás Papp
  139. - Florian Zschocke
  140. - Amélie Benoit
  141. - Gustavo Henrique
  142. }
  143. #
  144. # 1.3.0
  145. #
  146. r17: {
  147. title: Gitblit 1.3.0 Released
  148. id: 1.3.0
  149. date: 2013-07-14
  150. html: ''
  151. Release highlights include:
  152. <ul>
  153. <li>integrated git daemon</li>
  154. <li>compare refs or commits page</li>
  155. <li>completed the Gitblit reflog (formerly pushlog) introduced in 1.2.1</li>
  156. <li>added new dashboard pages</li>
  157. <li>added a stars feature</li>
  158. <li>improved the repository url panel to show your access permission and to offer native app clone links</li>
  159. <li>improved navigation and theme</li>
  160. <li>customizable page header colors and logo</li>
  161. <li>recent activity commit caching to improve performance of dashboard and activity pages</li>
  162. <li>Windows authentication</li>
  163. <li>Salesforce.com authentication</li>
  164. <li>lots of bug fixes</li>
  165. </ul>
  166. <p> </p>
  167. 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.
  168. ''
  169. note: ''
  170. 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.
  171. ''
  172. security:
  173. - 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)
  174. fixes:
  175. - Use bash instead of sh in Linux/OSX shell scripts (issue 154)
  176. - Fix NPE when getting user's fork without repository list caching (issue 182)
  177. - Fix internal error on folder history links (issue 192)
  178. - Fix NPE in repositories panel when viewing a federation proposal (issue 195)
  179. - Fix NPEs when initializing the context on a servlet containers which returns a null contextFolder (issue 199)
  180. - Fixed incorrect icon file name for .doc files (issue 200)
  181. - Do not queue emails with no recipients (issue 201)
  182. - Disable view and blame links for deleted blobs (issue 216)
  183. - Fixed 1.2.x regression with individually symlinked repositories (issue 217)
  184. - Fixed UTF-8 encoding errors in email notifications (issue 218)
  185. - Fixed NPE in 1.2.1 Federation Client (issue 219)
  186. - Fixed extracting Groovy scripts on Express installs (issue 220)
  187. - Ensure Redmine url is properly formatted (issue 223)
  188. - Use standard ServletRequestWrapper instead of custom wrapper (issue 224)
  189. - Switch commit message back to a pre and ensure that it is properly escaped when combined with commit message regex substitution (issue 242)
  190. - Fixed AddIndexedBranch tool --branch parameter (issue 247)
  191. - Improve NPE handling for hook script enumeration (issue-253)
  192. - Workaround missing commit information in blame page (JGit bug 374382, issue-254)
  193. - Ignore orphan ".git" folder in the repositories root folder (issue-256)
  194. - 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)
  195. - Fixed committer verification with merge commits (issue-264)
  196. - Fixed bug in submodule repository linking (issue-266)
  197. - Could not reset settings with $ or { characters through Gitblit Manager because they are not properly escaped
  198. - Added more error checking to blob page and blame page
  199. - Disable SNI extensions for client SSL connections
  200. - Fixed prettify language extension loading
  201. - Fixed index out of bounds exceptions when generating client certificates for a user when the user's table has been filtered
  202. - Fixed AddindexedBranch tool when specifying the non-default branch.
  203. - Fixed submodule diff display
  204. changes:
  205. - Retrieve summary and metric graphs from Google over https (issue-61)
  206. - Persist originRepository (for forks) in the repository config instead of relying on parsing origin urls which are susceptible to filesystem relocation (issue 190)
  207. - Improved error logging for servlet containers which provide a null contextFolder (issue 199)
  208. - Improve Gerrit change ref decoration in the refs panel (issue 206)
  209. - Display full commit message on commitdiff page (issue-258)
  210. - Improved the repository url display. This display now indicates your repository access permission, per-protocol.
  211. - Automatically encode/decode usernames for urls using %XX notation on space, @, and \
  212. - Disable Gson's pretty printing which has a huge performance gain
  213. - Properly set application/json content-type on api calls
  214. - Make days back filter choices a setting
  215. - Changed default days back filter setting to 7 days
  216. - Set rel="nofollow" on compressed download links
  217. - Improved page title
  218. - Updated Polish translation
  219. - Updated Japanese translation
  220. additions:
  221. - Added a ui for the ref log introduced in 1.2.1 (issue-177)
  222. - Added weblogic.xml to WAR for deployment on WebLogic (issue 199)
  223. - Support setting a custom header logo (issue 208)
  224. - Support header color customizations (issue 209)
  225. - Support username substitution in web.otherUrls (issue 213)
  226. - Option to force client-side basic authentication instead of form-based authentication if web.authenticateViewPages=true (issue 222)
  227. - Set author as tooltip of last change column in the repositories panel (issue-238)
  228. - Setting to automatically create an user account based on an authenticated user principal from the servlet container (issue-246)
  229. - Added WindowsUserService to authenticate users against Windows accounts (issue-250)
  230. - Global and per-repository setting to exclude authors from metrics (issue-251)
  231. - Added commit cache to improve Activity, Dashboard, and Project page generation times
  232. - Added SalesForce.com user service
  233. - Added simple star/unstar function to flag or bookmark interesting repositories
  234. - Added Dashboard page which shows a news feed for starred repositories and offers a filterable list of repositories you care about
  235. - Added client application menus for Git, SmartGit/Hg, SourceTree, Tower, GitHub for Windows, and GitHub for Mac
  236. - Added GO http/https connector thread pool size setting
  237. - Added a server setting to force a particular translation/Locale for all sessions
  238. - 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.
  239. - Option to automatically tag branch tips on each push with an incremental revision number
  240. - Implemented multiple repository owners
  241. - Optional periodic LDAP user and team pre-fetching & synchronization
  242. - Added config setting to use SMTPS
  243. - Added option to index all local branches in AddIndexedBranches tool
  244. - Display name and version in Tomcat Manager
  245. - FogBugz post-receive hook script
  246. - Chinese translation
  247. - Support --baseFolder parameter in Federation Client
  248. contributors:
  249. - James Moger
  250. - Bandarupalli Satyanarayana
  251. - Chad Horohoe
  252. - Christian Aistleitner
  253. - Colin Bowern
  254. - David Ostrovsky
  255. - Egbert Teeselink
  256. - Hige Maniya
  257. - Hirotaka Honma
  258. - Ikslawek
  259. - Jay Meyer
  260. - John Crygier
  261. - Kensuke Matsuzaki
  262. - Laurens Vrijnsen
  263. - Lee Grofit
  264. - Lukasz Jader
  265. - Martijn Laan
  266. - Matthias Bauer
  267. - Michael Pailloncy
  268. - Michael Schaefers
  269. - Oliver Doepner
  270. - Philip Boutros
  271. - Rafael Cavazin
  272. - Ryan Schneider
  273. - Sakurai Youhei
  274. - Sarah Haselbauer
  275. - Slawomir Bochenski
  276. - Stardrad Yin
  277. - Thomas Pummer
  278. - William Whittle
  279. - Yukihiko Sawanobori
  280. - github/akquinet
  281. - github/dapengme
  282. dependencyChanges:
  283. - JGit 3.0.0.201306101825-r
  284. - Iconic font
  285. - AngularJS 1.0.7
  286. - FreeMarker 2.3.19
  287. - Waffle 1.5
  288. - JNA 3.5.0
  289. - Guava 13.0.1
  290. settings:
  291. - { name: 'git.daemonBindInterface', defaultValue: 'localhost' }
  292. - { name: 'git.daemonPort', defaultValue: 0 }
  293. - { name: 'git.defaultIncrementalPushTagPrefix', defaultValue: 'r' }
  294. - { name: 'mail.smtps', defaultValue: 'false' }
  295. - { name: 'realm.container.autoCreateAccounts', defaultValue: 'false' }
  296. - { name: 'realm.salesforce.backingUserService', defaultValue: 'users.conf' }
  297. - { name: 'realm.salesforce.orgId', defaultValue: 0 }
  298. - { name: 'realm.windows.defaultDomain', defaultValue: ' ' }
  299. - { name: 'realm.windows.backingUserService', defaultValue: 'users.conf' }
  300. - { name: 'web.activityDuration', defaultValue: 7 }
  301. - { name: 'web.activityDurationChoices', defaultValue: '1 3 7 14 21 28' }
  302. - { name: 'web.activityCacheDays', defaultValue: 14 }
  303. - { name: 'web.allowAppCloneLinks', defaultValue: 'true' }
  304. - { name: 'web.forceDefaultLocale', defaultValue: ' ' }
  305. - { name: 'web.headerLogo', defaultValue: '${baseFolder}/logo.png' }
  306. - { name: 'web.headerBackgroundColor', defaultValue: ' ' }
  307. - { name: 'web.headerForegroundColor', defaultValue: ' ' }
  308. - { name: 'web.headerHoverColor', defaultValue: ' ' }
  309. - { name: 'web.headerBorderColor', defaultValue: ' ' }
  310. - { name: 'web.headerBorderFocusColor', defaultValue: ' ' }
  311. - { name: 'web.metricAuthorExclusions', defaultValue: ' ' }
  312. - { name: 'web.overviewReflogCount', defaultValue: 5 }
  313. - { name: 'web.reflogChangesPerPage', defaultValue: 10 }
  314. - { name: 'server.nioThreadPoolSize', defaultValue: 50 }
  315. }
  316. #
  317. # 1.2.1
  318. #
  319. r16: {
  320. title: Gitblit 1.2.1 Released
  321. id: 1.2.1
  322. date: 2013-01-15
  323. html: ''
  324. Because there are now several types of files and folders that must be considered Gitblit data, the default location for data has changed.
  325. <p />
  326. 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.
  327. <p />
  328. <b>Express Users</b> make sure to update your web.xml file with the ${baseFolder} values!
  329. ''
  330. fixes:
  331. - Fixed nullpointer on recursively calculating folder sizes when there is a named pipe or symlink in the hierarchy
  332. - Added nullchecking when concurrently forking a repository and trying to display the fork network (issue-187)
  333. - 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)
  334. - Fixed nullpointer on creating a repository with mixed case (issue 185)
  335. - Include missing model classes in api library (issue-184)
  336. - Fixed nullpointer when using *web.allowForking = true* && *git.cacheRepositoryList = false* (issue 182)
  337. - Likely fix for commit and commitdiff page failures when a submodule reference changes (issue 178)
  338. - Build project models from the repository model cache, when possible, to reduce page load time (issue 172)
  339. - Fixed loading of Brazilian Portuguese translation from *nix server
  340. additions:
  341. - ''Fanout PubSub service for self-hosted [Sparkleshare](http://sparkleshare.org) notifications.
  342. This service is disabled by default.''
  343. - ''Implemented a simple push log based on a hidden, orphan branch refs/gitblit/pushes (issue 177)
  344. 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.''
  345. - Support for locally and remotely authenticated accounts in LdapUserService and RedmineUserService (issue 183)
  346. - Added Dutch translation
  347. changes:
  348. - ''Gitblit GO and Gitblit WAR are now both configured by `gitblit.properties`. WAR is no longer configured by `web.xml`.
  349. However, Express for OpenShift continues to be configured by `web.xml`.''
  350. - Support for a *--baseFolder* command-line argument for Gitblit GO and Gitblit Certificate Authority
  351. - Support for specifying a *${baseFolder}* parameter in `gitblit.properties` and `web.xml` for several settings
  352. - Improve history display of a submodule link
  353. - Updated Korean translation
  354. - Updated checkstyle definition
  355. settings:
  356. - { name: fanout.bindInterface, defaultValue: localhost }
  357. - { name: fanout.port, defaultValue: 0 }
  358. - { name: fanout.useNio, defaultValue: 'true' }
  359. - { name: fanout.connectionLimit, defaultValue: 0 }
  360. contributors:
  361. - James Moger
  362. - github/mystygage
  363. - Dongsu, KIM
  364. - Jeroen Baten
  365. - github/inaiat
  366. }
  367. #
  368. # 1.2.0
  369. #
  370. r15: {
  371. title: Gitblit 1.2.0 Released
  372. id: 1.2.0
  373. date: 2012-12-31
  374. note: ''
  375. The permissions model has changed in the 1.2.0 release.
  376. 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.
  377. ''
  378. fixes:
  379. - Fixed regression in *isFrozen* (issue 181)
  380. - Author metrics can be broken by newlines in email addresses from converted repositories (issue 176)
  381. - Set subjectAlternativeName on generated SSL cert if CN is an ip address (issue 170)
  382. - Fixed incorrect links on history page for files not in the current/active commit (issue 166)
  383. - Empty repository page failed to handle missing repository (issue 160)
  384. - Fixed broken ticgit urls (issue 157)
  385. - Exclude submodules from zip downloads (issue 151)
  386. - Fixed bug where repository ownership was not updated on rename user
  387. - Fixed bug in create/rename repository if you explicitly specified the alias for the root group (e.g. main/myrepo) (issue 143)
  388. - Wrapped Markdown parser with improved exception handler (issue 142)
  389. - Fixed duplicate entries in repository cache (issue 140)
  390. - Fixed connection leak in LDAPUserService (issue 139)
  391. - Fixed bug in commit page where changes to a submodule threw a null pointer exception (issue 132)
  392. - Fixed bug in the diff view for filenames that have non-ASCII characters (issue 128)
  393. additions:
  394. - ''
  395. Implemented discrete repository permissions (issue 36)
  396. - V (view in web ui, RSS feeds, download zip)
  397. - R (clone)
  398. - RW (clone and push)
  399. - RWC (clone and push with ref creation)
  400. - RWD (clone and push with ref creation, deletion)
  401. - RW+ (clone and push with ref creation, deletion, rewind)
  402. 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.
  403. ''
  404. - ''Implemented *case-insensitive* regex repository permission matching (issue 36)
  405. This allows you to specify a permission like `RW:mygroup/.*` to grant push privileges to all repositories within the *mygroup* project/folder.''
  406. - Added DELETE, CREATE, and NON-FAST-FORWARD ref change logging
  407. - ''Added support for personal repositories.
  408. 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.''
  409. - ''Added support for server-side forking of a repository to a personal repository (issue 137)
  410. 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.''
  411. - Added optional *create-on-push* support
  412. - Added **experimental** JGit-based garbage collection service. This service is disabled by default.
  413. - ''Added support for X509 client certificate authentication. (issue 106)
  414. 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.''
  415. - 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>
  416. - Added support for Gitblit GO to require usage of client certificates to access the entire server.
  417. - Added **Gitblit Certificate Authority**, an x509 PKI management tool for Gitblit GO to encourage use of x509 client certificate authentication.
  418. - Added web.shortCommitId setting to control length of shortened commit ids
  419. - Added alternate compressed download formats: tar.gz, tar.xz, tar.bzip2 (issue 174)
  420. - Added simple project pages. A project is a subfolder off the *git.repositoriesFolder*.
  421. - Added support for X-Forwarded-Context for Apache subdomain proxy configurations (issue 135)
  422. - Delete branch feature (issue 121)
  423. - Added line links to blob view (issue 130)
  424. - Added HTML sendmail hook script and Gitblit.sendHtmlMail method
  425. - Added RedmineUserService
  426. - Support for committer verification. Requires use of *--no-ff* when merging branches or pull requests. See setup page for details.
  427. - Added Brazilian Portuguese translation
  428. changes:
  429. - Added server setting to specify keystore alias for ssl certificate (issue 98)
  430. - Added optional global and per-repository activity page commit contribution throttle to help tame *really* active repositories (issue 173)
  431. - Added support for symlinks in tree page and commit page (issue 171)
  432. - 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.
  433. - Added *groovy* and *scala* to *web.prettyPrintExtensions*
  434. - Added short commit id column to log and history tables (issue 168)
  435. - Teams can now specify the *admin*, *create*, and *fork* roles to simplify user administration
  436. - Use https Gravatar urls to avoid browser complaints
  437. - Added frm to default pretty print extensions (issue 156)
  438. - Expose ReceivePack to Groovy push hooks (issue 125)
  439. - Redirect to summary page when refreshing the empty repository page on a repository that is not empty (issue 129)
  440. - 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)
  441. - ''LDAP admin attribute setting is now consistent with LDAP teams setting and admin teams list.
  442. 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.''
  443. - Support servlet container authentication for existing UserModels (issue 68)
  444. settings:
  445. - { name: web.allowForking, defaultValue: 'true' }
  446. - { name: git.allowCreateOnPush, defaultValue: 'true' }
  447. - { name: git.allowGarbageCollection, defaultValue: 'false' }
  448. - { name: git.garbageCollectionHour, defaultValue: 0 }
  449. - { name: git.defaultGarbageCollectionThreshold, defaultValue: 500k }
  450. - { name: git.defaultGarbageCollectionPeriod, defaultValue: 7 days }
  451. - { name: git.requireClientCertificates, defaultValue: 'false' }
  452. - { name: git.enforceCertificateValidity, defaultValue: 'true' }
  453. - { name: git.certificateUsernameOIDs, defaultValue: CN }
  454. - { name: web.shortCommitIdLength, defaultValue: 8 }
  455. - { name: web.compressedDownloads, defaultValue: zip gz }
  456. - { name: server.requireClientCertificates, defaultValue: 'false' }
  457. dependencyChanges:
  458. - Jetty 7.6.8
  459. - JGit 2.2.0.201212191850-r
  460. - Groovy 1.8.8
  461. - Wicket 1.4.21
  462. - Lucene 3.6.1
  463. - BouncyCastle 1.47
  464. - MarkdownPapers 1.3.2
  465. - JCalendar 1.3.2
  466. - Commons-Compress 1.4.1
  467. - XZ for Java 1.0
  468. contributors:
  469. - James Moger
  470. - github/rafaelcavazin
  471. - github/mallowlabs
  472. - github/sauthieg
  473. - github/ajermakovics
  474. - github/kevinanderson1
  475. - github/jpyeron
  476. }
  477. #
  478. # 1.1.0
  479. #
  480. r14: {
  481. title: Gitblit 1.1.0 Released
  482. id: 1.1.0
  483. date: 2012-08-25
  484. 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.
  485. fixes:
  486. - 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)
  487. - Fixed MailExecutor's failure to cope with mail server connection troubles resulting in 100% CPU usage
  488. - Fixed generated urls in Groovy *sendmail* hook script for grouped repositories
  489. - Fixed generated urls in RSS feeds for grouped repositories
  490. - Fixed nullpointer exception in git servlet security filter (issue 123)
  491. - Eliminated an unnecessary repository enumeration call on the root page which should result in faster page loads (issue 103)
  492. - Gitblit could not delete a Lucene index in a working copy on index upgrade
  493. - Do not index submodule links (issue 119)
  494. - Restore original user or team object on failure to update (issue 118)
  495. - Fixes to relative path determination in repository search algorithm for symlinks (issue 116)
  496. - Fix to GitServlet to allow pushing to symlinked repositories (issue 116)
  497. - Repository URL now uses `X-Forwarded-Proto` and `X-Forwarded-Port`, if available, for reverse proxy configurations (issue 115)
  498. - Output real RAW content, not simulated RAW content (issue 114)
  499. - Fixed Lucene charset encoding bug when reindexing a repository (issue 112)
  500. - Fixed search box linking to Lucene page for grouped repository on Tomcat (issue 111)
  501. - Fixed null pointer in LdapUserSerivce if account has a null email address (issue 110)
  502. - Really fixed failure to update a GO setting from the manager (issue 85)
  503. additions:
  504. - Identified repository list is now cached by default to reduce disk io and to improve performance (issue 103)
  505. - Preliminary bare repository submodule support
  506. - ''
  507. *git.submoduleUrlPatterns* is a space-delimited list of regular expressions for extracting a repository name from a submodule url.
  508. For example, `git.submoduleUrlPatterns = .*?://github.com/(.*)` would extract *gitblit/gitblit.git* from *git://github.git/gitblit/gitblit.git*
  509. **Note:** You may not need this control to work with submodules, but it is there if you do.
  510. - 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)*
  511. - 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.
  512. - Submodule references in a working copy will be properly identified as gitlinks, but Gitblit will not traverse into the working copy submodule repository.
  513. ''
  514. - ''
  515. Added a repository setting to control authorization as AUTHENTICATED or NAMED. (issue 117)
  516. NAMED is the original behavior for authorizing against a list of permitted users or permitted teams.
  517. AUTHENTICATED allows restricted access for any authenticated user. This is a looser authorization control.
  518. ''
  519. - Added default authorization control setting (AUTHENTICATED or NAMED)
  520. - Added setting to control how deep Gitblit will recurse into *git.repositoriesFolder* looking for repositories (issue 103)
  521. - Added setting to specify regex exclusions for repositories (issue 103)
  522. - Blob page now supports displaying images (issue 6)
  523. - Non-image binary files can now be downloaded using the RAW link
  524. - Support StartTLS in LdapUserService (issue 122)
  525. - Added Korean translation
  526. changes:
  527. - 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.
  528. - Improve UTF-8 reading for Markdown files
  529. - Updated Polish translation
  530. - Updated Japanese translation
  531. - Updated Spanish translation
  532. settings:
  533. - { name: git.cacheRepositoryList, defaultValue: 'true' }
  534. - { name: git.submoduleUrlPatterns, defaultValue: * }
  535. - { name: git.searchExclusions, defaultValue: * }
  536. - { name: git.searchRecursionDepth, defaultValue: -1 }
  537. - { name: git.defaultAuthorizationControl, defaultValue: NAMED }
  538. contributors:
  539. - James Moger
  540. - Steffen Gebert
  541. }
  542. #
  543. # 1.0.0
  544. #
  545. r13: {
  546. title: Gitblit 1.0.0 Released
  547. id: 1.0.0
  548. date: 2012-07-14
  549. fixes:
  550. - 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.
  551. - Fixed intermittent bug in identifying line numbers in Lucene search (issue 105)
  552. - 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)
  553. - Fixed bug where a repository set as *authenticated push* did not have anonymous clone access (issue 96)
  554. - Fixed bug in Basic authentication if passwords had a colon
  555. - Fixed bug where the Gitblit Manager could not update a setting that was not referenced in reference.properties (issue 85)
  556. changes:
  557. - ''**Updated Lucene index version which will force a rebuild of ALL your Lucene indexes**
  558. Make sure to properly set *web.blobEncodings* before starting Gitblit if you are updating! (issue 97)''
  559. - Changed default layout for web ui from Fixed-Width layout to Responsive layout (issue 101)
  560. - ''IUserService interface has changed to better accomodate custom authentication and/or custom authorization<
  561. The default `users.conf` now supports persisting display names and email addresses.''
  562. - Updated Japanese translation
  563. additions:
  564. - Added setting to allow specification of a robots.txt file (issue 99)
  565. - ''Added setting to control Responsive layout or Fixed-Width layout (issue 101)
  566. 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.''
  567. - Added setting to control charsets for blob string decoding. Default encodings are UTF-8, ISO-8859-1, and the server default charset. (issue 97)
  568. - ''Exposed JGit internal configuration settings in gitblit.properties/web.xml (issue 93)
  569. Review your `gitblit.properties` or `web.xml` for detailed explanations of these settings.''
  570. - Added default access restriction. Applies to new repositories and repositories that have not been configured with Gitblit. (issue 88)
  571. - 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
  572. - ''Added setting to control Groovy Grape root folder (location where resolved dependencies are stored)
  573. [Grape](http://groovy.codehaus.org/Grape) allows you to add Maven dependencies to your pre-/post-receive hook script classpath.''
  574. - Added LDAP User Service with many new *realm.ldap* keys
  575. - ''Added support for custom repository properties for Groovy hooks
  576. 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.''
  577. - Added script to facilitate proxy environment setup on Linux
  578. - Added Polish translation
  579. - Added Spanish translation
  580. settings:
  581. - { name: groovy.grapeFolder, defaultValue: groovy/grape }
  582. - { name: web.robots.txt, defaultValue: }
  583. - { name: web.useResponsiveLayout, defaultValue: 'true' }
  584. - { name: web.blobEncodings, defaultValue: UTF-8 ISO-8859-1 }
  585. - { name: git.defaultAccessRestriction, defaultValue: NONE }
  586. - { name: git.packedGitWindowSize, defaultValue: 8k }
  587. - { name: git.packedGitLimit, defaultValue: 10m }
  588. - { name: git.deltaBaseCacheLimit, defaultValue: 10m }
  589. - { name: git.packedGitOpenFiles, defaultValue: 128 }
  590. - { name: git.streamFileThreshold, defaultValue: 50m }
  591. - { name: git.packedGitMmap, defaultValue: 'false' }
  592. dependencyChanges:
  593. - Bootstrap 2.0.4
  594. - JGit 2.0.0.201206130900-r
  595. - Groovy 1.8.6
  596. - Gson 1.7.2
  597. - Log4J 1.2.17
  598. - SLF4J 1.6.6
  599. - Apache Commons Daemon 1.0.10
  600. - Ivy 2.2.0
  601. contributors:
  602. - James Moger
  603. - Eduardo Guervos Narvaez
  604. - Lukasz Jader
  605. - github/mragab
  606. - github/jcrygier
  607. - github/zakki
  608. - github/peterloron
  609. }
  610. #
  611. # 0.9.3
  612. #
  613. r12: {
  614. title: Gitblit 0.9.3 Released
  615. id: 0.9.3
  616. date: 2012-04-11
  617. fixes:
  618. - Fixed bug where you could not remove all selections from a RepositoryModel list (permitted users, permitted teams, hook scripts, federation sets, etc) (issue 81)
  619. - Automatically set *java.awt.headless=true* for Gitblit GO
  620. contributors:
  621. - James Moger
  622. }
  623. #
  624. # 0.9.2
  625. #
  626. r11: {
  627. title: Gitblit 0.9.2 Released
  628. id: 0.9.2
  629. date: 2012-04-04
  630. changes:
  631. - Added *clientLogger* bound variable to Groovy hook mechanism to allow custom info and error messages to be returned to the client
  632. fixes:
  633. - Fixed absolute path/canonical path discrepancy between Gitblit and JGit regarding use of symlinks (issue 78)
  634. - Fixed row layout on activity page (issue 79)
  635. - Fixed Centos service script
  636. - Fixed EditRepositoryPage for IE8; missing save button (issue 80)
  637. contributors:
  638. - James Moger
  639. - github/jonnybbb
  640. - github/mohamedmansour
  641. - github/jcrygier
  642. }
  643. #
  644. # 0.9.1
  645. #
  646. r10: {
  647. title: Gitblit 0.9.1 Released
  648. id: 0.9.1
  649. date: 2012-03-27
  650. fixes:
  651. - Lucene folder was stored in working copy instead of in .git folder
  652. contributors:
  653. - James Moger
  654. }
  655. #
  656. # 0.9.0
  657. #
  658. r9: {
  659. title: Gitblit 0.9.0 Released
  660. id: 0.9.0
  661. date: 2012-03-27
  662. security:
  663. - Fixed session fixation vulnerability where the session identifier was not reset during the login process (issue 62)
  664. changes:
  665. - Reject pushes to a repository with a working copy (i.e. non-bare repository) (issue-49)
  666. - Changed default web.datetimestampLongFormat from *EEEE, MMMM d, yyyy h:mm a z* to *EEEE, MMMM d, yyyy HH:mm Z* (issue 50)
  667. - Expanded commit age coloring from 2 days to 30 days (issue 57)
  668. additions:
  669. - ''Added optional Lucene branch indexing (issue 16)
  670. 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.)
  671. 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/>
  672. If the repository does not specify any indexed branches then repository commit-traversal search is used.
  673. **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/>
  674. See the [setup](setup.html) page for additional details.''
  675. - Allow specifying timezone to use for Gitblit which is independent of both the JVM and the system timezone (issue 54)
  676. - Added a built-in AJP connector for integrating Gitblit GO into an Apache mod_proxy setup (issue 59)
  677. - ''On the Repositories page show a bang *!* character in the color swatch of a repository with a working copy (issue 49)
  678. Push requests to these repositories will be rejected.''
  679. - On all non-bare Repository pages show *WORKING COPY* in the upper right corner (issue 49)
  680. - New setting to prevent display/serving non-bare repositories
  681. - Added *protect-refs.groovy*
  682. - Allow setting default branch (relinking HEAD) to a branch or a tag
  683. - Added Ubuntu service init script (issue 72)
  684. - Added partial Japanese translation
  685. fixes:
  686. - Ensure that Welcome message is parsed using UTF-8 encoding (issue 74)
  687. - Activity page chart layout broken by Google (issue 73)
  688. - Uppercase repositories not selectable in edit palettes (issue 71)
  689. - Not all git notes were properly displayed on the commit page (issue 70)
  690. - Activity page now displays all local branches (issue 65)
  691. - Fixed (harmless) nullpointer on pushing to an empty repository (issue 69)
  692. - Fixed possible nullpointer from the servlet container on startup (issue 67)
  693. - Fixed UTF-8 encoding bug on diff page (issue 66)
  694. - Fixed timezone bugs on the activity page (issue 54)
  695. - Prevent add/edit team with no selected repositories (issue 56)
  696. - Disallow browser autocomplete on add/edit user/team/repository pages
  697. - Fixed username case-sensitivity issues (issue 43)
  698. - Disregard searching a subfolder if Gitblit does not have filesystem permissions (issue 51)
  699. settings:
  700. - { name: web.allowLuceneIndexing, defaultValue: 'true' }
  701. - { 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 }
  702. - { name: web.timezone, defaultValue: }
  703. - { name: server.ajpPort, defaultValue: 0 }
  704. - { name: server.ajpBindInterface, defaultValue: localhost }
  705. - { name: git.onlyAccessBareRepositories, defaultValue: 'false' }
  706. dependencyChanges:
  707. - Bootstrap 2.0.2
  708. - MarkdownPapers 1.2.7
  709. - JGit 1.3.0.201202151440-r
  710. - Wicket 1.4.20
  711. contributors:
  712. - James Moger
  713. - github/lemval
  714. - github/zakki
  715. - github/plm
  716. }
  717. #
  718. # 0.8.2
  719. #
  720. r8: {
  721. title: Gitblit 0.8.2 Released
  722. id: 0.8.2
  723. date: 2012-01-13
  724. fixes:
  725. - Fixed bug when upgrading from users.properties to users.conf (issue 41)
  726. contributors:
  727. - James Moger
  728. }
  729. #
  730. # 0.8.1
  731. #
  732. r7: {
  733. title: Gitblit 0.8.1 Released
  734. id: 0.8.1
  735. date: 2012-01-11
  736. fixes:
  737. - Include missing icon resource for the manager (issue 40)
  738. - Fixed sendmail.groovy message content with incorrect tag/branch labels
  739. contributors:
  740. - James Moger
  741. }
  742. #
  743. # 0.8.0
  744. #
  745. r6: {
  746. title: Gitblit 0.8.0 Released
  747. id: 0.8.0
  748. date: 2012-01-11
  749. additions:
  750. - ''Platform-independent, Groovy push hook script mechanism.
  751. Hook scripts can be set per-repository, per-team, or globally for all repositories.''
  752. - ''*sendmail.groovy* for optional email notifications on push.
  753. You must properly configure your SMTP server settings in `gitblit.properties` or `web.xml` to use *sendmail.groovy*.''
  754. - 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.
  755. - *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.
  756. - ''New default user service implementation: *com.gitblit.ConfigUserService* (`users.conf`)
  757. 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.
  758. 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.
  759. The original `users.properties` file and the corresponding implementation are **deprecated**.''
  760. - Teams for specifying user-repository access in bulk. Teams may also specify mailing lists addresses and pre- & post- receive hook scripts.
  761. - Gravatar integration
  762. - Activity page for aggregated repository activity. This is a timeline of commit activity over the last N days for one or more repositories.
  763. - *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)
  764. - Flash-based 1-step *copy to clipboard* of the primary repository url based on Clippy
  765. - 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
  766. - 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)
  767. - 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.
  768. - Gitblit Express bundle to get started running Gitblit on RedHat OpenShift cloud <span class="label label-warning">BETA</span>
  769. changes:
  770. - Dropped display of trailing .git from repository names
  771. - ''Gitblit GO is now monolithic like the WAR build. (issue 30)
  772. This change helps adoption of GO in environments without an internet connection or with a restricted connection.''
  773. - 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
  774. fixes:
  775. - Several a bugs in FileUserService related to cleaning up old repository permissions on a rename or delete
  776. - Renaming a repository into a new subfolder failed (issue 33)
  777. settings:
  778. - { name: groovy.scriptsFolder, defaultValue: groovy }
  779. - { name: groovy.preReceiveScripts, defaultValue: }
  780. - { name: groovy.postReceiveScripts, defaultValue: }
  781. - { name: mail.mailingLists, defaultValue: }
  782. - { name: realm.userService, defaultValue: users.conf }
  783. - { name: web.allowGravatar, defaultValue: 'true' }
  784. - { name: web.activityDuration, defaultValue: 14 }
  785. - { name: web.timeFormat, defaultValue: HH:mm }
  786. - { name: web.datestampLongFormat, defaultValue: "EEEE, MMMM d, yyyy" }
  787. - { name: web.customFilters, defaultValue: }
  788. - { name: web.allowFlashCopyToClipboard, defaultValue: 'true' }
  789. dependencyChanges:
  790. - JGit 1.2.0
  791. - Groovy 1.8.5
  792. - Clippy
  793. contributors:
  794. - James Moger
  795. }
  796. #
  797. # 0.7.0
  798. #
  799. r5: {
  800. title: Gitblit 0.7.0 Released
  801. id: 0.7.0
  802. date: 2011-11-11
  803. security:
  804. - fixed security hole when cloning clone-restricted repository with TortoiseGit (issue 28)
  805. fixes:
  806. - ''federation protocol timestamps. dates are now serialized to the [iso8601](http://en.wikipedia.org/wiki/ISO_8601) standard.
  807. **This breaks 0.6.0 federation clients/servers.**''
  808. - collision on rename for repositories and users
  809. - Gitblit can now browse the Linux kernel repository (issue 25)
  810. - Gitblit now runs on Servlet 3.0 webservers (e.g. Tomcat 7, Jetty 8) (issue 23)
  811. - Set the RSS content type of syndication feeds for Firefox 4 (issue 22)
  812. - RSS feeds are now properly encoded to UTF-8
  813. - RSS feeds now properly generate parameterized links if *web.mountParameters=false*
  814. - Null pointer exception if did not set federation strategy (issue 20)
  815. - Gitblit GO allows SSL renegotiation if running on Java 1.6.0_22 or later
  816. changes:
  817. - updated ui with Twitter Bootstrap CSS toolkit
  818. - repositories list performance by caching repository sizes (issue 27)
  819. - summary page performance by caching metric calculations (issue 25)
  820. additions:
  821. - authenticated JSON RPC mechanism
  822. - Gitblit API RSS/JSON RPC library
  823. - Gitblit Manager (Java/Swing Application) for remote administration of a Gitblit server.
  824. - per-repository setting to skip size calculation (faster repositories page loading)
  825. - per-repository setting to skip summary metrics calculation (faster summary page loading)
  826. - IUserService.setup(IStoredSettings) for custom user service implementations
  827. - setting to control Gitblit GO context path for proxy setups
  828. - *combined-md5* password storage option which stores the hash of username+password as the password
  829. - repository owners are automatically granted access for git, feeds, and zip downloads without explicitly selecting them
  830. - RSS feeds now include regex substitutions on commit messages for bug trackers, etc
  831. settings:
  832. - { name: web.loginMessage, defaultValue: gitblit }
  833. - { name: web.enableRpcServlet, defaultValue: 'true' }
  834. - { name: web.enableRpcManagement, defaultValue: 'false' }
  835. - { name: web.enableRpcAdministration, defaultValue: 'false' }
  836. - { name: server.contextPath, defaultValue: / }
  837. dependencyChanges:
  838. - MarkdownPapers 1.2.5
  839. - Wicket 1.4.19
  840. contributors:
  841. - James Moger
  842. - github/dadalar
  843. - github/alyandon
  844. - github/trygvis
  845. }
  846. #
  847. # 0.6.0
  848. #
  849. r4: {
  850. title: Gitblit 0.6.0 Released
  851. id: 0.6.0
  852. date: 2011-09-27
  853. fixes:
  854. - syndication urls for WAR deployments
  855. - authentication for zip downloads
  856. additions:
  857. - 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.
  858. - user role *#notfederated* to prevent a user account from being pulled by a federated Gitblit instance
  859. settings:
  860. - { name: federation.name, defaultValue: }
  861. - { name: federation.passphrase, defaultValue: }
  862. - { name: federation.allowProposals, defaultValue: 'false' }
  863. - { name: federation.proposalsFolder, defaultValue: proposals }
  864. - { name: federation.defaultFrequency, defaultValue: 60 mins }
  865. - { name: federation.sets, defaultValue: }
  866. - { name: "mail.*", defaultValue: }
  867. dependencyChanges:
  868. - MarkdownPapers 1.1.1
  869. - Wicket 1.4.18
  870. - JGit 1.1.0
  871. - google-gson
  872. - javamail
  873. contributors:
  874. - James Moger
  875. }
  876. #
  877. # 0.5.2
  878. #
  879. r3: {
  880. title: Gitblit 0.5.2 Released
  881. id: 0.5.2
  882. date: 2011-07-27
  883. fixes:
  884. - active repositories with a HEAD that pointed to an empty branch caused internal errors (issue 14)
  885. - bare-cloned repositories were listed as (empty) and were not clickable (issue 13)
  886. - default port for Gitblit GO is now 8443 to be more linux/os x friendly (issue 12)
  887. - repositories can now be reliably deleted and renamed (issue 10)
  888. - users can now change their passwords (issue 1)
  889. - always show root repository group first, i.e. do not sort root group with other groups
  890. - tone-down repository group header color
  891. additions:
  892. - optionally display repository on-disk size on repositories page
  893. - forward-slashes ('/', %2F) can be encoded using a custom character to workaround some servlet container default security measures for proxy servers
  894. settings:
  895. - { name: web.showRepositorySizes, defaultValue: 'true' }
  896. - { name: web.forwardSlashCharacter, defaultValue: / }
  897. dependencyChanges:
  898. - MarkdownPapers 1.1.0
  899. - Jetty 7.4.3
  900. contributors:
  901. - James Moger
  902. }
  903. #
  904. # 0.5.1
  905. #
  906. r2: {
  907. title: Gitblit 0.5.1 Released
  908. id: 0.5.1
  909. date: 2011-06-28
  910. changes:
  911. - clarified SSL certificate generation and configuration for both server-side and client-side
  912. - added some more troubleshooting information to documentation
  913. - replaced JavaService with Apache Commons Daemon
  914. contributors:
  915. - James Moger
  916. }
  917. #
  918. # 0.5.0
  919. #
  920. r1: {
  921. title: Gitblit 0.5.0 Released
  922. id: 0.5.0
  923. date: 2011-06-26
  924. text: initial release
  925. contributors:
  926. - James Moger
  927. }
  928. snapshot: &r20
  929. release: &r19
  930. releases: &r[1..19]