NEWS 42 KB

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