Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
backupninja
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
lyz
backupninja
Commits
6ad15139
Commit
6ad15139
authored
14 years ago
by
intrigeri
Browse files
Options
Downloads
Plain Diff
Merge remote branch 'origin/0.9.8.1'
Conflicts: AUTHORS ChangeLog
parents
8098286a
ab92883a
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
ChangeLog
+9
-6
9 additions, 6 deletions
ChangeLog
configure.in
+1
-1
1 addition, 1 deletion
configure.in
with
10 additions
and
7 deletions
ChangeLog
+
9
−
6
View file @
6ad15139
version 0.9.9 -- UNRELEASED
version 0.9.9 -- UNRELEASED
backupninja changes
. Do not error out when no job is configured. Thanks to Jordi Mallach
<jordi@debian.org> for the patch (Closes: #597684)
handler changes
handler changes
dup:
dup:
. Use --tempdir option rather than TMPDIR environment variable.
. Use --tempdir option rather than TMPDIR environment variable.
...
@@ -25,13 +22,19 @@ version 0.9.9 -- UNRELEASED
...
@@ -25,13 +22,19 @@ version 0.9.9 -- UNRELEASED
#2370). Thanks to ale for the patch.
#2370). Thanks to ale for the patch.
rsync:
rsync:
. Fix long rotation.
. Fix long rotation.
sys:
. Route around broken vgcfgbackup not able to handle multiple VG arguments
helper changes
helper changes
dup:
dup:
. Fix separate signing key usecase. Thanks to Ian Beckwith for
. Fix separate signing key usecase. Thanks to Ian Beckwith for
the patch.
the patch.
version 0.9.8.1 -- October 31, 2010 (boo!)
backupninja changes
. Do not error out when no job is configured. Thanks to Jordi Mallach
<jordi@debian.org> for the patch (Closes: #597684)
handler changes
sys:
. Route around broken vgcfgbackup not able to handle multiple VG arguments
version 0.9.8 -- September 12, 2010
version 0.9.8 -- September 12, 2010
backupninja changes
backupninja changes
. Added GZIP_OPTS option, defaulting to --rsyncable, so that this
. Added GZIP_OPTS option, defaulting to --rsyncable, so that this
...
...
This diff is collapsed.
Click to expand it.
configure.in
+
1
−
1
View file @
6ad15139
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
# The maintainer mode is causing me grief with newest versions of autotools
# The maintainer mode is causing me grief with newest versions of autotools
#AM_MAINTAINER_MODE
#AM_MAINTAINER_MODE
AC_INIT([backupninja],[0.9.8],[backupninja@lists.riseup.net])
AC_INIT([backupninja],[0.9.8
.1
],[backupninja@lists.riseup.net])
AC_CONFIG_SRCDIR([src/backupninja.in])
AC_CONFIG_SRCDIR([src/backupninja.in])
AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE
...
...
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