aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2019-08-13 10:49:16 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2019-08-13 10:54:40 +0300
commitaa4decf0bde70e0b82a5ef195fede753ee7de161 (patch)
treeff9c4a37818fb915747c37779dc669bea4fd947d
parentde2199355a67daa33d3b86a8e5a78d3e7f15a121 (diff)
downloadvcsync-aa4decf0bde70e0b82a5ef195fede753ee7de161.tar.gz
vcsync-aa4decf0bde70e0b82a5ef195fede753ee7de161.tar.bz2
Version 1.1v1.1
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index b9532f5..be018cf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,14 @@
-vcsync -- history of user-visible changes. 2019-08-09
+vcsync -- history of user-visible changes. 2019-08-13
See the end of file for copying conditions.
Please send vcsync bug reports to <bug-vcsync@gnu.org.ua>
-Version 1.0.90
+Version 1.1, 2019-08-13
* Automatic VCS detection.
+* Don't descend into internal VCS directories during the scan.
+
Version 1.0, 2019-07-24
diff --git a/configure.ac b/configure.ac
index 81a7d79..b4c0d73 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
# along with Vcsync. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.69])
-AC_INIT([vcsync], [1.0.90], [bug-vcsync@gnu.org.ua],,
+AC_INIT([vcsync], [1.1], [bug-vcsync@gnu.org.ua],,
[http://www.gnu.org.ua/software/vcsync])
AC_CONFIG_SRCDIR([src/vcsync.c])
AC_CONFIG_HEADERS([config.h])

Return to:

Send suggestions and report system problems to the System administrator.