CVS commit by ossi:
regen
M +96 -26ChangeLog 1.23.2.1
--- isync/ChangeLog #1.23:1.23.2.1
@@ -1,2 +1,98 @@
+2006-01-31 16:45 Oswald Buddenhagen <[EMAIL PROTECTED]>
+
+ * configure.in:
+
+ bump version
+
+2006-01-31 16:21 Oswald Buddenhagen <[EMAIL PROTECTED]>
+
+ *
hi everybody!
(yes, all 7 of you plus those who read via mail-archive.com or gmane :)
i'm planning to make a 1.0.2 release in a few days. it is - surprise
surprise - a bugfix release. so check out the isync_1_0_branch and give
it some hammering! in particular, i expect a "compatibility test passed
CVS commit by ossi:
bump version
M +1 -1 configure.in 1.34.2.2
--- isync/configure.in #1.34.2.1:1.34.2.2
@@ -1,5 +1,5 @@
AC_INIT(src/isync.h)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(isync, 1.0.1)
+AM_INIT_AUTOMAKE(isync, 1.0.2)
AM_MAINTAINER_MODE
--
CVS commit by ossi:
backport: deal with branches in "make log"
M +2 -1 Makefile.am 1.27.2.1
--- isync/Makefile.am #1.27:1.27.2.1
@@ -5,5 +5,6 @@
log:
@perl -p -e "s/^(\\S+)\\s+(\\S.+\\S)\\s+(\\S+)\\s*\$$/\$$1:'\$$2
<\$$3>'\\n/" < ../CVSROOT/accounts > .usermap
- cvs2
CVS commit by ossi:
backport: fix 'isync -w' writing .mbsyncrc to a wrong directory
M +2 -2 main.c 1.5.2.1
--- isync/src/compat/main.c #1.5:1.5.2.1
@@ -332,6 +332,6 @@ main( int argc, char **argv )
if (*de->d_name == '.')
CVS commit by ossi:
backport: less confusing uid ranges in debug
M +2 -2 sync.c 1.43.2.2
--- isync/src/sync.c #1.43.2.1:1.43.2.2
@@ -698,5 +698,5 @@ sync_boxes( store_t *mctx, const char *m
maxwuid = 0;
info( "Selecting slave %s... ", sname );
- debug(
CVS commit by ossi:
backport: compile fixes
M +1 -0 configure.in 1.34.2.1
M +4 -0 src/drv_imap.c 1.10.2.1
--- isync/configure.in #1.34:1.34.2.1
@@ -10,4 +10,5 @@
fi
+AC_CHECK_HEADERS([sys/filio.h])
AC_CHECK_FUNCS(vasprintf)
--- isync/src/drv_imap.c #1.10:1.10.2.1
@@
CVS commit by ossi:
backport:
- sanitize flag handling of expired messages
- don't record we synced flags if we didn't
- remove now superfluous temporary rflags
M +8 -10 sync.c 1.43.2.1
--- isync/src/sync.c #1.43:1.43.2.1
@@ -252,5 +252,5 @@ sync_old( int tops, store_t *sctx, store
CVS commit by ossi:
backport: flush debug output
M +1 -0 util.c 1.3.2.1
--- isync/src/util.c #1.3:1.3.2.1
@@ -42,4 +42,5 @@ debug( const char *msg, ... )
vprintf( msg, va );
va_end( va );
+ fflush( stdout );
}
}
CVS commit by ossi:
deal with branches in "make log"
M +2 -1 Makefile.am 1.28
--- isync/Makefile.am #1.27:1.28
@@ -5,5 +5,6 @@
log:
@perl -p -e "s/^(\\S+)\\s+(\\S.+\\S)\\s+(\\S+)\\s*\$$/\$$1:'\$$2
<\$$3>'\\n/" < ../CVSROOT/accounts > .usermap
- cvs2cl -U .usermap --n
10 matches
Mail list logo