Next | Query returned 28 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2014-01-25 11:30:32 by Thomas Klausner | Files touched by this commit (533) | Package updated
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
   2013-11-29 17:58:34 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 1.3:

I had a few bugs in 1.2 and I figured I'd just pack them up and
release again.

        * Fix -import exit value
        * Fix version number reported by serve
        * Rename '.egg' file calypso.egg
   2013-09-30 11:35:55 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
Update to 1.2:
chrysn and Joe Nahmias have done a bunch of work on Calypso, and I even
managed to fix a couple of bugs. I've merged their stuff in and pushed
out a version 1.2 release this afternoon, along with an updated debian
package. A this point, all reported Debian bugs are closed (surely that
can't last through more than one release).

The only piece unmerged was the ForkingMixin stuff as that means that
each connection has to re-read the entire database at startup as there's
no persistent in-memory state. I'd love to figure out how to use the
ThreadingMixin instead, providing the same multi-session support along
with caching.
   2013-09-09 16:08:00 by Thomas Klausner | Files touched by this commit (41)
Log message:
Finish git rename from scmgit to git.
   2012-10-23 19:19:22 by Aleksej Saushev | Files touched by this commit (671)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-10-04 00:14:04 by Thomas Klausner | Files touched by this commit (36)
Log message:
Update for python25 removal.
   2012-03-15 12:53:45 by OBATA Akio | Files touched by this commit (170)
Log message:
Bump PKGREVISION from default python to 2.7.
   2012-01-08 16:11:37 by Thomas Klausner | Files touched by this commit (4) | Imported package
Log message:
Initial import of calypso-1.0:

Calypso is a CalDAV/CardDAV server on Linux.

Calypso works with evolution, iceowl and the Android CalDAV/CardDAV
plugins. It does not yet work with aCal; for some reason aCal cannot
find any calendars on the server.

Calypso also supports importing calendar changes from the command
line, allowing you to integrate support into a text-based email
application like notmuch or mutt.


Next | Query returned 28 messages, browsing 21 to 30 | previous