NEWS 46 KB

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