Skip to content

Commit 587e0a1

Browse files
committed
Update draft release notes to 1.8.5 for the fourth batch of topics
1 parent 34e8d99 commit 587e0a1

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

Documentation/RelNotes/1.8.5.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ Updates since v1.8.4
4848

4949
Foreign interfaces, subsystems and ports.
5050

51+
* "git-svn" used with SVN 1.8.0 when talking over https:// connection
52+
dumped core due to a bug in the serf library that SVN uses. Work
53+
it around on our side, even though the SVN side is being fixed.
54+
5155
* On MacOS X, we detected if the filesystem needs the "pre-composed
5256
unicode strings" workaround, but did not automatically enable it.
5357
Now we do.
@@ -67,6 +71,10 @@ Foreign interfaces, subsystems and ports.
6771

6872
UI, Workflows & Features
6973

74+
* A packfile that stores the same object more than once is broken and
75+
will be rejected by "git index-pack" that is run when receiving
76+
data over the wire.
77+
7078
* Earlier we started rejecting an attempt to add 0{40} object name to
7179
the index and to tree objects, but it sometimes is necessary to
7280
allow so to be able to use tools like filter-branch to correct such
@@ -136,6 +144,10 @@ UI, Workflows & Features
136144

137145
Performance, Internal Implementation, etc.
138146

147+
* If a build-time fallback is set to "cat" instead of "less", we
148+
should apply the same "no subprocess or pipe" optimization as we
149+
apply to user-supplied GIT_PAGER=cat.
150+
139151
* Many commands use --dashed-option as a operation mode selector
140152
(e.g. "git tag --delete") that the user can use at most one
141153
(e.g. "git tag --delete --verify" is a nonsense) and you cannot
@@ -165,6 +177,25 @@ Unless otherwise noted, all the fixes since v1.8.4 in the maintenance
165177
track are contained in this release (see release notes to them for
166178
details).
167179

180+
* "git cvsserver" computed the permission mode bits incorrectly for
181+
executable files.
182+
(merge 1b48d56 jc/cvsserver-perm-bit-fix later to maint).
183+
184+
* When send-email comes up with an error message to die with upon
185+
failure to start an SSL session, it tried to read the error string
186+
from a wrong place.
187+
(merge 6cb0c88 bc/send-email-ssl-die-message-fix later to maint).
188+
189+
* The implementation of "add -i" has a crippling code to work around
190+
ActiveState Perl limitation but it by mistake also triggered on Git
191+
for Windows where MSYS perl is used.
192+
(merge df17e77 js/add-i-mingw later to maint).
193+
194+
* We made sure that we notice the user-supplied GIT_DIR is actually a
195+
gitfile, but did not do the same when the default ".git" is a
196+
gitfile.
197+
(merge 487a2b7 nd/git-dir-pointing-at-gitfile later to maint).
198+
168199
* When an object is not found after checking the packfiles and then
169200
loose object directory, read_sha1_file() re-checks the packfiles to
170201
prevent racing with a concurrent repacker; teach the same logic to

0 commit comments

Comments
 (0)