Download project files

How do I verify a download?


1120 of 22 releases

0.2.14 (Rhubarb) release from the 0.2 series released

File Description Downloads
download icon libzeitgeist-0.2.14.tar.gz (md5, sig) Source code 542
last downloaded 41 weeks ago
Total downloads: 542

0.2.12 (Mayapple) release from the 0.2 series released

File Description Downloads
download icon libzeitgeist-0.2.12.tar.gz (md5, sig) Source code 393
last downloaded 41 weeks ago
Total downloads: 393

0.2.10 release from the 0.2 series released

File Description Downloads
download icon libzeitgeist-0.2.10.tar.gz (md5, sig) Source code 92
last downloaded 44 weeks ago
Total downloads: 92

0.2.8 release from the 0.2 series released

File Description Downloads
download icon libzeitgeist-0.2.8.tar.gz (md5, sig) Source code 64
last downloaded 41 weeks ago
Total downloads: 64

0.2.6 (Aconitum) release from the 0.2 series released

File Description Downloads
download icon libzeitgeist-0.2.6.tar.gz (md5, sig) Source code 88
last downloaded 41 weeks ago
Total downloads: 88

0.2.4 (Hemlock) release from the 0.2 series released

Release information
Release notes:

2010-08-05: libzeitgeist 0.2.4 "Hemlock"

 * New ResultTypes to sort by subject origin as supported by Zeitgeist 0.5.0

 * Fix nasty bug lp:559350 causing an integer overflow in Zeitgeist
   (Michal Hruby)

File Description Downloads
download icon libzeitgeist-0.2.4.tar.gz (md5, sig) Source code 26
last downloaded 41 weeks ago
Total downloads: 26

0.2.3 (Delphinium) release from the 0.2 series released

File Description Downloads
download icon libzeitgeist-0.2.3.tar.gz (md5, sig) Source code 26
last downloaded 41 weeks ago
Total downloads: 26

0.2.2 (Deadly Nightshade) release from the 0.2 series released

Release information
Release notes:

 * New API: zeitgeist_timestamp_prev_midnight() and
   zeitgeist_timestamp_next_midnight().

 * API refinement: The functions zeitgeist_timestamp_from_date() and
   zeitgeist_timestamp_from_dmy() now returns timestamps rounded off to
   the midnight of the given date

Changelog:

2010-06-23 Mikkel Kamstrup Erlandsen <kamstrup@hardback>

        * NEWS:
        * configure.ac:

        Release 0.2.2

2010-06-23 Mikkel Kamstrup Erlandsen <kamstrup@hardback>

        * src/zeitgeist-timestamp.c:
        * tests/test-timestamp.c:

        Update the zeitgeist_timestamp_from_date() and zeitgeist_timestamp_from_dmy() API to guarantee that the returned timestamp is rounded off to midnight

2010-06-23 Mikkel Kamstrup Erlandsen <kamstrup@hardback>

        * bindings/zeitgeist-1.0-custom.vala:
        * bindings/zeitgeist-1.0.vapi:
        * doc/reference/zeitgeist-1.0-sections.txt:
        * src/zeitgeist-timestamp.c:
        * src/zeitgeist-timestamp.h:
        * tests/test-timestamp.c:

        New API: Implement functions zeitgeist_timestamp_{next,prev}_midnight

2010-06-18 Mikkel Kamstrup Erlandsen <kamstrup@hardback>

        * Makefile.am:
        * examples/Makefile.am:

        Add some files to EXTRADIST to make bzr-builddeb happy

2010-06-18 Mikkel Kamstrup Erlandsen <kamstrup@hardback>

        * Makefile.am:

        Install package docs to $(datadir)/doc/libzeitgeist instead of just $(prefix)/doc/libzeitgeist

File Description Downloads
download icon libzeitgeist-0.2.2.tar.gz (md5, sig) Source code 46
last downloaded 47 weeks ago
Total downloads: 46

0.2.1 (Too Many of those there bits!) release from the 0.2 series released

Release information
Release notes:

2010-06-18: libzeitgeist 0.2.1

 * Fix nasty truncation/overflow of timestamps used in ZeitgeistTimeRange's
   constructors casued by a missing include of zeitgeist-timestamp.h in
   zeitgeist-timerange.c making all function return types default to int for
   unknown symbols

Changelog:

2010-06-18 Mikkel Kamstrup Erlandsen <kamstrup@hardback>

 * NEWS:
 * configure.ac:

 Release libzeitgeist-0.2.1

2010-06-18 Mikkel Kamstrup Erlandsen <kamstrup@hardback>

 * src/zeitgeist-timerange.c:

 Finally nailed the timestamp overflow bug. It was a missing #include "zeitgeist-timestamp.h" in zeitgeist-timerange.c that caused all function return types to be defaulted to int

2010-06-18 Mikkel Kamstrup Erlandsen <kamstrup@hardback>

 * src/zeitgeist-timestamp.c:
 * tests/test-timestamp.c:

 In a fit of paranoia I am now using G_GINT64_CONSTANT everywhere. Also note that GTimeVal conversion with huge timestamps such a G_MAXINT64 will never convert to a GTimeVal because the timeval uses glong (32 bit) internally

2010-06-18 Mikkel Kamstrup Erlandsen <kamstrup@hardback>

 * tests/test-timestamp.c:

 Also test 0-ceonversion to/from GTimeVal

2010-06-18 Mikkel Kamstrup Erlandsen <kamstrup@hardback>

 * tests/test-timestamp.c:

 Add a (failing) unit test for conversion between GTimeVal and ZGs millisecond gint64 timestamps

2010-06-18 Mikkel Kamstrup Erlandsen <kamstrup@hardback>

 * tests/test-timerange.c:

 Don't use LL where unnecessary

2010-06-18 Mikkel Kamstrup Erlandsen <kamstrup@hardback>

 * src/zeitgeist-timestamp.h:

 Use G_GINT64_CONSTANT in stead of LL to declare gint64 constants

2010-06-18 Mikkel Kamstrup Erlandsen <kamstrup@hardback>

 * src/zeitgeist-timerange.c:
 * tests/test-timestamp.c:

 Add a unit test to test zeitgeist_timestamp_for_now() for integer overflow (passes)

 Convert all ZeitgeistTimeRange constructors to use zeitgeist_timestamp_for_now() where applicable. Mysteriously enough the overflow on the time ranges still eludes me...

2010-06-18 Mikkel Kamstrup Erlandsen <kamstrup@hardback>

 * tests/test-timerange.c:

 Add some integer overflow test for time range and timestamp bounds. This exposes a regression in timestamp construction

File Description Downloads
download icon libzeitgeist-0.2.1.tar.gz (md5, sig) Source code 28
last downloaded 41 weeks ago
Total downloads: 28

0.2.0 (Pure Geist) release from the 0.2 series released

Release information
Release notes:

2010-06-17: libzeitgeist 0.2.0

 * New suite of convenience functions in zeitgeist_timestamp_* and in the
   Zeitgeist.Timestamp namespace if you are using Vala.

 * The macros ZEITGEIST_TIMESTAMP_TO_GTIMEVAL and ZEITGEIST_GTIMEVAL_TO_TIMESTAMP
   has been removed in favour of the new timestamp API

 * Vala: Zeitgeist.ResultSet supports foreach now

Changelog:

2010-06-17 Mikkel Kamstrup Erlandsen <kamstrup@hardback>

 * src/zeitgeist-timestamp.c:
 * src/zeitgeist-timestamp.h:
 * tests/test-timestamp.c:
 * bindings/zeitgeist-1.0-custom.vala:
 * bindings/zeitgeist-1.0.gi:
 * bindings/zeitgeist-1.0.metadata:
 * bindings/zeitgeist-1.0.namespace:
 * bindings/zeitgeist-1.0.vapi:
 * doc/reference/zeitgeist-1.0-docs.sgml:
 * doc/reference/zeitgeist-1.0-sections.txt:
 * src/Makefile.am:
 * src/zeitgeist-event.c:
 * src/zeitgeist-timerange.c:
 * src/zeitgeist-timerange.h:
 * src/zeitgeist.h:
 * tests/Makefile.am:

 Merge lp:~libzeitgeist-developers/libzeitgeist/timestamps. WARNING: This causes an API break.

 Add a new namespace Zeitgeist.TimeStamp/zeitgeist_timestamp with convenience functions and constants for dealing with timestamps.

 The following macros have been changed:

 - ZEITGEIST_TIMESTAMP_TO_GTIMEVAL is now zeitgeist_timestamp_to_timeval
 - ZEITGEIST_GTIMEVAL_TO_TIMESTAMP is now zeitgeist_timestamp_from_timeval

2010-06-17 Mikkel Kamstrup Erlandsen <kamstrup@hardback>

 * bindings/zeitgeist-1.0-custom.vala:
 * bindings/zeitgeist-1.0.gi:
 * bindings/zeitgeist-1.0.metadata:
 * bindings/zeitgeist-1.0.namespace:
 * bindings/zeitgeist-1.0.vapi:

 Vala: The Zeitgeist.Timestamp namespace should still include zeitgeist.h not zeitgeist-1.0-custom.h

2010-06-17 Mikkel Kamstrup Erlandsen <kamstrup@hardback>

 * bindings/zeitgeist-1.0-custom.vala:
 * bindings/zeitgeist-1.0.vapi:

 Update VAPI with new Zeitgeist.Timestamp bindings and remove timestamp_to_timeval() and timeval_to_timestamp()

2010-06-17 Mikkel Kamstrup Erlandsen <kamstrup@hardback>

 * bindings/zeitgeist-1.0-custom.vala:
 * bindings/zeitgeist-1.0.vapi:
 * src/zeitgeist-result-set.h:

 Sync with trunk

2010-06-17 Mikkel Kamstrup Erlandsen <kamstrup@hardback>

 * tests/test-timestamp.c:
 * doc/reference/zeitgeist-1.0-sections.txt:
 * src/zeitgeist-timestamp.c:
 * src/zeitgeist-timestamp.h:
 * tests/Makefile.am:

 Add some tests for timestamp handling

 Fix rounding errors where gint64 conversions where used

 Add the methods zeitgeist_timestamp_to_date, zeitgeist_timestamp_from_dmy, and zeitgeist_timestamp_from_date

2010-06-17 Mikkel Kamstrup Erlandsen <kamstrup@hardback>

 * doc/reference/zeitgeist-1.0-docs.sgml:
 * doc/reference/zeitgeist-1.0-sections.txt:
 * src/zeitgeist-timestamp.c:

 Hook up gtk-docs for the new zeitgeist-timestamp APIs

2010-06-17 Mikkel Kamstrup Erlandsen <kamstrup@hardback>

 * src/zeitgeist-event.c:
 * src/zeitgeist-timerange.c:
 * src/zeitgeist-timerange.h:
 * src/zeitgeist-timestamp.c:
 * src/zeitgeist-timestamp.h:

 API BREAK: Implement initial stab add convenience functions for dealing with timestamps

 The following macros have been changed:

 - ZEITGEIST_TIMESTAMP_TO_GTIMEVAL is now zeitgeist_timestamp_to_timeval
 - ZEITGEIST_GTIMEVAL_TO_TIMESTAMP is now zeitgeist_timestamp_from_timeval

2010-06-16 Mikkel Kamstrup Erlandsen <kamstrup@hardback>

 * src/zeitgeist-timestamp.c:
 * src/zeitgeist-timestamp.h:
 * src/Makefile.am:
 * src/zeitgeist.h:

 Import stub source files to hold the timestamp code and wire it up in the build system

2010-06-17 Mikkel Kamstrup Erlandsen <kamstrup@hardback>

 * bindings/zeitgeist-1.0-custom.vala:
 * bindings/zeitgeist-1.0.vapi:
 * src/zeitgeist-result-set.h:

 Vala: Patch from Michal Hruby to not ref the Events when iterating over a ResultSet with foreach

2010-06-16 Mikkel Kamstrup Erlandsen <kamstrup@hardback>

 * bindings/zeitgeist-1.0.metadata:

 Mark the Cancellable argument for Zeitgeist.Index.search() as nullable in the VAPI metadata

2010-06-16 Mikkel Kamstrup Erlandsen <kamstrup@hardback>

 * src/zeitgeist-timerange.h:

 Doc typo

File Description Downloads
download icon libzeitgeist-0.2.0.tar.gz (md5, sig) Source code 29
last downloaded 41 weeks ago
Total downloads: 29

1120 of 22 releases