This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 2.29.1 release snapshot available


On 19.09.2017 18:43, Nick Clifton wrote:
> Hi Everyone,
> 
>   OK the 2.29.1 release is out - but only on sourceware.org at the moment.
>   I am trying to get the release on ftp.gnu.org as well, but I am having 
>   lots of problems with gpg keys....  Once that is resolved I will update
>   the website as well.

sorry, I only saw that when building from the tarballs, development is still set
to true, leading to the date in version strings in some places.  The bfd
ChangeLog has this mentioned, however I don't see that change for past releases
in the commit log. Patch attached, needs to be applied for the release only.

Matthias
Index: b/bfd/development.sh
===================================================================
--- a/bfd/development.sh
+++ b/bfd/development.sh
@@ -16,4 +16,4 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Controls whether to enable development-mode features by default.
-development=true
+development=false

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]