parent
d306f3f0d5
commit
12cb6293d6
|
|
@ -560,6 +560,11 @@ Performance, Internal Implementation, Development Support etc.
|
|||
backend-specific object source layers, making them pluggable for
|
||||
different object storage formats.
|
||||
|
||||
* When cross-compiling with Cargo, the output artifact is placed in a
|
||||
target-specific subdirectory, which causes the build system to fail
|
||||
to locate it. The build system has been updated to respect the
|
||||
'CARGO_BUILD_TARGET' environment variable.
|
||||
|
||||
|
||||
Fixes since v2.55
|
||||
-----------------
|
||||
|
|
@ -897,6 +902,10 @@ Fixes since v2.55
|
|||
branch-switch message.
|
||||
(merge 2ba77ea828 hn/checkout-m-autostash-refine later to maint).
|
||||
|
||||
* The memory leak caused by not unusing the commit buffer returned by
|
||||
repo_logmsg_reencode() during the rewording operation in 'git
|
||||
history' has been plugged.
|
||||
|
||||
* Other code cleanup, docfix, build fix, etc.
|
||||
(merge 026636128f ss/submittingpatches-typofix later to maint).
|
||||
(merge d2af22cc21 jc/rerere-doc-typofix later to maint).
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
DEF_VER=v2.56.0-rc0
|
||||
DEF_VER=v2.56.0-rc1
|
||||
|
||||
LF='
|
||||
'
|
||||
|
|
|
|||
Loading…
Reference in New Issue