Merge branch 'tz/relnotes-1.7-on-perl'
[gitweb.git] / Documentation / RelNotes / 2.17.0.txt
index 7001dbbf88b7ea5822eb0b798ac983505c57b3dc..085bf1dba17dccd064558fccf06c6337a7d4ba07 100644 (file)
@@ -61,6 +61,10 @@ UI, Workflows & Features
  * "git diff" and friends learned funcname patterns for Go language
    source files.
 
+ * "git send-email" learned "--reply-to=<address>" option.
+
+ * Funcname pattern used for C# now recognizes "async" keyword.
+
 
 Performance, Internal Implementation, Development Support etc.
 
@@ -71,6 +75,20 @@ Performance, Internal Implementation, Development Support etc.
  * The build procedure for perl/ part has been greatly simplified by
    weaning ourselves off of MakeMaker.
 
+ * Perl 5.8 or greater has been required since Git 1.7.4 released in
+   2010, but we continued to assume some core modules may not exist and
+   used a conditional "eval { require <<module>> }"; we no longer do
+   this.  Some platforms (Fedora/RedHat/CentOS, for example) ship Perl
+   without all core modules by default (e.g. Digest::MD5, File::Temp,
+   File::Spec, Net::Domain, Net::SMTP).  Users on such platforms may
+   need to install these additional modules.
+
+ * As a convenience, we install copies of Perl modules we require which
+   are not part of the core Perl distribution (e.g. Error and
+   Mail::Address).  Users and packagers whose operating system provides
+   these modules can set NO_PERL_CPAN_FALLBACKS to avoid installing the
+   bundled modules.
+
  * In preparation for implementing narrow/partial clone, the machinery
    for checking object connectivity used by gc and fsck has been
    taught that a missing object is OK when it is referenced by a
@@ -134,6 +152,8 @@ Performance, Internal Implementation, Development Support etc.
    is the untracked cache information is often wasteful, and this has
    been optimized out.
 
+ * Various pieces of Perl code we have have been cleaned up.
+
 
 Also contains various documentation updates and code clean-ups.
 
@@ -303,6 +323,9 @@ Fixes since v2.16
    when the command was reimplemented in C by mistake.
    (merge 095c741edd ab/gc-auto-in-commit later to maint).
 
+ * Allow running a couple of tests with "sh -x".
+   (merge c20bf94abc sg/cvs-tests-with-x later to maint).
+
  * Other minor doc, test and build updates and code cleanups.
    (merge e2a5a028c7 bw/oidmap-autoinit later to maint).
    (merge ec3b4b06f8 cl/t9001-cleanup later to maint).
@@ -340,3 +363,4 @@ Fixes since v2.16
    (merge edfb8ba068 ot/ref-filter-cleanup later to maint).
    (merge 11395a3b4b jc/test-must-be-empty later to maint).
    (merge 768b9d6db7 mk/doc-pretty-fill later to maint).
+   (merge 2caa7b8d27 ab/man-sec-list later to maint).