Skip to content

Commit e16b523

Browse files
author
Git for Windows Build Agent
committed
Update 7 packages
mingw-w64-i686-gcc (14.2.0-2 -> 14.2.0-3) mingw-w64-i686-gcc-libs (14.2.0-2 -> 14.2.0-3) mingw-w64-i686-gettext-libtextstyle (0.23.1-1 -> 0.24-1) mingw-w64-i686-gettext-runtime (0.23.1-1 -> 0.24-1) mingw-w64-i686-gettext-tools (0.23.1-1 -> 0.24-1) mingw-w64-i686-git (2.48.1.1.2bd190bcd2-1 -> 2.49.0.rc0.windows.1-1) mingw-w64-i686-git-doc-html (2.48.1.1.2bd190bcd2-1 -> 2.49.0.rc0.windows.1-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent d3c68d9 commit e16b523

File tree

2,265 files changed

+20892
-10964
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,265 files changed

+20892
-10964
lines changed

cmd/git-gui.exe

0 Bytes
Binary file not shown.

cmd/git-receive-pack.exe

0 Bytes
Binary file not shown.

cmd/git-upload-pack.exe

0 Bytes
Binary file not shown.

cmd/git.exe

0 Bytes
Binary file not shown.

cmd/gitk.exe

8 Bytes
Binary file not shown.

cmd/scalar.exe

0 Bytes
Binary file not shown.

cmd/tig.exe

0 Bytes
Binary file not shown.

git-bash.exe

8 Bytes
Binary file not shown.

git-cmd.exe

0 Bytes
Binary file not shown.

mingw32/bin/autopoint

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
#
3-
# Copyright (C) 2002-2024 Free Software Foundation, Inc.
3+
# Copyright (C) 2002-2025 Free Software Foundation, Inc.
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by
@@ -22,8 +22,8 @@
2222

2323
progname=$0
2424
package=gettext-tools
25-
version=0.23.1
26-
archive_version=0.23.1
25+
version=0.24
26+
archive_version=0.24
2727

2828
# Set variables
2929
# - gettext_datadir directory where the data files are stored.
@@ -212,7 +212,7 @@ func_version ()
212212
echo "This binary is configured to use a versions archive in dirxz format."
213213
echo
214214
fi
215-
echo "Copyright (C) 2002-2024 Free Software Foundation, Inc.
215+
echo "Copyright (C) 2002-2025 Free Software Foundation, Inc.
216216
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
217217
This is free software: you are free to change and redistribute it.
218218
There is NO WARRANTY, to the extent permitted by law."
@@ -392,7 +392,8 @@ case "$ver" in
392392
0.20 | 0.20.2 | \
393393
0.21 | 0.21.1 | \
394394
0.22 | 0.22.1 | 0.22.2 | 0.22.3 | 0.22.4 | 0.22.5 | \
395-
0.23 | 0.23.1 )
395+
0.23 | 0.23.1 | \
396+
0.24 )
396397
;;
397398
*)
398399
func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in

mingw32/bin/c++.exe

16.4 KB
Binary file not shown.

mingw32/bin/cc.exe

15.9 KB
Binary file not shown.

mingw32/bin/cpp.exe

16.4 KB
Binary file not shown.

mingw32/bin/envsubst.exe

-44 Bytes
Binary file not shown.

mingw32/bin/g++.exe

16.4 KB
Binary file not shown.

mingw32/bin/gcc-ar.exe

-654 Bytes
Binary file not shown.

mingw32/bin/gcc-nm.exe

-654 Bytes
Binary file not shown.

mingw32/bin/gcc-ranlib.exe

-654 Bytes
Binary file not shown.

mingw32/bin/gcc.exe

15.9 KB
Binary file not shown.

mingw32/bin/gcov-tool.exe

16.4 KB
Binary file not shown.

mingw32/bin/gcov.exe

16.4 KB
Binary file not shown.

mingw32/bin/gettext.exe

-44 Bytes
Binary file not shown.

mingw32/bin/gettext.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
#
3-
# Copyright (C) 2003-2024 Free Software Foundation, Inc.
3+
# Copyright (C) 2003-2025 Free Software Foundation, Inc.
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU Lesser General Public License as published by
@@ -48,7 +48,7 @@ if test -z "${ZSH_VERSION+set}"; then
4848
gettext.sh | */gettext.sh | *\\gettext.sh)
4949
progname=$0
5050
package=gettext-runtime
51-
version=0.23.1
51+
version=0.24
5252
# func_usage
5353
# outputs to stdout the --help usage message.
5454
func_usage ()
@@ -61,7 +61,7 @@ if test -z "${ZSH_VERSION+set}"; then
6161
func_version ()
6262
{
6363
echo "$progname (GNU $package) $version"
64-
echo "Copyright (C) 2003-2024 Free Software Foundation, Inc.
64+
echo "Copyright (C) 2003-2025 Free Software Foundation, Inc.
6565
License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl.html>
6666
This is free software: you are free to change and redistribute it.
6767
There is NO WARRANTY, to the extent permitted by law."

mingw32/bin/gettextize

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
#
3-
# Copyright (C) 1995-2024 Free Software Foundation, Inc.
3+
# Copyright (C) 1995-2025 Free Software Foundation, Inc.
44
#
55
# This program is free software: you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by
@@ -22,8 +22,8 @@
2222

2323
progname=$0
2424
package=gettext-tools
25-
version=0.23.1
26-
archive_version=0.23.1
25+
version=0.24
26+
archive_version=0.24
2727

2828
# Set variables
2929
# - gettext_datadir directory where the data files are stored.
@@ -206,7 +206,7 @@ or by email to <[email protected]>."
206206
func_version ()
207207
{
208208
echo "$progname (GNU $package) $version"
209-
echo "Copyright (C) 1995-2024 Free Software Foundation, Inc.
209+
echo "Copyright (C) 1995-2025 Free Software Foundation, Inc.
210210
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
211211
This is free software: you are free to change and redistribute it.
212212
There is NO WARRANTY, to the extent permitted by law."

mingw32/bin/git-cvsserver

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ use File::Path qw/rmtree/;
6969
use File::Basename;
7070
use Getopt::Long qw(:config require_order no_ignore_case);
7171

72-
my $VERSION = '2.48.1.windows.1';
72+
my $VERSION = '2.49.0.rc0.windows.1';
7373

7474
my $log = GITCVS::log->new();
7575
my $cfg;

0 commit comments

Comments
 (0)