NEWS 43 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637
  1. 0.18.5 UNRELEASED
  2. BUG FIXES
  3. * Fix cwd for hooks. (Fabian Grünbichler)
  4. API CHANGES
  5. * GitFile now raises ``FileLocked`` when encountering a lock
  6. rather than OSError(EEXIST). (Jelmer Vernooij)
  7. 0.18.4 2017-10-01
  8. BUG FIXES
  9. * Make default User-Agent start with "git/" because GitHub won't response to
  10. HTTP smart server requests otherwise (and reply with a 404).
  11. (Jelmer vernooij, #562)
  12. 0.18.3 2017-09-03
  13. BUG FIXES
  14. * Read config during porcelain operations that involve remotes.
  15. (Jelmer Vernooij, #545)
  16. * Fix headers of empty chunks in unified diffs. (Taras Postument, #543)
  17. * Properly follow redirects over HTTP. (Jelmer Vernooij, #117)
  18. IMPROVEMENTS
  19. * Add ``dulwich.porcelain.update_head``. (Jelmer Vernooij, #439)
  20. * ``GitClient.fetch_pack`` now returns symrefs.
  21. (Jelmer Vernooij, #485)
  22. * The server now supports providing symrefs.
  23. (Jelmer Vernooij, #485)
  24. * Add ``dulwich.object_store.commit_tree_changes`` to incrementally
  25. commit changes to a tree structure. (Jelmer Vernooij)
  26. * Add basic ``PackBasedObjectStore.repack`` method.
  27. (Jelmer Vernooij, Earl Chew, #296, #549, #552)
  28. 0.18.2 2017-08-01
  29. TEST FIXES
  30. * Use constant timestamp so tests pass in all timezones, not just BST.
  31. (Jelmer Vernooij)
  32. 0.18.1 2017-07-31
  33. BUG FIXES
  34. * Fix syntax error in dulwich.contrib.test_swift_smoke.
  35. (Jelmer Vernooij)
  36. 0.18.0 2017-07-31
  37. BUG FIXES
  38. * Fix remaining tests on Windows. (Jelmer Vernooij, #493)
  39. * Fix build of C extensions with Python 3 on Windows.
  40. (Jelmer Vernooij)
  41. * Pass 'mkdir' argument onto Repo.init_bare in Repo.clone.
  42. (Jelmer Vernooij, #504)
  43. * In ``dulwich.porcelain.add``, if no files are specified,
  44. add from current working directory rather than repository root.
  45. (Jelmer Vernooij, #521)
  46. * Properly deal with submodules in 'porcelain.status'.
  47. (Jelmer Vernooij, #517)
  48. * ``dulwich.porcelain.remove`` now actually removes files from
  49. disk, not just from the index. (Jelmer Vernooij, #488)
  50. * Fix handling of "reset" command with markers and without
  51. "from". (Antoine Pietri)
  52. * Fix handling of "merge" command with markers. (Antoine Pietri)
  53. * Support treeish argument to porcelain.reset(), rather than
  54. requiring a ref/commit id. (Jelmer Vernooij)
  55. * Handle race condition when mtime doesn't change between writes/reads.
  56. (Jelmer Vernooij, #541)
  57. * Fix ``dulwich.porcelain.show`` on commits with Python 3.
  58. (Jelmer Vernooij, #532)
  59. IMPROVEMENTS
  60. * Add basic support for reading ignore files in ``dulwich.ignore``.
  61. ``dulwich.porcelain.add`` and ``dulwich.porcelain.status`` now honor
  62. ignores. (Jelmer Vernooij, Segev Finer, #524, #526)
  63. * New ``dulwich.porcelain.check_ignore`` command.
  64. (Jelmer Vernooij)
  65. * ``dulwich.porcelain.status`` now supports a ``ignored`` argument.
  66. (Jelmer Vernooij)
  67. DOCUMENTATION
  68. * Clarified docstrings for Client.{send_pack,fetch_pack} implementations.
  69. (Jelmer Vernooij, #523)
  70. 0.17.3 2017-03-20
  71. PLATFORM SUPPORT
  72. * List Python 3.3 as supported. (Jelmer Vernooij, #513)
  73. BUG FIXES
  74. * Fix compatibility with pypy 3. (Jelmer Vernooij)
  75. 0.17.2 2017-03-19
  76. BUG FIXES
  77. * Add workaround for
  78. https://bitbucket.org/pypy/pypy/issues/2499/cpyext-pystring_asstring-doesnt-work,
  79. fixing Dulwich when used with C extensions on pypy < 5.6. (Victor Stinner)
  80. * Properly quote config values with a '#' character in them.
  81. (Jelmer Vernooij, #511)
  82. 0.17.1 2017-03-01
  83. IMPROVEMENTS
  84. * Add basic 'dulwich pull' command. (Jelmer Vernooij)
  85. BUG FIXES
  86. * Cope with existing submodules during pull.
  87. (Jelmer Vernooij, #505)
  88. 0.17.0 2017-03-01
  89. TEST FIXES
  90. * Skip test that requires sync to synchronize filesystems if os.sync is
  91. not available. (Koen Martens)
  92. IMPROVEMENTS
  93. * Implement MemoryRepo.{set_description,get_description}.
  94. (Jelmer Vernooij)
  95. * Raise exception in Repo.stage() when absolute paths are
  96. passed in. Allow passing in relative paths to
  97. porcelain.add().(Jelmer Vernooij)
  98. BUG FIXES
  99. * Handle multi-line quoted values in config files.
  100. (Jelmer Vernooij, #495)
  101. * Allow porcelain.clone of repository without HEAD.
  102. (Jelmer Vernooij, #501)
  103. * Support passing tag ids to Walker()'s include argument.
  104. (Jelmer Vernooij)
  105. * Don't strip trailing newlines from extra headers.
  106. (Nicolas Dandrimont)
  107. * Set bufsize=0 for subprocess interaction with SSH client.
  108. Fixes hangs on Python 3. (René Stern, #434)
  109. * Don't drop first slash for SSH paths, except for those
  110. starting with "~". (Jelmer Vernooij, René Stern, #463)
  111. * Properly log off after retrieving just refs.
  112. (Jelmer Vernooij)
  113. 0.16.3 2016-01-14
  114. TEST FIXES
  115. * Remove racy check that relies on clock time changing between writes.
  116. (Jelmer Vernooij)
  117. IMPROVEMENTS
  118. * Add porcelain.remote_add. (Jelmer Vernooij)
  119. 0.16.2 2016-01-14
  120. IMPROVEMENTS
  121. * Fixed failing test-cases on windows.
  122. (Koen Martens)
  123. API CHANGES
  124. * Repo is now a context manager, so that it can be easily
  125. closed using a ``with`` statement. (Søren Løvborg)
  126. TEST FIXES
  127. * Only run worktree list compat tests against git 2.7.0,
  128. when 'git worktree list' was introduced. (Jelmer Vernooij)
  129. BUG FIXES
  130. * Ignore filemode when building index when core.filemode
  131. is false.
  132. (Koen Martens)
  133. * Initialize core.filemode configuration setting by
  134. probing the filesystem for trustable permissions.
  135. (Koen Martens)
  136. * Fix ``porcelain.reset`` to respect the comittish argument.
  137. (Koen Martens)
  138. * Fix dulwich.porcelain.ls_remote() on Python 3.
  139. (#471, Jelmer Vernooij)
  140. * Allow both unicode and byte strings for host paths
  141. in dulwich.client. (#435, Jelmer Vernooij)
  142. * Add remote from porcelain.clone. (#466, Jelmer Vernooij)
  143. * Fix unquoting of credentials before passing to urllib2.
  144. (#475, Volodymyr Holovko)
  145. * Cope with submodules in `build_index_from_tree`.
  146. (#477, Jelmer Vernooij)
  147. * Handle deleted files in `get_unstaged_changes`.
  148. (#483, Doug Hellmann)
  149. * Don't overwrite files when they haven't changed in
  150. `build_file_from_blob`.
  151. (#479, Benoît HERVIER)
  152. * Check for existence of index file before opening pack.
  153. Fixes a race when new packs are being added.
  154. (#482, wme)
  155. 0.16.1 2016-12-25
  156. BUG FIXES
  157. * Fix python3 compatibility for dulwich.contrib.release_robot.
  158. (Jelmer Vernooij)
  159. 0.16.0 2016-12-24
  160. IMPROVEMENTS
  161. * Add support for worktrees. See `git-worktree(1)` and
  162. `gitrepository-layout(5)`. (Laurent Rineau)
  163. * Add support for `commondir` file in Git control
  164. directories. (Laurent Rineau)
  165. * Add support for passwords in HTTP URLs.
  166. (Jon Bain, Mika Mäenpää)
  167. * Add `release_robot` script to contrib,
  168. allowing easy finding of current version based on Git tags.
  169. (Mark Mikofski)
  170. * Add ``Blob.splitlines`` method.
  171. (Jelmer Vernooij)
  172. BUG FIXES
  173. * Fix handling of ``Commit.tree`` being set to an actual
  174. tree object rather than a tree id. (Jelmer Vernooij)
  175. * Return remote refs from LocalGitClient.fetch_pack(),
  176. consistent with the documentation for that method.
  177. (#461, Jelmer Vernooij)
  178. * Fix handling of unknown URL schemes in get_transport_and_path.
  179. (#465, Jelmer Vernooij)
  180. 0.15.0 2016-10-09
  181. BUG FIXES
  182. * Allow missing trailing LF when reading service name from
  183. HTTP servers. (Jelmer Vernooij, Andrew Shadura, #442)
  184. * Fix dulwich.porcelain.pull() on Python3. (Jelmer Vernooij, #451)
  185. * Properly pull in tags during dulwich.porcelain.clone.
  186. (Jelmer Vernooij, #408)
  187. CHANGES
  188. * Changed license from "GNU General Public License, version 2.0 or later"
  189. to "Apache License, version 2.0 or later or GNU General Public License,
  190. version 2.0 or later". (#153)
  191. IMPROVEMENTS
  192. * Add ``dulwich.porcelain.ls_tree`` implementation. (Jelmer Vernooij)
  193. 0.14.1 2016-07-05
  194. BUG FIXES
  195. * Fix regression removing untouched refs when pushing over SSH.
  196. (Jelmer Vernooij #441)
  197. * Skip Python3 tests for SWIFT contrib module, as it has not yet
  198. been ported.
  199. 0.14.0 2016-07-03
  200. BUG FIXES
  201. * Fix ShaFile.id after modification of a copied ShaFile.
  202. (Félix Mattrat, Jelmer Vernooij)
  203. * Support removing refs from porcelain.push.
  204. (Jelmer Vernooij, #437)
  205. * Stop magic protocol ref `capabilities^{}` from leaking out
  206. to clients. (Jelmer Vernooij, #254)
  207. IMPROVEMENTS
  208. * Add `dulwich.config.parse_submodules` function.
  209. * Add `RefsContainer.follow` method. (#438)
  210. 0.13.0 2016-04-24
  211. IMPROVEMENTS
  212. * Support `ssh://` URLs in get_transport_and_path_from_url().
  213. (Jelmer Vernooij, #402)
  214. * Support missing empty line after headers in Git commits and tags.
  215. (Nicolas Dandrimont, #413)
  216. * Fix `dulwich.porcelain.status` when used in empty trees.
  217. (Jelmer Vernooij, #415)
  218. * Return copies of objects in MemoryObjectStore rather than
  219. references, making the behaviour more consistent with that of
  220. DiskObjectStore. (Félix Mattrat, Jelmer Vernooij)
  221. * Fix ``dulwich.web`` on Python3. (#295, Jonas Haag)
  222. CHANGES
  223. * Drop support for Python 2.6.
  224. * Fix python3 client web support. (Jelmer Vernooij)
  225. BUG FIXES
  226. * Fix hang on Gzip decompression. (Jonas Haag)
  227. * Don't rely on working tell() and seek() methods
  228. on wsgi.input. (Jonas Haag)
  229. * Support fastexport/fastimport functionality on python3 with newer
  230. versions of fastimport (>= 0.9.5). (Jelmer Vernooij, Félix Mattrat)
  231. 0.12.0 2015-12-13
  232. IMPROVEMENTS
  233. * Add a `dulwich.archive` module that can create tarballs.
  234. Based on code from Jonas Haag in klaus.
  235. * Add a `dulwich.reflog` module for reading and writing reflogs.
  236. (Jelmer Vernooij)
  237. * Fix handling of ambiguous refs in `parse_ref` to make
  238. it match the behaviour described in https://git-scm.com/docs/gitrevisions.
  239. (Chris Bunney)
  240. * Support Python3 in C modules. (Lele Gaifax)
  241. BUG FIXES
  242. * Simplify handling of SSH command invocation.
  243. Fixes quoting of paths. Thanks, Thomas Liebetraut. (#384)
  244. * Fix inconsistent handling of trailing slashes for DictRefsContainer. (#383)
  245. * Add hack to support thin packs duing fetch(), albeit while requiring the
  246. entire pack file to be loaded into memory. (jsbain)
  247. CHANGES
  248. * This will be the last release to support Python 2.6.
  249. 0.11.2 2015-09-18
  250. IMPROVEMENTS
  251. * Add support for agent= capability. (Jelmer Vernooij, #298)
  252. * Add support for quiet capability. (Jelmer Vernooij)
  253. CHANGES
  254. * The ParamikoSSHVendor class has been moved to
  255. * dulwich.contrib.paramiko_vendor, as it's currently untested.
  256. (Jelmer Vernooij, #364)
  257. 0.11.1 2015-09-13
  258. Fix-up release to exclude broken blame.py file.
  259. 0.11.0 2015-09-13
  260. IMPROVEMENTS
  261. * Extended Python3 support to most of the codebase.
  262. (Gary van der Merwe, Jelmer Vernooij)
  263. * The `Repo` object has a new `close` method that can be called to close any
  264. open resources. (Gary van der Merwe)
  265. * Support 'git.bat' in SubprocessGitClient on Windows.
  266. (Stefan Zimmermann)
  267. * Advertise 'ofs-delta' capability in receive-pack server side
  268. capabilities. (Jelmer Vernooij)
  269. * Switched `default_local_git_client_cls` to `LocalGitClient`.
  270. (Gary van der Merwe)
  271. * Add `porcelain.ls_remote` and `GitClient.get_refs`.
  272. (Michael Edgar)
  273. * Add `Repo.discover` method. (B. M. Corser)
  274. * Add `dulwich.objectspec.parse_refspec`. (Jelmer Vernooij)
  275. * Add `porcelain.pack_objects` and `porcelain.repack`.
  276. (Jelmer Vernooij)
  277. BUG FIXES
  278. * Fix handling of 'done' in graph walker and implement the
  279. 'no-done' capability. (Tommy Yu, #88)
  280. * Avoid recursion limit issues resolving deltas. (William Grant, #81)
  281. * Allow arguments in local client binary path overrides.
  282. (Jelmer Vernooij)
  283. * Fix handling of commands with arguments in paramiko SSH
  284. client. (Andreas Klöckner, Jelmer Vernooij, #363)
  285. * Fix parsing of quoted strings in configs. (Jelmer Vernooij, #305)
  286. 0.10.1 2015-03-25
  287. BUG FIXES
  288. * Return `ApplyDeltaError` when encountering delta errors
  289. in both C extensions and native delta application code.
  290. (Jelmer Vernooij, #259)
  291. 0.10.0 2015-03-22
  292. BUG FIXES
  293. * In dulwich.index.build_index_from_tree, by default
  294. refuse to create entries that start with .git/.
  295. * Fix running of testsuite when installed.
  296. (Jelmer Vernooij, #223)
  297. * Use a block cache in _find_content_rename_candidates(),
  298. improving performance. (Mike Williams)
  299. * Add support for ``core.protectNTFS`` setting.
  300. (Jelmer Vernooij)
  301. * Fix TypeError when fetching empty updates.
  302. (Hwee Miin Koh)
  303. * Resolve delta refs when pulling into a MemoryRepo.
  304. (Max Shawabkeh, #256)
  305. * Fix handling of tags of non-commits in missing object finder.
  306. (Augie Fackler, #211)
  307. * Explicitly disable mmap on plan9 where it doesn't work.
  308. (Jeff Sickel)
  309. IMPROVEMENTS
  310. * New public method `Repo.reset_index`. (Jelmer Vernooij)
  311. * Prevent duplicate parsing of loose files in objects
  312. directory when reading. Thanks to David Keijser for the
  313. report. (Jelmer Vernooij, #231)
  314. 0.9.9 2015-03-20
  315. SECURITY BUG FIXES
  316. * Fix buffer overflow in C implementation of pack apply_delta().
  317. (CVE-2015-0838)
  318. Thanks to Ivan Fratric of the Google Security Team for
  319. reporting this issue.
  320. (Jelmer Vernooij)
  321. 0.9.8 2014-11-30
  322. BUG FIXES
  323. * Various fixes to improve test suite running on Windows.
  324. (Gary van der Merwe)
  325. * Limit delta copy length to 64K in v2 pack files. (Robert Brown)
  326. * Strip newline from final ACKed SHA while fetching packs.
  327. (Michael Edgar)
  328. * Remove assignment to PyList_SIZE() that was causing segfaults on
  329. pypy. (Jelmer Vernooij, #196)
  330. IMPROVEMENTS
  331. * Add porcelain 'receive-pack' and 'upload-pack'. (Jelmer Vernooij)
  332. * Handle SIGINT signals in bin/dulwich. (Jelmer Vernooij)
  333. * Add 'status' support to bin/dulwich. (Jelmer Vernooij)
  334. * Add 'branch_create', 'branch_list', 'branch_delete' porcelain.
  335. (Jelmer Vernooij)
  336. * Add 'fetch' porcelain. (Jelmer Vernooij)
  337. * Add 'tag_delete' porcelain. (Jelmer Vernooij)
  338. * Add support for serializing/deserializing 'gpgsig' attributes in Commit.
  339. (Jelmer Vernooij)
  340. CHANGES
  341. * dul-web is now available as 'dulwich web-daemon'.
  342. (Jelmer Vernooij)
  343. * dulwich.porcelain.tag has been renamed to tag_create.
  344. dulwich.porcelain.list_tags has been renamed to tag_list.
  345. (Jelmer Vernooij)
  346. API CHANGES
  347. * Restore support for Python 2.6. (Jelmer Vernooij, Gary van der Merwe)
  348. 0.9.7 2014-06-08
  349. BUG FIXES
  350. * Fix tests dependent on hash ordering. (Michael Edgar)
  351. * Support staging symbolic links in Repo.stage.
  352. (Robert Brown)
  353. * Ensure that all files object are closed when running the test suite.
  354. (Gary van der Merwe)
  355. * When writing OFS_DELTA pack entries, write correct offset.
  356. (Augie Fackler)
  357. * Fix handler of larger copy operations in packs. (Augie Fackler)
  358. * Various fixes to improve test suite running on Windows.
  359. (Gary van der Merwe)
  360. * Fix logic for extra adds of identical files in rename detector.
  361. (Robert Brown)
  362. IMPROVEMENTS
  363. * Add porcelain 'status'. (Ryan Faulkner)
  364. * Add porcelain 'daemon'. (Jelmer Vernooij)
  365. * Add `dulwich.greenthreads` module which provides support
  366. for concurrency of some object store operations.
  367. (Fabien Boucher)
  368. * Various changes to improve compatibility with Python 3.
  369. (Gary van der Merwe, Hannu Valtonen, michael-k)
  370. * Add OpenStack Swift backed repository implementation
  371. in dulwich.contrib. See README.swift for details. (Fabien Boucher)
  372. API CHANGES
  373. * An optional close function can be passed to the Protocol class. This will
  374. be called by its close method. (Gary van der Merwe)
  375. * All classes with close methods are now context managers, so that they can
  376. be easily closed using a `with` statement. (Gary van der Merwe)
  377. * Remove deprecated `num_objects` argument to `write_pack` methods.
  378. (Jelmer Vernooij)
  379. OTHER CHANGES
  380. * The 'dul-daemon' script has been removed. The same functionality
  381. is now available as 'dulwich daemon'. (Jelmer Vernooij)
  382. 0.9.6 2014-04-23
  383. IMPROVEMENTS
  384. * Add support for recursive add in 'git add'.
  385. (Ryan Faulkner, Jelmer Vernooij)
  386. * Add porcelain 'list_tags'. (Ryan Faulkner)
  387. * Add porcelain 'push'. (Ryan Faulkner)
  388. * Add porcelain 'pull'. (Ryan Faulkner)
  389. * Support 'http.proxy' in HttpGitClient.
  390. (Jelmer Vernooij, #1096030)
  391. * Support 'http.useragent' in HttpGitClient.
  392. (Jelmer Vernooij)
  393. * In server, wait for clients to send empty list of
  394. wants when talking to empty repository.
  395. (Damien Tournoud)
  396. * Various changes to improve compatibility with
  397. Python 3. (Gary van der Merwe)
  398. BUG FIXES
  399. * Support unseekable 'wsgi.input' streams.
  400. (Jonas Haag)
  401. * Raise TypeError when passing unicode() object
  402. to Repo.__getitem__.
  403. (Jonas Haag)
  404. * Fix handling of `reset` command in dulwich.fastexport.
  405. (Jelmer Vernooij, #1249029)
  406. * In client, don't wait for server to close connection
  407. first. Fixes hang when used against GitHub
  408. server implementation. (Siddharth Agarwal)
  409. * DeltaChainIterator: fix a corner case where an object is inflated as an
  410. object already in the repository.
  411. (Damien Tournoud, #135)
  412. * Stop leaking file handles during pack reload. (Damien Tournoud)
  413. * Avoid reopening packs during pack cache reload. (Jelmer Vernooij)
  414. API CHANGES
  415. * Drop support for Python 2.6. (Jelmer Vernooij)
  416. 0.9.5 2014-02-23
  417. IMPROVEMENTS
  418. * Add porcelain 'tag'. (Ryan Faulkner)
  419. * New module `dulwich.objectspec` for parsing strings referencing
  420. objects and commit ranges. (Jelmer Vernooij)
  421. * Add shallow branch support. (milki)
  422. * Allow passing urllib2 `opener` into HttpGitClient.
  423. (Dov Feldstern, #909037)
  424. CHANGES
  425. * Drop support for Python 2.4 and 2.5. (Jelmer Vernooij)
  426. API CHANGES
  427. * Remove long deprecated ``Repo.commit``, ``Repo.get_blob``,
  428. ``Repo.tree`` and ``Repo.tag``. (Jelmer Vernooij)
  429. * Remove long deprecated ``Repo.revision_history`` and ``Repo.ref``.
  430. (Jelmer Vernooij)
  431. * Remove long deprecated ``Tree.entries``. (Jelmer Vernooij)
  432. BUG FIXES
  433. * Raise KeyError rather than TypeError when passing in
  434. unicode object of length 20 or 40 to Repo.__getitem__.
  435. (Jelmer Vernooij)
  436. * Use 'rm' rather than 'unlink' in tests, since the latter
  437. does not exist on OpenBSD and other platforms.
  438. (Dmitrij D. Czarkoff)
  439. 0.9.4 2013-11-30
  440. IMPROVEMENTS
  441. * Add ssh_kwargs attribute to ParamikoSSHVendor. (milki)
  442. * Add Repo.set_description(). (Víðir Valberg Guðmundsson)
  443. * Add a basic `dulwich.porcelain` module. (Jelmer Vernooij, Marcin Kuzminski)
  444. * Various performance improvements for object access.
  445. (Jelmer Vernooij)
  446. * New function `get_transport_and_path_from_url`,
  447. similar to `get_transport_and_path` but only
  448. supports URLs.
  449. (Jelmer Vernooij)
  450. * Add support for file:// URLs in `get_transport_and_path_from_url`.
  451. (Jelmer Vernooij)
  452. * Add LocalGitClient implementation.
  453. (Jelmer Vernooij)
  454. BUG FIXES
  455. * Support filesystems with 64bit inode and device numbers.
  456. (André Roth)
  457. CHANGES
  458. * Ref handling has been moved to dulwich.refs.
  459. (Jelmer Vernooij)
  460. API CHANGES
  461. * Remove long deprecated RefsContainer.set_ref().
  462. (Jelmer Vernooij)
  463. * Repo.ref() is now deprecated in favour of Repo.refs[].
  464. (Jelmer Vernooij)
  465. FEATURES
  466. * Add support for graftpoints. (milki)
  467. 0.9.3 2013-09-27
  468. BUG FIXES
  469. * Fix path for stdint.h in MANIFEST.in. (Jelmer Vernooij)
  470. 0.9.2 2013-09-26
  471. BUG FIXES
  472. * Include stdint.h in MANIFEST.in (Mark Mikofski)
  473. 0.9.1 2013-09-22
  474. BUG FIXES
  475. * Support lookups of 40-character refs in BaseRepo.__getitem__. (Chow Loong Jin, Jelmer Vernooij)
  476. * Fix fetching packs with side-band-64k capability disabled. (David Keijser, Jelmer Vernooij)
  477. * Several fixes in send-pack protocol behaviour - handling of empty pack files and deletes.
  478. (milki, #1063087)
  479. * Fix capability negotiation when fetching packs over HTTP.
  480. (#1072461, William Grant)
  481. * Enforce determine_wants returning an empty list rather than None. (Fabien Boucher, Jelmer Vernooij)
  482. * In the server, support pushes just removing refs. (Fabien Boucher, Jelmer Vernooij)
  483. IMPROVEMENTS
  484. * Support passing a single revision to BaseRepo.get_walker() rather than a list of revisions.
  485. (Alberto Ruiz)
  486. * Add `Repo.get_description` method. (Jelmer Vernooij)
  487. * Support thin packs in Pack.iterobjects() and Pack.get_raw().
  488. (William Grant)
  489. * Add `MemoryObjectStore.add_pack` and `MemoryObjectStore.add_thin_pack` methods.
  490. (David Bennett)
  491. * Add paramiko-based SSH vendor. (Aaron O'Mullan)
  492. * Support running 'dulwich.server' and 'dulwich.web' using 'python -m'.
  493. (Jelmer Vernooij)
  494. * Add ObjectStore.close(). (Jelmer Vernooij)
  495. * Raise appropriate NotImplementedError when encountering dumb HTTP servers.
  496. (Jelmer Vernooij)
  497. API CHANGES
  498. * SSHVendor.connect_ssh has been renamed to SSHVendor.run_command.
  499. (Jelmer Vernooij)
  500. * ObjectStore.add_pack() now returns a 3-tuple. The last element will be an
  501. abort() method that can be used to cancel the pack operation.
  502. (Jelmer Vernooij)
  503. 0.9.0 2013-05-31
  504. BUG FIXES
  505. * Push efficiency - report missing objects only. (#562676, Artem Tikhomirov)
  506. * Use indentation consistent with C Git in config files.
  507. (#1031356, Curt Moore, Jelmer Vernooij)
  508. * Recognize and skip binary files in diff function.
  509. (Takeshi Kanemoto)
  510. * Fix handling of relative paths in dulwich.client.get_transport_and_path.
  511. (Brian Visel, #1169368)
  512. * Preserve ordering of entries in configuration.
  513. (Benjamin Pollack)
  514. * Support ~ expansion in SSH client paths. (milki, #1083439)
  515. * Support relative paths in alternate paths.
  516. (milki, Michel Lespinasse, #1175007)
  517. * Log all error messages from wsgiref server to the logging module. This
  518. makes the test suit quiet again. (Gary van der Merwe)
  519. * Support passing None for empty tree in changes_from_tree.
  520. (Kevin Watters)
  521. * Support fetching empty repository in client. (milki, #1060462)
  522. IMPROVEMENTS:
  523. * Add optional honor_filemode flag to build_index_from_tree.
  524. (Mark Mikofski)
  525. * Support core/filemode setting when building trees. (Jelmer Vernooij)
  526. * Add chapter on tags in tutorial. (Ryan Faulkner)
  527. FEATURES
  528. * Add support for mergetags. (milki, #963525)
  529. * Add support for posix shell hooks. (milki)
  530. 0.8.7 2012-11-27
  531. BUG FIXES
  532. * Fix use of alternates in ``DiskObjectStore``.{__contains__,__iter__}.
  533. (Dmitriy)
  534. * Fix compatibility with Python 2.4. (David Carr)
  535. 0.8.6 2012-11-09
  536. API CHANGES
  537. * dulwich.__init__ no longer imports client, protocol, repo and
  538. server modules. (Jelmer Vernooij)
  539. FEATURES
  540. * ConfigDict now behaves more like a dictionary.
  541. (Adam 'Cezar' Jenkins, issue #58)
  542. * HTTPGitApplication now takes an optional
  543. `fallback_app` argument. (Jonas Haag, issue #67)
  544. * Support for large pack index files. (Jameson Nash)
  545. TESTING
  546. * Make index entry tests a little bit less strict, to cope with
  547. slightly different behaviour on various platforms.
  548. (Jelmer Vernooij)
  549. * ``setup.py test`` (available when setuptools is installed) now
  550. runs all tests, not just the basic unit tests.
  551. (Jelmer Vernooij)
  552. BUG FIXES
  553. * Commit._deserialize now actually deserializes the current state rather than
  554. the previous one. (Yifan Zhang, issue #59)
  555. * Handle None elements in lists of TreeChange objects. (Alex Holmes)
  556. * Support cloning repositories without HEAD set.
  557. (D-Key, Jelmer Vernooij, issue #69)
  558. * Support ``MemoryRepo.get_config``. (Jelmer Vernooij)
  559. * In ``get_transport_and_path``, pass extra keyword arguments on to
  560. HttpGitClient. (Jelmer Vernooij)
  561. 0.8.5 2012-03-29
  562. BUG FIXES
  563. * Avoid use of 'with' in dulwich.index. (Jelmer Vernooij)
  564. * Be a little bit strict about OS behaviour in index tests.
  565. Should fix the tests on Debian GNU/kFreeBSD. (Jelmer Vernooij)
  566. 0.8.4 2012-03-28
  567. BUG FIXES
  568. * Options on the same line as sections in config files are now supported.
  569. (Jelmer Vernooij, #920553)
  570. * Only negotiate capabilities that are also supported by the server.
  571. (Rod Cloutier, Risto Kankkunen)
  572. * Fix parsing of invalid timezone offsets with two minus signs.
  573. (Jason R. Coombs, #697828)
  574. * Reset environment variables during tests, to avoid
  575. test isolation leaks reading ~/.gitconfig. (Risto Kankkunen)
  576. TESTS
  577. * $HOME is now explicitly specified for tests that use it to read
  578. ``~/.gitconfig``, to prevent test isolation issues.
  579. (Jelmer Vernooij, #920330)
  580. FEATURES
  581. * Additional arguments to get_transport_and_path are now passed
  582. on to the constructor of the transport. (Sam Vilain)
  583. * The WSGI server now transparently handles when a git client submits data
  584. using Content-Encoding: gzip.
  585. (David Blewett, Jelmer Vernooij)
  586. * Add dulwich.index.build_index_from_tree(). (milki)
  587. 0.8.3 2012-01-21
  588. FEATURES
  589. * The config parser now supports the git-config file format as
  590. described in git-config(1) and can write git config files.
  591. (Jelmer Vernooij, #531092, #768687)
  592. * ``Repo.do_commit`` will now use the user identity from
  593. .git/config or ~/.gitconfig if none was explicitly specified.
  594. (Jelmer Vernooij)
  595. BUG FIXES
  596. * Allow ``determine_wants`` methods to include the zero sha in their
  597. return value. (Jelmer Vernooij)
  598. 0.8.2 2011-12-18
  599. BUG FIXES
  600. * Cope with different zlib buffer sizes in sha1 file parser.
  601. (Jelmer Vernooij)
  602. * Fix get_transport_and_path for HTTP/HTTPS URLs.
  603. (Bruno Renié)
  604. * Avoid calling free_objects() on NULL in error cases. (Chris Eberle)
  605. * Fix use --bare argument to 'dulwich init'. (Chris Eberle)
  606. * Properly abort connections when the determine_wants function
  607. raises an exception. (Jelmer Vernooij, #856769)
  608. * Tweak xcodebuild hack to deal with more error output.
  609. (Jelmer Vernooij, #903840)
  610. FEATURES
  611. * Add support for retrieving tarballs from remote servers.
  612. (Jelmer Vernooij, #379087)
  613. * New method ``update_server_info`` which generates data
  614. for dumb server access. (Jelmer Vernooij, #731235)
  615. 0.8.1 2011-10-31
  616. FEATURES
  617. * Repo.do_commit has a new argument 'ref'.
  618. * Repo.do_commit has a new argument 'merge_heads'. (Jelmer Vernooij)
  619. * New ``Repo.get_walker`` method. (Jelmer Vernooij)
  620. * New ``Repo.clone`` method. (Jelmer Vernooij, #725369)
  621. * ``GitClient.send_pack`` now supports the 'side-band-64k' capability.
  622. (Jelmer Vernooij)
  623. * ``HttpGitClient`` which supports the smart server protocol over
  624. HTTP. "dumb" access is not yet supported. (Jelmer Vernooij, #373688)
  625. * Add basic support for alternates. (Jelmer Vernooij, #810429)
  626. CHANGES
  627. * unittest2 or python >= 2.7 is now required for the testsuite.
  628. testtools is no longer supported. (Jelmer Vernooij, #830713)
  629. BUG FIXES
  630. * Fix compilation with older versions of MSVC. (Martin gz)
  631. * Special case 'refs/stash' as a valid ref. (Jelmer Vernooij, #695577)
  632. * Smart protocol clients can now change refs even if they are
  633. not uploading new data. (Jelmer Vernooij, #855993)
  634. * Don't compile C extensions when running in pypy.
  635. (Ronny Pfannschmidt, #881546)
  636. * Use different name for strnlen replacement function to avoid clashing
  637. with system strnlen. (Jelmer Vernooij, #880362)
  638. API CHANGES
  639. * ``Repo.revision_history`` is now deprecated in favor of ``Repo.get_walker``.
  640. (Jelmer Vernooij)
  641. 0.8.0 2011-08-07
  642. FEATURES
  643. * New DeltaChainIterator abstract class for quickly iterating all objects in
  644. a pack, with implementations for pack indexing and inflation.
  645. (Dave Borowitz)
  646. * New walk module with a Walker class for customizable commit walking.
  647. (Dave Borowitz)
  648. * New tree_changes_for_merge function in diff_tree. (Dave Borowitz)
  649. * Easy rename detection in RenameDetector even without find_copies_harder.
  650. (Dave Borowitz)
  651. BUG FIXES
  652. * Avoid storing all objects in memory when writing pack.
  653. (Jelmer Vernooij, #813268)
  654. * Support IPv6 for git:// connections. (Jelmer Vernooij, #801543)
  655. * Improve performance of Repo.revision_history(). (Timo Schmid, #535118)
  656. * Fix use of SubprocessWrapper on Windows. (Paulo Madeira, #670035)
  657. * Fix compilation on newer versions of Mac OS X (Lion and up). (Ryan McKern, #794543)
  658. * Prevent raising ValueError for correct refs in RefContainer.__delitem__.
  659. * Correctly return a tuple from MemoryObjectStore.get_raw. (Dave Borowitz)
  660. * Fix a bug in reading the pack checksum when there are fewer than 20 bytes
  661. left in the buffer. (Dave Borowitz)
  662. * Support ~ in git:// URL paths. (Jelmer Vernooij, #813555)
  663. * Make ShaFile.__eq__ work when other is not a ShaFile. (Dave Borowitz)
  664. * ObjectStore.get_graph_walker() now no longer yields the same
  665. revision more than once. This has a significant improvement for
  666. performance when wide revision graphs are involved.
  667. (Jelmer Vernooij, #818168)
  668. * Teach ReceivePackHandler how to read empty packs. (Dave Borowitz)
  669. * Don't send a pack with duplicates of the same object. (Dave Borowitz)
  670. * Teach the server how to serve a clone of an empty repo. (Dave Borowitz)
  671. * Correctly advertise capabilities during receive-pack. (Dave Borowitz)
  672. * Fix add/add and add/rename conflicts in tree_changes_for_merge.
  673. (Dave Borowitz)
  674. * Use correct MIME types in web server. (Dave Borowitz)
  675. API CHANGES
  676. * write_pack no longer takes the num_objects argument and requires an object
  677. to be passed in that is iterable (rather than an iterator) and that
  678. provides __len__. (Jelmer Vernooij)
  679. * write_pack_data has been renamed to write_pack_objects and no longer takes a
  680. num_objects argument. (Jelmer Vernooij)
  681. * take_msb_bytes, read_zlib_chunks, unpack_objects, and
  682. PackStreamReader.read_objects now take an additional argument indicating a
  683. crc32 to compute. (Dave Borowitz)
  684. * PackObjectIterator was removed; its functionality is still exposed by
  685. PackData.iterobjects. (Dave Borowitz)
  686. * Add a sha arg to write_pack_object to incrementally compute a SHA.
  687. (Dave Borowitz)
  688. * Include offset in PackStreamReader results. (Dave Borowitz)
  689. * Move PackStreamReader from server to pack. (Dave Borowitz)
  690. * Extract a check_length_and_checksum, compute_file_sha, and
  691. pack_object_header pack helper functions. (Dave Borowitz)
  692. * Extract a compute_file_sha function. (Dave Borowitz)
  693. * Remove move_in_thin_pack as a separate method; add_thin_pack now completes
  694. the thin pack and moves it in in one step. Remove ThinPackData as well.
  695. (Dave Borowitz)
  696. * Custom buffer size in read_zlib_chunks. (Dave Borowitz)
  697. * New UnpackedObject data class that replaces ad-hoc tuples in the return
  698. value of unpack_object and various DeltaChainIterator methods.
  699. (Dave Borowitz)
  700. * Add a lookup_path convenience method to Tree. (Dave Borowitz)
  701. * Optionally create RenameDetectors without passing in tree SHAs.
  702. (Dave Borowitz)
  703. * Optionally include unchanged entries in RenameDetectors. (Dave Borowitz)
  704. * Optionally pass a RenameDetector to tree_changes. (Dave Borowitz)
  705. * Optionally pass a request object through to server handlers. (Dave Borowitz)
  706. TEST CHANGES
  707. * If setuptools is installed, "python setup.py test" will now run the testsuite.
  708. (Jelmer Vernooij)
  709. * Add a new build_pack test utility for building packs from a simple spec.
  710. (Dave Borowitz)
  711. * Add a new build_commit_graph test utility for building commits from a
  712. simple spec. (Dave Borowitz)
  713. 0.7.1 2011-04-12
  714. BUG FIXES
  715. * Fix double decref in _diff_tree.c. (Ted Horst, #715528)
  716. * Fix the build on Windows. (Pascal Quantin)
  717. * Fix get_transport_and_path compatibility with pre-2.6.5 versions of Python.
  718. (Max Bowsher, #707438)
  719. * BaseObjectStore.determine_wants_all no longer breaks on zero SHAs.
  720. (Jelmer Vernooij)
  721. * write_tree_diff() now supports submodules.
  722. (Jelmer Vernooij)
  723. * Fix compilation for XCode 4 and older versions of distutils.sysconfig.
  724. (Daniele Sluijters)
  725. IMPROVEMENTS
  726. * Sphinxified documentation. (Lukasz Balcerzak)
  727. * Add Pack.keep.(Marc Brinkmann)
  728. API CHANGES
  729. * The order of the parameters to Tree.add(name, mode, sha) has changed, and
  730. is now consistent with the rest of Dulwich. Existing code will still
  731. work but print a DeprecationWarning. (Jelmer Vernooij, #663550)
  732. * Tree.entries() is now deprecated in favour of Tree.items() and
  733. Tree.iteritems(). (Jelmer Vernooij)
  734. 0.7.0 2011-01-21
  735. FEATURES
  736. * New `dulwich.diff_tree` module for simple content-based rename detection.
  737. (Dave Borowitz)
  738. * Add Tree.items(). (Jelmer Vernooij)
  739. * Add eof() and unread_pkt_line() methods to Protocol. (Dave Borowitz)
  740. * Add write_tree_diff(). (Jelmer Vernooij)
  741. * Add `serve_command` function for git server commands as executables.
  742. (Jelmer Vernooij)
  743. * dulwich.client.get_transport_and_path now supports rsync-style repository URLs.
  744. (Dave Borowitz, #568493)
  745. BUG FIXES
  746. * Correct short-circuiting operation for no-op fetches in the server.
  747. (Dave Borowitz)
  748. * Support parsing git mbox patches without a version tail, as generated by
  749. Mercurial. (Jelmer Vernooij)
  750. * Fix dul-receive-pack and dul-upload-pack. (Jelmer Vernooij)
  751. * Zero-padded file modes in Tree objects no longer trigger an exception but
  752. the check code warns about them. (Augie Fackler, #581064)
  753. * Repo.init() now honors the mkdir flag. (#671159)
  754. * The ref format is now checked when setting a ref rather than when reading it back.
  755. (Dave Borowitz, #653527)
  756. * Make sure pack files are closed correctly. (Tay Ray Chuan)
  757. DOCUMENTATION
  758. * Run the tutorial inside the test suite. (Jelmer Vernooij)
  759. * Reorganized and updated the tutorial. (Jelmer Vernooij, Dave Borowitz, #610550,
  760. #610540)
  761. 0.6.2 2010-10-16
  762. BUG FIXES
  763. * HTTP server correctly handles empty CONTENT_LENGTH. (Dave Borowitz)
  764. * Don't error when creating GitFiles with the default mode. (Dave Borowitz)
  765. * ThinPackData.from_file now works with resolve_ext_ref callback.
  766. (Dave Borowitz)
  767. * Provide strnlen() on mingw32 which doesn't have it. (Hans Kolek)
  768. * Set bare=true in the configuratin for bare repositories. (Dirk Neumann)
  769. FEATURES
  770. * Use slots for core objects to save up on memory. (Jelmer Vernooij)
  771. * Web server supports streaming progress/pack output. (Dave Borowitz)
  772. * New public function dulwich.pack.write_pack_header. (Dave Borowitz)
  773. * Distinguish between missing files and read errors in HTTP server.
  774. (Dave Borowitz)
  775. * Initial work on support for fastimport using python-fastimport.
  776. (Jelmer Vernooij)
  777. * New dulwich.pack.MemoryPackIndex class. (Jelmer Vernooij)
  778. * Delegate SHA peeling to the object store. (Dave Borowitz)
  779. TESTS
  780. * Use GitFile when modifying packed-refs in tests. (Dave Borowitz)
  781. * New tests in test_web with better coverage and fewer ad-hoc mocks.
  782. (Dave Borowitz)
  783. * Standardize quote delimiters in test_protocol. (Dave Borowitz)
  784. * Fix use when testtools is installed. (Jelmer Vernooij)
  785. * Add trivial test for write_pack_header. (Jelmer Vernooij)
  786. * Refactor some of dulwich.tests.compat.server_utils. (Dave Borowitz)
  787. * Allow overwriting id property of objects in test utils. (Dave Borowitz)
  788. * Use real in-memory objects rather than stubs for server tests.
  789. (Dave Borowitz)
  790. * Clean up MissingObjectFinder. (Dave Borowitz)
  791. API CHANGES
  792. * ObjectStore.iter_tree_contents now walks contents in depth-first, sorted
  793. order. (Dave Borowitz)
  794. * ObjectStore.iter_tree_contents can optionally yield tree objects as well.
  795. (Dave Borowitz).
  796. * Add side-band-64k support to ReceivePackHandler. (Dave Borowitz)
  797. * Change server capabilities methods to classmethods. (Dave Borowitz)
  798. * Tweak server handler injection. (Dave Borowitz)
  799. * PackIndex1 and PackIndex2 now subclass FilePackIndex, which is
  800. itself a subclass of PackIndex. (Jelmer Vernooij)
  801. DOCUMENTATION
  802. * Add docstrings for various functions in dulwich.objects. (Jelmer Vernooij)
  803. * Clean up docstrings in dulwich.protocol. (Dave Borowitz)
  804. * Explicitly specify allowed protocol commands to
  805. ProtocolGraphWalker.read_proto_line. (Dave Borowitz)
  806. * Add utility functions to DictRefsContainer. (Dave Borowitz)
  807. 0.6.1 2010-07-22
  808. BUG FIXES
  809. * Fix memory leak in C implementation of sorted_tree_items. (Dave Borowitz)
  810. * Use correct path separators for named repo files. (Dave Borowitz)
  811. * python > 2.7 and testtools-based test runners will now also pick up skipped
  812. tests correctly. (Jelmer Vernooij)
  813. FEATURES
  814. * Move named file initilization to BaseRepo. (Dave Borowitz)
  815. * Add logging utilities and git/HTTP server logging. (Dave Borowitz)
  816. * The GitClient interface has been cleaned up and instances are now reusable.
  817. (Augie Fackler)
  818. * Allow overriding paths to executables in GitSSHClient.
  819. (Ross Light, Jelmer Vernooij, #585204)
  820. * Add PackBasedObjectStore.pack_loose_objects(). (Jelmer Vernooij)
  821. TESTS
  822. * Add tests for sorted_tree_items and C implementation. (Dave Borowitz)
  823. * Add a MemoryRepo that stores everything in memory. (Dave Borowitz)
  824. * Quiet logging output from web tests. (Dave Borowitz)
  825. * More flexible version checking for compat tests. (Dave Borowitz)
  826. * Compat tests for servers with and without side-band-64k. (Dave Borowitz)
  827. CLEANUP
  828. * Clean up file headers. (Dave Borowitz)
  829. TESTS
  830. * Use GitFile when modifying packed-refs in tests. (Dave Borowitz)
  831. API CHANGES
  832. * dulwich.pack.write_pack_index_v{1,2} now take a file-like object
  833. rather than a filename. (Jelmer Vernooij)
  834. * Make dul-daemon/dul-web trivial wrappers around server functionality.
  835. (Dave Borowitz)
  836. * Move reference WSGI handler to web.py. (Dave Borowitz)
  837. * Factor out _report_status in ReceivePackHandler. (Dave Borowitz)
  838. * Factor out a function to convert a line to a pkt-line. (Dave Borowitz)
  839. 0.6.0 2010-05-22
  840. note: This list is most likely incomplete for 0.6.0.
  841. BUG FIXES
  842. * Fix ReceivePackHandler to disallow removing refs without delete-refs.
  843. (Dave Borowitz)
  844. * Deal with capabilities required by the client, even if they
  845. can not be disabled in the server. (Dave Borowitz)
  846. * Fix trailing newlines in generated patch files.
  847. (Jelmer Vernooij)
  848. * Implement RefsContainer.__contains__. (Jelmer Vernooij)
  849. * Cope with \r in ref files on Windows. (
  850. http://github.com/jelmer/dulwich/issues/#issue/13, Jelmer Vernooij)
  851. * Fix GitFile breakage on Windows. (Anatoly Techtonik, #557585)
  852. * Support packed ref deletion with no peeled refs. (Augie Fackler)
  853. * Fix send pack when there is nothing to fetch. (Augie Fackler)
  854. * Fix fetch if no progress function is specified. (Augie Fackler)
  855. * Allow double-staging of files that are deleted in the index.
  856. (Dave Borowitz)
  857. * Fix RefsContainer.add_if_new to support dangling symrefs.
  858. (Dave Borowitz)
  859. * Non-existant index files in non-bare repositories are now treated as
  860. empty. (Dave Borowitz)
  861. * Always update ShaFile.id when the contents of the object get changed.
  862. (Jelmer Vernooij)
  863. * Various Python2.4-compatibility fixes. (Dave Borowitz)
  864. * Fix thin pack handling. (Dave Borowitz)
  865. FEATURES
  866. * Add include-tag capability to server. (Dave Borowitz)
  867. * New dulwich.fastexport module that can generate fastexport
  868. streams. (Jelmer Vernooij)
  869. * Implemented BaseRepo.__contains__. (Jelmer Vernooij)
  870. * Add __setitem__ to DictRefsContainer. (Dave Borowitz)
  871. * Overall improvements checking Git objects. (Dave Borowitz)
  872. * Packs are now verified while they are received. (Dave Borowitz)
  873. TESTS
  874. * Add framework for testing compatibility with C Git. (Dave Borowitz)
  875. * Add various tests for the use of non-bare repositories. (Dave Borowitz)
  876. * Cope with diffstat not being available on all platforms.
  877. (Tay Ray Chuan, Jelmer Vernooij)
  878. * Add make_object and make_commit convenience functions to test utils.
  879. (Dave Borowitz)
  880. API BREAKAGES
  881. * The 'committer' and 'message' arguments to Repo.do_commit() have
  882. been swapped. 'committer' is now optional. (Jelmer Vernooij)
  883. * Repo.get_blob, Repo.commit, Repo.tag and Repo.tree are now deprecated.
  884. (Jelmer Vernooij)
  885. * RefsContainer.set_ref() was renamed to RefsContainer.set_symbolic_ref(),
  886. for clarity. (Jelmer Vernooij)
  887. API CHANGES
  888. * The primary serialization APIs in dulwich.objects now work
  889. with chunks of strings rather than with full-text strings.
  890. (Jelmer Vernooij)
  891. 0.5.02010-03-03
  892. BUG FIXES
  893. * Support custom fields in commits (readonly). (Jelmer Vernooij)
  894. * Improved ref handling. (Dave Borowitz)
  895. * Rework server protocol to be smarter and interoperate with cgit client.
  896. (Dave Borowitz)
  897. * Add a GitFile class that uses the same locking protocol for writes as
  898. cgit. (Dave Borowitz)
  899. * Cope with forward slashes correctly in the index on Windows.
  900. (Jelmer Vernooij, #526793)
  901. FEATURES
  902. * --pure option to setup.py to allow building/installing without the C
  903. extensions. (Hal Wine, Anatoly Techtonik, Jelmer Vernooij, #434326)
  904. * Implement Repo.get_config(). (Jelmer Vernooij, Augie Fackler)
  905. * HTTP dumb and smart server. (Dave Borowitz)
  906. * Add abstract baseclass for Repo that does not require file system
  907. operations. (Dave Borowitz)
  908. 0.4.1 2010-01-03
  909. FEATURES
  910. * Add ObjectStore.iter_tree_contents(). (Jelmer Vernooij)
  911. * Add Index.changes_from_tree(). (Jelmer Vernooij)
  912. * Add ObjectStore.tree_changes(). (Jelmer Vernooij)
  913. * Add functionality for writing patches in dulwich.patch.
  914. (Jelmer Vernooij)
  915. 0.4.0 2009-10-07
  916. DOCUMENTATION
  917. * Added tutorial.
  918. API CHANGES
  919. * dulwich.object_store.tree_lookup_path will now return the mode and
  920. sha of the object found rather than the object itself.
  921. BUG FIXES
  922. * Use binascii.hexlify / binascii.unhexlify for better performance.
  923. * Cope with extra unknown data in index files by ignoring it (for now).
  924. * Add proper error message when server unexpectedly hangs up. (#415843)
  925. * Correctly write opcode for equal in create_delta.
  926. 0.3.3 2009-07-23
  927. FEATURES
  928. * Implement ShaFile.__hash__().
  929. * Implement Tree.__len__()
  930. BUG FIXES
  931. * Check for 'objects' and 'refs' directories
  932. when looking for a Git repository. (#380818)
  933. 0.3.2 2009-05-20
  934. BUG FIXES
  935. * Support the encoding field in Commits.
  936. * Some Windows compatibility fixes.
  937. * Fixed several issues in commit support.
  938. FEATURES
  939. * Basic support for handling submodules.
  940. 0.3.1 2009-05-13
  941. FEATURES
  942. * Implemented Repo.__getitem__, Repo.__setitem__ and Repo.__delitem__ to
  943. access content.
  944. API CHANGES
  945. * Removed Repo.set_ref, Repo.remove_ref, Repo.tags, Repo.get_refs and
  946. Repo.heads in favor of Repo.refs, a dictionary-like object for accessing
  947. refs.
  948. BUG FIXES
  949. * Removed import of 'sha' module in objects.py, which was causing
  950. deprecation warnings on Python 2.6.
  951. 0.3.0 2009-05-10
  952. FEATURES
  953. * A new function 'commit_tree' has been added that can commit a tree
  954. based on an index.
  955. BUG FIXES
  956. * The memory usage when generating indexes has been significantly reduced.
  957. * A memory leak in the C implementation of parse_tree has been fixed.
  958. * The send-pack smart server command now works. (Thanks Scott Chacon)
  959. * The handling of short timestamps (less than 10 digits) has been fixed.
  960. * The handling of timezones has been fixed.
  961. 0.2.1 2009-04-30
  962. BUG FIXES
  963. * Fix compatibility with Python2.4.
  964. 0.2.0 2009-04-30
  965. FEATURES
  966. * Support for activity reporting in smart protocol client.
  967. * Optional C extensions for better performance in a couple of
  968. places that are performance-critical.
  969. 0.1.1 2009-03-13
  970. BUG FIXES
  971. * Fixed regression in Repo.find_missing_objects()
  972. * Don't fetch ^{} objects from remote hosts, as requesting them
  973. causes a hangup.
  974. * Always write pack to disk completely before calculating checksum.
  975. FEATURES
  976. * Allow disabling thin packs when talking to remote hosts.
  977. 0.1.0 2009-01-24
  978. * Initial release.