Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
debian-packages
Tar
Commits
f6c25db5
Commit
f6c25db5
authored
Oct 06, 2013
by
Sergey Poznyakoff
Browse files
Version 1.27
* NEWS: Update. * configure.ac: Update.
parent
6d5cfeb7
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
f6c25db5
GNU tar NEWS - User visible changes. 2013-
09-23
GNU tar NEWS - User visible changes. 2013-
10-05
Please send GNU tar bug reports to <bug-tar@gnu.org>
version 1.2
6.90 (Git)
version 1.2
7 - Sergey Poznyakoff, 2013-10-05
* Bug fixes
...
...
@@ -77,7 +77,7 @@ size, if it differs from the default.
* New command line option --keep-directory-symlink
By default, if
when
trying to extract a directory from the archive,
By default, if trying to extract a directory from the archive,
tar discovers that the corresponding file name already exists and is a
symbolic link, it first unlinks the entry, and then extracts the directory.
...
...
configure.ac
View file @
f6c25db5
...
...
@@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
AC_INIT([GNU tar], [1.2
6.90
], [bug-tar@gnu.org])
AC_INIT([GNU tar], [1.2
7
], [bug-tar@gnu.org])
AC_CONFIG_SRCDIR([src/tar.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment