Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
debian-packages
Tar
Commits
f6c25db5
Commit
f6c25db5
authored
11 years ago
by
Sergey Poznyakoff
Browse files
Options
Downloads
Patches
Plain Diff
Version 1.27
* NEWS: Update. * configure.ac: Update.
parent
6d5cfeb7
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+3
-3
3 additions, 3 deletions
NEWS
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
with
4 additions
and
4 deletions
NEWS
+
3
−
3
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>
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
* Bug fixes
...
@@ -77,7 +77,7 @@ size, if it differs from the default.
...
@@ -77,7 +77,7 @@ size, if it differs from the default.
* New command line option --keep-directory-symlink
* 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
tar discovers that the corresponding file name already exists and is a
symbolic link, it first unlinks the entry, and then extracts the directory.
symbolic link, it first unlinks the entry, and then extracts the directory.
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
f6c25db5
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# 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_SRCDIR([src/tar.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_HEADERS([config.h])
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment